what is the difference between window command and
dialog command
Answer / sreeprasad
window command work with only window in your application,
but dialog command should work with window command.
ex.window("shopping").activate
incase of dialog box: u should with window command
that is window("shopping").windialog("items")
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data driver in qtp?
what is stepin & stepout?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
How QTP recognizes Objects in AUT?
How to use actions in qtp ?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
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?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
What is deference between normal QTP testing and descriptive programming?
How to Import data from a ".xls" file to Data table during Runtime.
write a script to verify the image path(src property) of the images which are in web pages.
How to capture the text from the application using QTP?