Qodex.ai
Qodex.ai
IntroductionAsk Anything
Contract Testing
Test ResponseCheck for Valid Query ParamsCheck for Valid Form Data
Integration Testing
RegisterGet nameUnregister
Intro to Writing Tests
Basic test syntax
pm.expect and pm.response
API tests
JSON schema v4 validationPerformanceData typeSQL injection security checkFunctional2
Mock Data Generation
Create mock blog post
Performance Testing
Large Query ParamsSmall Query Params
Regression Testing
Header verificationResponse body verification
IntroductionAsk Anything
Contract Testing
Test ResponseCheck for Valid Query ParamsCheck for Valid Form Data
Integration Testing
RegisterGet nameUnregister
Intro to Writing Tests
Basic test syntax
pm.expect and pm.response
API tests
JSON schema v4 validationPerformanceData typeSQL injection security checkFunctional2
Mock Data Generation
Create mock blog post
Performance Testing
Large Query ParamsSmall Query Params
Regression Testing
Header verificationResponse body verification
HomeIntro to Writing TestsBasic test syntax

Basic test syntax

Number of APIs: 1

  1. pm.expect and pm.response GET https://postman-echo.com/get?foo1=bar1&foo2=bar2
Previous
Intro to Writing Tests
Next
pm.expect and pm.response