Which tool is commonly used for executing unit tests in Angular applications?
- Karma
- Protractor
- TypeScript
- Webpack
The commonly used tool for executing unit tests in Angular applications is Karma. Karma is a test runner that is often used with Angular for running unit tests.
Loading...
Related Quiz
- To simulate different device capabilities during E2E testing with Protractor, you can configure the _____ in the Protractor configuration file.
- In Angular, the _____ pipe is used to automatically subscribe and unsubscribe from an Observable.
- To test a component as a whole, including its interaction with child components, you should use _____ testing.
- Which Angular class is commonly used to programmatically create form controls in a dynamic form?
- In Angular, the method used to add a new form control to a FormArray dynamically is ____.