API Testing FAQs
I've got a JSON response where I want to extract all book titles from the array by using JSON Path expression - $.store.book[*].title but I'm getting only the first title. WHY?

I'm testing entity creation where entity Name should be unique. Can I assign a set of random letters to it?

I'm getting ID of my resource and I want to make sure it is in the format of UUID. How can I do that?


Is there a way to run an API test with a combination of values? In my case, I want to create tickets where each ticket has a specific type, there are 10 ticket types available.


Last updated