2

Our application is using Angular7. Now we can thinking to automate out application with Selenium

Can Selenium handle our application?

João Farias
11.2k2 gold badges21 silver badges41 bronze badges
asked Feb 27, 2019 at 7:01

1 Answer 1

3

With Selenium you can interact with web-browsers to drive web-applications. Angular7 result into web-applications, so yes it should be able to handle it.

But, Angular has its own layer on top of Selenium to make testing Angular applications easier: https://www.protractortest.org/

Other reads:

answered Feb 27, 2019 at 10:44
2
  • ok. Thanks for the answer, for suppose if we use selenium for angular 7 applications is there any problems appear further i mean any errors or warnings? Commented Feb 27, 2019 at 11:41
  • 5
    No problem will happen, but Selenium is not best tool per se, because it does not know about the Angular internals. Protactor can leverage the Angular framework in order to create faster and cleaner scripts. Commented Feb 27, 2019 at 18:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.