Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation “zero-configuration” Keyword Driven testing technology in QuickTest
Latest Answer : Object spy is used in QTP for Descriptive Programming. to Identify the Object properties ...
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
Latest Answer : The Test Automation Engineer takes the Keyword Name, Description, Parameters, Application Under Test, and Keyword development standards and constructs the Keyword. If there are any issues with the design aspects of the Keyword the Automation Engineer ...
If a error occur during the excution of QTP script. how can we get the name of the current object that cause the error
How can we write scripts without having GUI(means u dont have any GUI and u want to write a script in QTP)?
no answer
Latest Answer : QTP provides the Active Screen Technology i.e it will take snapshots of the Application when you are going thru' the appl. by using the snapshots you will be able to write the script for that particular appl. ...
Latest Answer : Execute File statement can be included as part of the test script inorder to execute the vbs files. ...
Latest Answer : If you are looking for entering a different value only once everytime the script is run, then follow these steps:1. Enter the list of sufficient number of login ids in the dtLocalsheet.2. Do descriptive to read this list at run time and select any one ...
Hi all,I am facing one problem in my .net qtp application.In one page My script has to select order menu item from Add dropdown menu ex:Add->order.There is a bug in the page which opens up a pop up dialog box saying \
Latest Answer : We can use .Exist method to record a pop-up windowExample:If window("name"). Exits thenStatement(1)......statement(n)elsestatement(1)......statement(n)End if ...