Login
Remember
Register
Ask a Question
Explain what the difference between Shared Repository and Per Action Repository
+1
vote
asked
Jan 16, 2020
in
QuickTest Professional (QTP)
by
JackTerrance
Explain what the difference between Shared Repository and Per Action Repository
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 16, 2020
by
JackTerrance
Shared Repository: Entire application uses one Object Repository, that similar to Global GUI Map file in WinRunner
Per Action: For each Action, one Object Repository is created, like GUI map file per test in WinRunner
...