Monday 30 December 2019

What are the different types of Tests


Types of Test:


1) Unit Test


2) Integration Test


3) Automation Test


1) Unit Test means testing the individual component Ex. function or class or piece of code in your application.


2) Integration Test means to check how different pieces of functionality work together. Ex. to check if database is properly connected or not, to check whether dependent functions are working properly or not (how function works with another function).


3) Automation Test means to test real life scenarios on the browser by controlling the browser and making sure that the expected behaviour is working properly. It can be done automatically through testing libraries/programs or manually through the help Tester.

No comments:

Post a Comment