Answer Posted / srinivas
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 | 1 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional (qtp)?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How to suppress warnings from the test results page?
Does QTP record on Objects created on XWindows Environment?
How to interact tool & application build in QTP?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
what are the mandatory properties for a tex boxc (scenario?)
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is Distributed testing? How does UFT support it?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
regular expression in qtp standar check point for months from accepting months from january to december only
What is the difference in the global and action sheet in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?