Introduction This program is REST API testing using python. The programming language used is python 3. I hope to get your suggestions and review. Thank a lot of. Requirement 1. [python Python 3.8.5]( https://www.python.org ) 2. OS Windows 3. Install Module Request [ pip install request ] [already available on folder venv] 4. Install Module Json 5. Install Module Json Path [ pip install jsonpath ] [already available on folder venv] Description Program 1. Get Request 2. Delete Request 3. Post Request 4. Pick Response 5. Display Response 6. Validation Response ...
Get link
Facebook
X
Pinterest
Email
Other Apps
Test Automation Whatsapp and Reporting Testing HTML and Json File
This program is an automatic WhatsApp test.
Test report in html and json file.
The programming language used is python 3.
I hope to get your suggestions and review.
Thank a lot of.
1. Login [web whatsapp](https://web.whatsapp.com) .
2. Search for a contact name in list contact whatsapp.
3. Send message to specific contact name, example "salim".
4. Waiting for incoming message reply.
5. Retrieve text data from the reply message.
6. Create test results to be html and json file.
8. Convert csv file to json file.
Steps Run Program
0. Start.
1. Clone or pull my repo.
2. Don't change the folder.
3. Download chromedriver and geckodrive [ location C:\ ].
4. Then
[ Open Explore ] [ this PC ] [ advance system settings ] [ environtment variables ] [ put location webdriver in here].
like :
[C:\geckodriver.exe](https://chromedriver.chromium.org)
or
[C:\chromedriver.exe](https://github.com/mozilla/geckodriver/releases)
5. Open CMD.
6. Navigate to the clone download folder.
7. Command cd [your location folder].
8. Command dir.
9. Run program : python main.py.
10. Then Enter.
11. End.
Basic Test Automation API With Atlas Id Teori Dasar dalam API itu CRUD [ Create, Read, Update, Delete ] Http Response penting untuk test API - 1xx = Info - 2xx = Success - 3xx = Redirect - 4xx = Client Error - 5xx = Server Error Lebih dalam ada di : https://developer.mozilla.org/en-US/docs/Web/HTTP/Status Json File Json file adalah bentuk format file [ .json ] Kekurangan : -security json agak kurang -tidak bisa komen [ ex , // , # , """ ] Testing Framework dengan Mocha dan Chai Kelebihan dan alasan menggunakan Mocha : -open source -yang mendukung banyak, bisa di integrasikan langsung [ library asserting ] -reporting library cukup bagus -git hub punya commit dan push sering Kekurangan Mocha : -koding -belum bisa reporting paralel test Supertest adalah https requset library : mengirimkan request dan menerima Hal yang perlu di ingat adalah response code penting untuk Test API Introduction Automation API Fundamental test automation api dengan javascript F...
Daily Notes, voosmos is the best story in the world Blog ini merupakan dokumentasi belajar, catatan harian, seminar, webinar, workshop dari penulis. Dengan tujuan, supaya temen-temen yang lain sekiranya mencari atau sedang belajar bisa membantu untuk menambah wawasan baru. Penulis berharap ada masukan, kritik, dan saran dari para pembaca. Dengan harapan penulis bisa maju dan berkembang lebih baik lagi. Trimakasih , Don't give up, I am a Good Player Let me briefly introduce myself My Name is Salim Suprayogi I'm really excited to share my tips and tricks with you
Introduction This program is REST API testing using python. The programming language used is python 3. I hope to get your suggestions and review. Thank a lot of. Requirement 1. [python Python 3.8.5]( https://www.python.org ) 2. OS Windows 3. Install Module Request [ pip install request ] [already available on folder venv] 4. Install Module Json 5. Install Module Json Path [ pip install jsonpath ] [already available on folder venv] Description Program 1. Get Request 2. Delete Request 3. Post Request 4. Pick Response 5. Display Response 6. Validation Response ...
Comments
Post a Comment