Вы находитесь на странице: 1из 2

Types Of Testing

1.Build acceptance testing(BAT): It is a type of testing in which one will perform the testing on the related build in order to check whether a build is proper or not. 2.Regression testing: It is a type of testing in which one will perform testing on the already tested functionality again and again. 3.Retesting: It is a type of testing in which one will perform testing on the same functionality again and again with multiple sets of data in order to come to a conclusion whether it is really working fine or not. 4.Alpha testing: It is a type of user acceptance testing conducted in our software company by test engineer just before delivering the applications. 5.Beta testing: It is also a type of user acceptance testing conducted in the clients place either by the end users or by the third party testing experts just before the actual implementation. 6.Static testing: It is a type of testing in which one will perform the testing on the related factors without performing any actions. 7.Dynamic testing: It is a type of testing in which one will perform the testing on its related factors by performing some actions. 8.Installation testing: It is a type of testing in which one will install the application into the environment by following the guideline provide in the deployment document in order to conform whether those guidelines are perfect for installing the application into the environment or not. 9.Compatability testing: It is a type of testing in which one will install the application into multiple environments prepared with different combinations in order to confirm whether the application is suitable with those environments or not. 10. Monkey testing: It is a type of testing in which one will perform abnormal actions on the applications intentionally in order to check the stability of the application.

11.Exploratory testing: It is a type of testing in which the domain experts will perform the testng on the application just by explorating the functionality without having the knowledge of requirements.

12.Usability testing: It is the type of testing in which one will check the user friendliness of the application. 13.Port testing: It is a type of testing in which one will install the application into the original customers environment and check whether it is compatible with that environment or not. 14.End-to-end testing: It is a type of testing in which one will check the end to end scenarios of the application are working or not. 15.Reliability Testing: It is a type of testing in which one will use the application continuously for the long period of time in order the check the stability of the application. 16.Mutation testing: It is a type of testing in which one will perform some changes to the application or its related factors and test them. 17. Adhoc testing: It is a type of testing in which once the test engineer will perform testing in their own style after understanding the requirements clearly. 18. Security testing: It is a type of testing in which one will check whether the application is properly protected or not. 19. Direct URL testing: In this type of testing one will enter the URL s of secured pages and check whether those pages are being accessed or not. If at all if the pages are accessed then it is concluded that application is not properly protected. 20. User privileges testing: In this type of testing one will enter into the application as one level of the user and will try to access beyond their limits in order to check whether the application is allowing beyond the user privileges or not. If it is allowing it is not properly protect otherwise properly protected.

Вам также может понравиться