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 |
1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.
How to create basic scripts from a manual test case in QTP?
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
How to Analyze the Checpoint results with Standard Checpoint ?
Can we record an application running on a remote machine using qtp?
how to write vbscript on web applications in qtp. explian with one example?
what are the 5 types of objects in qtp
When to use shared and local object repository?