File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 2222### How to setup a basic API testing/rpa project using the RequestsLibrary
2323- see README.md
2424- [ PERSONAL LAB] setup the environment and run selfcheck
25- - example
26- - configuration file
27- - external and reusable resources
25+ - basic example
2826 - testcase
2927 - resp.text
3028 - logs
3129- [ PERSONAL LAB] customize your own example with a different website
3230- test websites
3331 - https://httpbin.org/
3432 - https://jsonplaceholder.typicode.com/
35- - more on example
33+
34+ ### How to perform different HTTP requests
35+ - session example
36+ - configuration file
37+ - external and reusable resources
38+ - [ PERSONAL LAB] customize adding a new website configuration and keyword
39+ - more on session example
3640 - parameters
3741 - json body
42+ - POST requests
3843- [ PERSONAL LAB] customize your own parameter and post a json
44+ - other http methods on session example
45+ - PUT requests
46+ - PATCH requests
3947
4048### How to handle shared session and authentication
4149- httpbin Basic Auth
You can’t perform that action at this time.
0 commit comments