We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
Answer / jpmumbai10
Action is going to be executed first. In Action only we are
calling functions or repository,...
| Is This Answer Correct ? | 3 Yes | 1 No |
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Give the syntax to load function at run time.
How to send QTP test results to an email...(with out using Quality Center)?
Explain how you can delete excel file in qtp?
What are the major/ important methods, functions in QTP we use realtime testing
Explain advantages and disadvantages kdf?
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
How you can write contexts to text file in qtp?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.