how to retreive the xml file data through qtp.can anybody
send script for this..
Answer / vaibhav
Function Load_Env_Xml()
strLocalPath1 = Environment.Value("D:AutomationResourcesGenaric Files") & "GlobalData.xml"
Environment.LoadFromFile strLocalPath1
| Is This Answer Correct ? | 0 Yes | 0 No |
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
What are the advantages of Automation objects than Test Objects?
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How to retrieve data from application objects?
How to handle Run-time errors?
What is an expert view and keyword view?
Can u call winRunner scripts from 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