suppose u hav a dialog or window which contains 10 buttons
with same name & value. now how to check each button? i.e.
how qtp indetifies these objects separately?
Answer Posted / neeraja
QTP identifies object based on mandatory
properties ,assitive properties which are present in the
object repositery and it also uses its smart identification
if it is enable .if at all it unable to find the object
with this properties it will go for ordinal identifier
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of object repository in qtp?
what is the difference between IE & Netscape in web testing on a log in page
What is a recovery scenario?
What is object spy in quicktest professional (qtp)?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
When to use descriptive programming?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
can test automation improve test effectiveness?
Explain the check points in quicktest professional?
What is an optional step in qtp ?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code