Answer Posted / srinivas
Dear Raja First 1 is right ans.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What are the differences between quicktest professional (qtp) and winrunner?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
what is run-time data?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the check points can be inserted without recording?
How can you exit from an action?
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
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What is the default add-ins in qtp?
What is the keyword view and expert view in qtp?
What ate the Technologies supported by QTP?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
In qtp, explain what is keyword driven automation framework?
Can you write a script to check if the folder exists or not?