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 88
99### RequestsLibrary
1010- https://github.com/MarketSquare/robotframework-requests
11- - 0.8
11+ - 0.9
1212 - project structure
1313 - documentation
1414 - examples
1515- https://requests.readthedocs.io/en/master/
16- - full documentation
16+ - original requests library documentation
17+
18+ ### How HTTP works as an application layer protocol
19+
20+ ### What is a REST API and why they are now so common
1721
1822### How to setup a basic API testing/rpa project using the RequestsLibrary
1923- see README.md
20- - selfcheck
21- - httpbin
24+ - [ PERSONAL LAB] setup the environment and run selfcheck
2225- example
2326 - configuration file
2427 - external and reusable resources
2528 - testcase
2629 - resp.text
2730 - logs
31+ - [ PERSONAL LAB] customize your own example with a different website
32+ - test websites
33+ - https://httpbin.org/
34+ - https://jsonplaceholder.typicode.com/
2835- more on example
2936 - parameters
3037 - json body
38+ - [ PERSONAL LAB] customize your own parameter and post a json
3139
3240### How to handle shared session and authentication
3341- httpbin Basic Auth
You can’t perform that action at this time.
0 commit comments