ContributionsMost RecentMost LikesSolutionsCan I use readyapi as crawler Hello, I have a project need where I am required to scrap data from various portals and with bulk end points. Can I use readyapi for such requirement and how? Different Assertion output for a loop testcase Hello, I am new to Readyapi, I have test requirement for huge api testing, possibly 1000s of testcases. I have a scenario where I need to test a Post request with 10 for valid and invalid outputs. I understand I can add 'data source' and 'data loop' the run the request 10 times with different payload. For testcase 1: with all valid inputs..record will be created..and result will be 'Pass' with any insertion for testcase 2: with invalid input.. record will not be created as api will return error (expected behaviour) .. so I expect result to be Passed So can my question is can I handle above 2 cases with one request and data loop with different assertions? or do i need to create multiple request for each assertion of valid and invalid inputs? SolvedRe: Different Assertion output for a loop testcase Thanks for clarification, Karel.