0 votes
in AngularJS Packaging and Testing by
What is angular unit testing?

1 Answer

0 votes
by
Unit testing is a type of software testing where we test individual components of an application. In AngularJS Unit testing is performed using Jasmine and Karma. Jasmine is the testing framework used for writing the test and Karma is used run tests. We can also use TestBed and async to make testing asynchronous code, components, directives or services easier.

Related questions

0 votes
asked Aug 19, 2021 in AngularJS Packaging and Testing by SakshiSharma
0 votes
asked Aug 18, 2021 in AngularJS Packaging and Testing by SakshiSharma
...