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?
- If the AUT is complex it helps us to break down the complex application into multiple modules with each module corresponding to each solution.
- If AUT is not complex it helps us to organize all files related to an application under one header.
- Helps in better organization of different tests, components and files.
What can we
have under a solution?
- There can be multiple tests under a solution.
- There can be multiple GUI tests under the same solution.
- There can be multiple API tests under the same solution.
- There can functional libraries under the solution.
- Local Object Repositories for each function.
- Associated Object Repositories
No comments:
Post a Comment