Skip to main content

Rika Zhang

Blogs from this Author

BDD API Testing with Super-Test and Jasmine

1.Challenge of API Testing API testing is a black box test, which is used to determine whether APIs return the correct response in the expected format for a broad range of feasible requests, as well as react properly to edge cases such as failures and unexpected/extreme inputs. The quality of the test is often evaluated […]