Monday, July 9, 2018

End To End (E2E) Tests In Angular Application Using Protractor

In this article, we will learn how we can create end to end tests (e2e) for our Angular application. We will be using an existing end-to-end testing framework, which is nothing but, Protractor. Protractor runs your tests against your application running in a real browser, in the same way your user may perform the actions. I will be using an existing application which is available in my GitHub profile. The same can be available in the source code section. Please do share your feedback with me. I hope you will like this article. Let’s start coding.

source https://www.c-sharpcorner.com/article/end-to-end-e2e-tests-in-angular-application-using-protractor/

No comments:

Post a Comment