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 : Yes the use of acive screen in QTP makes it very comfortable to use. As you can use it offline, means if the server is down then too you can work on that application whose active screen you have taken before. ...
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?
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 : we can write scripts in qtp by using logical names. It is just like a Descriptive Progarmming. Just spy on any object and find the tree structure, and identify the unique logical names.Example : JavaWindow("label:=Tracker").JavaDialog("label:=Case ...
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 ...