API Testing Automation as a submission for Hacktiv8's QA Automation with Katalon Final Project.
This repository is (2/3) of a 3-part final project.
Be sure to check out my other submissions:
Name: Hafidz Firmansyah Ghufara
ParticipantID: KSAT006ONL008
- APIs by: Reqres.in
- Katalon Studio 8.3.5 build 208/Groovy
- Java 1.8
- Data driven testing
- Common APIs interaction method
- Sequential test case execution
- Manual & script test case creation
- GET APIs: 7 individual test cases, 58 test cases if iterated (data driven)
- POST APIs: 7 individual test cases, 65 test cases if iterated (data driven)
- PUT-PATCH APIs: 2 individual test cases, 24 test cases if iterated (data driven)
- DELETE APIs: 1 individual test case
- GET APIs:
Contains allGET
APIs related test cases (58 test cases) - POST APIs:
Contains allPOST
APIs related test cases (65 test cases) - Update APIs:
Containing allPUT
PATCH
andDELETE
APIs related test cases (25 test cases)
Test case with JIRA integration is GT 006