0 votes
in Hybrid Apps by
How to test an Ionic application?

1 Answer

0 votes
by

As AngularJS is used Ionic applications, it has a rich set of test libraries such as Jasmine and Karma available to support the testing functionalities. These available frameworks can be used by developers to write the unit tests for Iconic applications.

The application provides live reload feature so the application can be easily tested over the browser.

...