Understanding Test Configurations in Angular

added by JavaScript Kicks
10/11/2019 10:00:03 AM

916 Views

Since we are focusing on the configuration, we are not going to implement all the testing types with this project. We are going to implement these types with minimal test Tests, Regression Tests, Smoke Tests, UAT Tests and e2e Tests. In Angular, unit tests are written in the Jasmine framework, executed by test runner karma and runs in the browser.


0 comments