How to create an instance in QTP?
Answer / harsha
we can create instance of QTP by using vbscript like
Set ObjQTP=CreateObject("QuickTest.Application")
ObjQTP.Launch()
ObjQTP.visible="true"
| Is This Answer Correct ? | 31 Yes | 1 No |
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
what is Compile Module in QTP? what exactly it contains Functions or Actions?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
how do you done Data-driven test using MS-Word Instead of DataTable
hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What are objects? how do you select the unknow object?
what is parameterisation?