Thursday, June 6, 2019

3. UFT Solution Explorer



UFT Solution Explorer

Define Solution?
A solution is a hierarchical structure of testing documents and other related resources. We can use solutions to better organize our testing documents for comprehensive application testing.

Why do we need the Solution Explorer?
      1. If the AUT is complex it helps us to break down the complex application into multiple modules with each module corresponding to each solution.
      2. If AUT is not complex it helps us to organize all files related to an application under one header.
      3. Helps in better organization of different tests, components and files.


What can we have under a solution?

      1. There can be multiple tests under a solution.
      2. There can be multiple GUI tests under the same solution.
      3. There can be multiple API tests under the same solution.
      4. There can functional libraries under the solution.
      5. Local Object Repositories for each function.
      6. Associated Object Repositories


No comments:

Post a Comment