For E2e Testing: Which Is Better Selenium Or Protractor For Following Web Stack (angular, Python And Mongodb)?
I recently came to know about protractor framework which provides end to end testing for angular applications. I would like to know, which test framework suits better for following
Solution 1:
either selenium or protractor
This is an incorrect question. Protractor
is itself selenium. Well, it is a wrapper around WebDriverJS
- Javascript selenium bindings. And a quite convenient wrapper with a nice and documented API. It is a perfect choice for both Angular and non-Angular applications (you would need to turn the sync off).
Post a Comment for "For E2e Testing: Which Is Better Selenium Or Protractor For Following Web Stack (angular, Python And Mongodb)?"