Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
1.4k views
by Contributing Tester (92 points)
retagged by
I have my existing framework in Java however I have automate new application which is in AngularJS.

Is it mandatory to use Protractor for the automation of web applications developed in AngularJS?

If yes, would it be possible to use Java in Protractor?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer
ProtractorJS makes automation of AngularJS based application easy. It is written using Node.js and it uses/extends existing WebDriverJS. So, you can not really integrate it with your Java application as its written using entirely different language and uses different compiler. I would recommend you to create new framework for ProtractorJS or identify your requirements and see if you can utilize any existing framework.

Hope I answered your question.
by
Please give the idea of ProtractorJS and how to start working on it ,as it is written on node js but as a software tester I don't know node js,please suggest me from where I can test the angularjs application
by The go-to Tester (181 points)
It would be great if you can post this as a new question by asking it here.

http://softwaretestingboard.com/qa/ask

Anyone from the community can answer your question.
by The go-to Tester (181 points)
Also, kindly provide details on what kind of application you have. Is that an AngularJS application? Do you have any specific requirements like customized reports? Parallel execution or parameterised execution?


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...