Skip to main content

Posts Tagged ‘Jasmine’

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 […]

Automated Acceptance Test with AngularJS, Jasmine and Protractor

Want to do automated acceptance test in AngularJS web app? This post introduces you to the basics of building Automated Acceptance Test with AngularJS, Jasmine and Protractor.