Hi,Can somebody help me to know whether the QTP supports to automate OpenLink Endur Application?ThanksManju
For what purpose step generator is used?
Latest Answer: Step generator is Used to Break the Tests to perform proper testing results. infact this is the Process of debugging the Script by giving the Breaks . one can give the Breaks by only Step Generation ...
How to parametrize through environment. Please use a suitable example.
Suppose there are 10 of check boxes in a page and i have to choose the 6th one, how to do that through script?
Latest Answer: Use the Ordinal identifiers (index) property...each of the objects will have a different index value ...
Where do checkpoints get stored?
Latest Answer: Check point is a test point or a break point where the Properties of the Object/button will be checked and Out put value is Used to caputre the Value we got from a text box when we are doing parametarization ...
What is the function of ADD Ins in QTP? (Asked in Wipro)
Latest Answer: Add-in manager dialog box enables QTP to recognize objects in developement environment of AUT(application under test) ...
How will you analyse results in QTP?
Latest Answer: Test fusion display all the aspects of the test run: a high-level results overview, an expandable Tree view of the test sepcifing exactly where application failures occurred, test data used, application screen shots for every step that hightlight any ...
What is the difference between DIM and SET? When to use DIM and when to use SET.
Latest Answer: Dim can be used to store a value in a variable.For example: Dim a a=10Set can be used to store a object or child object from AUTeg. ...
Whick locks are used for database connectivity in QTP?
Latest Answer: ODBC (Open Database Connectivity) Default feature in Operating system
DSN (Data Source Name) created by user for every database in system. Acts as
identifier to database. ...
How to write and where we call user defined functions in QTP? Give an example.
Latest Answer: We can write user define functions in QTP Editor or in notepad also. when we write funtions in notepad we have to save file with .vbs extention. and close notepad then we can use that file in qtp resources. in resources we give notepad file path. than ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top