Chapter 9: How to use Tagging in Karate
======================================================================= # Course Content ======================================================================= Set I (Basic): 1. Why Karate? - Difference between Karate and Rest Assured, Selenium, JMeter - Other API automation tools - JSON, BDD 2. Get Request 3. Get Request with Query and Path Param 4. Post Request 5. Delete Request 6. PUT Request 7. Assertions using Match, Wild card - Schema Validation - Fuzzy Matching Set II (Adv): 8. Calling other Feature files and reusing code 9. Tagging and running code via Maven 10. Setting up Environmental/Global variables 11. Embedded Expressions 12. Scenario Outline 13. Data Generators using Faker Service 14. Parallel Execution 15. Passing Data to other feature files via Tables (B5) 16. Read JSON request from external files (B6a) 17. Read and modify sample JSON file (B6b) 18. Read YAML file and pass as request (B6c) 19. Read YAML and fetch values from it (B6d) 20. Calling Java Files (B7) 21. Before Feature callonce (B8) 22. Before Scenario call read (B8) 23. After Scenario (B9) Set III (Adv): 24. Passing Object via karate.call() function (C1) 25. Retry Logic (C2) 26. Sleep (C3) 27. Json Transformation (C4) 28. Type Conversion (C5) ======================================================================= #All chapters with Links ======================================================================= Playlist https://www.youtube.com/playlist?list=PLEiBaBxmVLi-LzKiAfVy2SqRvwxPRnhu4 Chapter 1: Karate Basics and Setup https://youtu.be/sO05HbIR_mI Chapter 2: Automating GET Request in Karate https://youtu.be/RGp-fTxIWs8 Chapter 3: Automating POST Request Part 1 in Karate https://youtu.be/JK2X_sR4B94 Chapter 4: Automating POST Request Part 2 in Karate https://youtu.be/qOFj-F1XTbw Chapter 5: Automating DELETE Request in Karate https://youtu.be/aNz4eoubB3M Chapter 6: Automating PUT Request in Karate https://youtu.be/oh1H_XXY5Qs Chapter 7: How to use different Assertions Part 1 https://youtu.be/OT_Hmc6kJj8 Chapter 8: How to use different Assertions Part 2 https://youtu.be/Hx8ROcEdgCU Chapter 9: How to use Tagging in Karate https://youtu.be/TFiYAAUKWvI Chapter 10: How to use Environment/Global Variables https://youtu.be/h4YEzxTJeDE Chapter 11: How to use Embedded Expression in Karate https://youtu.be/hG1BXWOYpm0 Chapter 12: How to use Scenario Outline in Karate https://youtu.be/NYfC0vamdbw Chapter 13: How to Generate Test Data using Java Faker https://youtu.be/yEYS0-S8wQ8 Chapter 14: How to run Parallel Test Cases in Karate https://youtu.be/vz_RLUgYe5g Chapter 15: How to use Data Tables in Karate https://youtu.be/ZRaeUAQwpLc Chapter 16: How to Read/Modify External JSON File in Karate https://youtu.be/hLXvKEEMOGQ Chapter 17: How to Read/Parse External YAML File in Karate https://youtu.be/XAwHS_hPusI Chapter 18: How to Genreate Random Data using Java Faker Service https://youtu.be/qbgLgdWxW5E Chapter 19: Before Feature and Before Scenario in Karate https://youtu.be/AGHbfumnFrU Chapter 20: After Scenario in Karate https://youtu.be/R_fpoEYhsH8 Chapter 21: How to Pass Object to Different Feature File https://youtu.be/MnQHoPgUaq8 Chapter 22: How to use Retry Logic and Sleep in Karate https://youtu.be/34c6KXFI8Ks Chapter 23: How to perform String to Int and vice versa in Karate (Type Conversion) https://youtu.be/GigC6YIkafU Chapter 24: Karate JSON Transformation https://youtu.be/dsn3S_uTBBQ Chapter 25: Karate Summary https://youtu.be/IIr07GTCUO0
======================================================================= # Course Content ======================================================================= Set I (Basic): 1. Why Karate? - Difference between Karate and Rest Assured, Selenium, JMeter - Other API automation tools - JSON, BDD 2. Get Request 3. Get Request with Query and Path Param 4. Post Request 5. Delete Request 6. PUT Request 7. Assertions using Match, Wild card - Schema Validation - Fuzzy Matching Set II (Adv): 8. Calling other Feature files and reusing code 9. Tagging and running code via Maven 10. Setting up Environmental/Global variables 11. Embedded Expressions 12. Scenario Outline 13. Data Generators using Faker Service 14. Parallel Execution 15. Passing Data to other feature files via Tables (B5) 16. Read JSON request from external files (B6a) 17. Read and modify sample JSON file (B6b) 18. Read YAML file and pass as request (B6c) 19. Read YAML and fetch values from it (B6d) 20. Calling Java Files (B7) 21. Before Feature callonce (B8) 22. Before Scenario call read (B8) 23. After Scenario (B9) Set III (Adv): 24. Passing Object via karate.call() function (C1) 25. Retry Logic (C2) 26. Sleep (C3) 27. Json Transformation (C4) 28. Type Conversion (C5) ======================================================================= #All chapters with Links ======================================================================= Playlist https://www.youtube.com/playlist?list=PLEiBaBxmVLi-LzKiAfVy2SqRvwxPRnhu4 Chapter 1: Karate Basics and Setup https://youtu.be/sO05HbIR_mI Chapter 2: Automating GET Request in Karate https://youtu.be/RGp-fTxIWs8 Chapter 3: Automating POST Request Part 1 in Karate https://youtu.be/JK2X_sR4B94 Chapter 4: Automating POST Request Part 2 in Karate https://youtu.be/qOFj-F1XTbw Chapter 5: Automating DELETE Request in Karate https://youtu.be/aNz4eoubB3M Chapter 6: Automating PUT Request in Karate https://youtu.be/oh1H_XXY5Qs Chapter 7: How to use different Assertions Part 1 https://youtu.be/OT_Hmc6kJj8 Chapter 8: How to use different Assertions Part 2 https://youtu.be/Hx8ROcEdgCU Chapter 9: How to use Tagging in Karate https://youtu.be/TFiYAAUKWvI Chapter 10: How to use Environment/Global Variables https://youtu.be/h4YEzxTJeDE Chapter 11: How to use Embedded Expression in Karate https://youtu.be/hG1BXWOYpm0 Chapter 12: How to use Scenario Outline in Karate https://youtu.be/NYfC0vamdbw Chapter 13: How to Generate Test Data using Java Faker https://youtu.be/yEYS0-S8wQ8 Chapter 14: How to run Parallel Test Cases in Karate https://youtu.be/vz_RLUgYe5g Chapter 15: How to use Data Tables in Karate https://youtu.be/ZRaeUAQwpLc Chapter 16: How to Read/Modify External JSON File in Karate https://youtu.be/hLXvKEEMOGQ Chapter 17: How to Read/Parse External YAML File in Karate https://youtu.be/XAwHS_hPusI Chapter 18: How to Genreate Random Data using Java Faker Service https://youtu.be/qbgLgdWxW5E Chapter 19: Before Feature and Before Scenario in Karate https://youtu.be/AGHbfumnFrU Chapter 20: After Scenario in Karate https://youtu.be/R_fpoEYhsH8 Chapter 21: How to Pass Object to Different Feature File https://youtu.be/MnQHoPgUaq8 Chapter 22: How to use Retry Logic and Sleep in Karate https://youtu.be/34c6KXFI8Ks Chapter 23: How to perform String to Int and vice versa in Karate (Type Conversion) https://youtu.be/GigC6YIkafU Chapter 24: Karate JSON Transformation https://youtu.be/dsn3S_uTBBQ Chapter 25: Karate Summary https://youtu.be/IIr07GTCUO0