~/blog

#Testing

2021 1

  • #Development #Testing

    Introduction to JavaScript Application testing

    An automated testing suite for your application is like a feature requirements document. When this suite is passing, it means that the features are delivered correctly as described in the requirements. Automated tests help reduce manual testing time and as long as they are passing, it means that the feature is working as described. Not only do they reduce costs and time of manual testing but they also can help while development.

↑ top