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 |
What is Descriptive Programing? In which cases, we will go for descriptive programing?
Key word driven framework
What is checkpoints for quicktest professional?
How do you return a value from a function
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
By using QTP can we record any log files written by the application which is in execution?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
Explain in brief about the quicktest professional (qtp) automation object model?
What r the diffrernt file extentions in QTP?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is test harness?