How can i test an angular js web application with selenium? -
i'm new in test automation. want use selenium in order test web application done angular js. can suggest me how start basic application , have example of angular js application.
for e2e-testing angularjs applications, there specialized package called protractor
, convenient wrapper around webdriverjs
- javascript selenium bindings.
a great place start tutorial.
Comments
Post a Comment