How do you copy and move objects between different gui map files?
Is it possible to change the values of analog recording?
Explain what is the main difference between web-driver and rc?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
How would you export a script from one pc to another in qtp?
How to Rcognize the Objects in the Web Page Dialog Using QTP
How to record a qtp script ?
What is a ramp up and how it can be set?
What is tree view in automation testing?
Why to choose python over java in selenium?
Hi All, Im currently getting to grips with the Document Generator in Test Director and have a query. We use TD to link requirements to test cases and I am attempting to produce a report which lists the requirement and the test case it is linked to. I cant see a way to do this as the test case link info resides on the Coverage page and it appears the only field available to display for requirements reports within document generator as those on the 'details' tab. Any tips?
Explain the views in the QTP GUI?
Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?