1. Introduction
2. Training overview
3. Configuration of Karate framework
4. Karate framework configuration Part 2 - Latest updated on 22-03-2023
5. Karate framework configuration Part 3 - Latest updated on 09-04-2023
6. Overview on API
7. GET Example using Karate
8. Handling SSL Handshake error
9. Execution report Report generated by karate framework with example
10. Overview on JSON with examples
11. Assertions using Karate Part 1
12. Examples on Scenario Outline , Def, print
13. Karate Tutorial POST example
14. GET Example and validation using match each
15. Karate Runner configuration , Karate Options
16. Calling other feature
17. Karate Assertions with examples Part 2
18. Karate Schema validations Part 1
19. Karate Schema validations Part 2
20. Conditional statements using If & looping statement for in karate framework
21. Calling java methods in karate feature file
22. Create text file and place the data in the file using karate framework
23. Parallel execution in Karate Part 1
24. Parallel execution in Karate Part 2
25. POST Example using scenario outline
26. Reading data from csv file Part 1
27. Reading data from csv file Part 2
28. Create account in JIRA for our testing purpose
29. Overview on JIRA user API, capturing JIRA account id , generating access token
30. Overview on Basic Authentication & Retrieve user details
31. Overview on oauth authentication
32. POST Example in JIRA API with Basic Authentication
33. Example on POST using data from CSV file
34. Create karate config file and use data in your scenario from karate config file
35. Karate Config Part 2- Reading data from karate config file and using it scenario
36. Karate runner class- Updating environment variable in runner class
37. Integration of cucumber reports
38. Execute karate scripts from the command line
39. Jenkins Integration
40. Hooks In Karate framework