Tuesday, August 9, 2016

JavaScript Testing Tools

JavaScript Testing Tools:

Jasmine:
http://jasmine.github.io/ (Behavior Driven)

Protractor:
http://www.protractortest.org/#/ (End-to-End Testing for AngularJS)

Selenium:
http://www.seleniumhq.org/ (Test Automation)

Protractor uses Selenium to automate the Web Browser behavior (Protractor uses JS but still communicates with Selenium using WebDriverJS) .

It’s true you could still use Selenium Web Server API as an alternative to Protractor (with a language of your choice that’s supported) to talk to the Selenium Server.

No comments:

Post a Comment