+2 votes
in Testing by
Explain what is testing type and what are the commonly used testing type?

1 Answer

0 votes
by
To get an expected test outcome, a standard procedure is followed which is referred to as Testing Type.

Commonly used testing types are

Unit Testing: Test the smallest code of an application

API Testing: Testing API created for the application

Integration Testing: Individual software modules are combined and tested

System Testing: Complete testing of the system

Install/UnInstall Testing: Testing done from the point of client/customer view

Agile Testing: Testing through Agile technique

Related questions

+2 votes
asked Jun 23, 2019 in Testing by SakshiSharma
+1 vote
asked Jun 23, 2019 in Testing by SakshiSharma
...