Skip to content

Commit d3066ca

Browse files
authored
Update agenda.md
New sections and personal labs
1 parent d4fd3d4 commit d3066ca

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

agenda.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,34 @@
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

0 commit comments

Comments
 (0)