top of page
Search
API Testing


Data-Driven API Testing
When testing insurance APIs, static test cases can quickly fall short—especially when coverage requirements vary by state and are subject...
Elisha Antunes
3 min read
Randomized Coverage Selections
Coverage selections during quoting are typically driven by risk, budget, and industry standards—not by randomness. But as testers, we...
Elisha Antunes
2 min read
Link Matching
When testing APIs that model real-world relationships, it’s not enough to check individual fields — you often need to validate how...
Elisha Antunes
2 min read
Enforcing Region Rules Before Sending API Requests
When testing APIs that involve addresses, it’s easy to focus only on fields like street or zipCode—but state-level rules  matter too....
Elisha Antunes
2 min read
Controlling Randomness: Enforcing Rules Before API Submission
Let's take a look at how random event-level data can be programmatically constrained to follow business rules — before it's ever sent to...
Elisha Antunes
3 min read
Generate Random US Addresses in Postman
When testing APIs that involve user profiles, policyholders, or event registrations, it’s tempting to hardcode placeholder addresses like...
Elisha Antunes
2 min read
bottom of page