REST API Testing Using Python
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 ...