Which testing tool is commonly used for performing E2E tests in Angular applications?
- Jasmine
- Karma
- Mocha
- Protractor
Protractor is a widely used testing tool for performing End-to-End (E2E) tests in Angular applications. It is specifically designed for testing Angular apps.
Loading...
Related Quiz
- How can you ensure that an Observable completes and releases resources after emitting a certain number of values?
- What is the difference between dirty and touched properties of a form control?
- For a form control, setting the _____ property ensures that the validation status is updated only when the control loses focus.
- What does the routerLink directive do in Angular?
- Jasmine allows you to set up initial conditions for your tests in a block known as _____.