Which line will be executed
1-B(DP).P(OR.link(DP)
2-B(OR).P(Or).Link(DP)
Answer Posted / rk
1
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Whether qtp 9.0 supports Test director8.0
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Did the scripts need lot of maintenance? If yes, why?
can i compare two databases using QTP ?
What is 'sleep' in sync point?
How do we analyze the checkpoint results?
What is checking bitmaps?
What are the views available in quicktest professional (qtp)?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian