What language is used to write E2E tests in Protractor?
- Java
- JavaScript
- Python
- TypeScript
JavaScript is the language used to write E2E tests in Protractor, making it compatible with Angular applications, as Angular also uses JavaScript.
Loading...
Related Quiz
- The _____ strategy in Angular's change detection checks the component and its children only when an event is fired.
- You have an Observable stream of user actions in your application. You want to perform a side effect, such as logging, each time an action occurs without modifying the original stream. Which RxJS operator should you use?
- When using Jasmine and Karma for testing, how can you ensure that a specific test or suite of tests is executed while others are ignored?
- What is a potential consequence of not unsubscribing from an observable in an Angular component?
- In Angular, how can you ensure that your service correctly handles HTTP errors during testing?