TestComplete Tutorial 5 - Testing Approaches in TestComplete

 

  1. 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.
  2. 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
  3. 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.
  4. Parallel Testing: It is used for testing the multiple subcomponents of the applications in parallel. It reduces the testing time.
  5. Load TestingIt is utilized to put the predetermined load on the application and check the response.
  6. 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

Popular posts from this blog

TestComplete Tutorial 9 - Mouse Actions and Mouse Wheel Events

TestComplete Tutorial 19 - Adding Objects to the Name Mapping Repository

TestComplete Tutorial 14 - Object identification criteria in Name Mapping