Explain what the difference between Shared Repository
and Per_Action Repository
Answers were Sorted based on User's Feedback
Answer / suneel reddy
peraction repositiry is a repository it is maintained
separately for each and every action peraction is created
and maintaied taken care by qtp
this extention is .mtr
shared reposotory is common place where one can store the
object commonly it is created and maintaine by manualy
this extenstion is .tsr
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreeprasad
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
| Is This Answer Correct ? | 0 Yes | 0 No |
How function returns a value?
Explain about import and export files?
How we test web based application by using QTP
How to test the login page in different ways in automation testing and i need code?
write a script to close all open browser in qtp except one browser whose name is xyz
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
what is diff b/w function and action?
Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?
write a qtp code to count the number of child objects in login page and highlight it
what is the recovery scenario?
how can we compare descriptive programing with a regular expression
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is