TestComplete Tutorial 5 - Testing Approaches in TestComplete
- Unit Testing: When we have to test only a particular part of the application, we will create the unit test. We can invoke implicit methods of the applications.
- White-Box Testing: We will use this when we have to test the application as per the access. This testing has been carried out with the access not higher than the user
- Functional Testing: When we have to test the form from the customer's point-of-view, like checking What the way does for every user action.
- Parallel Testing: It is used for testing the multiple subcomponents of the applications in parallel. It reduces the testing time.
- Load Testing: It is utilized to put the predetermined load on the application and check the response.
- Regression Testing: It is utilized for reusing the test on the project when modifications are made to the code. We can compare the latest results with the old results.
Comments
Post a Comment