hai,i want to select an option from the right click pop up
menu.but the qtp is not recognizing the right click pop up
menu as a seperate object.can any one tell me the solution.
Answer Posted / chivukula
we have another options like Keyboard shortcuts,Send keys or mercurry device play option.we press the right mouse and give the key stroke which option you want and give enter keystroke
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How do client side image and server side image work?
What Folder Structure following in Keyword Driven Frame work?
Explain the check points in quicktest professional?
What do you mean by checkpoints in qtp?
On what document base Descriptive programming is written if build is not yet ready ?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Can any body please tell me the steps of keyword driven framework of QTP.
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
If I change the property value at runtime is it effect is object repository?
What is the expert view?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How do Parameterization and Data-Driving relate to each other in QTP?
how will load the object during runtime?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John