Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
179
rated 0 times [  181] [ 2]  / answers: 1 / hits: 15342  / 10 Years ago, thu, december 4, 2014, 12:00:00

What are the differences? What are the advantages of using one over the other for an Angular project?



Nightwatch.js vs Protractor


More From » angularjs

 Answers
10

If you are working on an AngularJS project, the choice is simple - Protractor:




  • it is being made specifically for angular apps (though it can be used for non-angular apps also)


    • supports angular-specific locator strategies (like by.model, by.repeater etc)

    • waits for angular to start up during the page load (sync)


  • it is being actively maintained and improved mostly by google developers with a close cooperation with an angular team - this means that protractor follows the angular release cycle and new changes


[#68585] Tuesday, December 2, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jaidyn

Total Points: 633
Total Questions: 102
Total Answers: 100

Location: Trinidad and Tobago
Member since Thu, Dec 1, 2022
1 Year ago
;