Answer Posted / arun
2types of synchronization points.
1. Object
2. windows
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where you get the run time data table?
What are the general steps involved in the data driven framework?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Have you done batch testing in qtp? If yes how you are doing?
What are the various types of Actions in UFT?
how many maximum number of virtual users we can create?
How many types of parameters are there?
how do i know how to use tools
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
desribe a situation where u faced a stressful situation and how did u cope with it
Explain the concept of object repository and how QTP recognizes objects?
What is the Difference between copy to action and call to action?
How to test login module with different username and password by using data driven testing in QTP?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one