How to convert QTP's ObjectRepository.mdb file to xml file
Answer / elango
First of all the extension is of object repository is .tsr (test script repository) and not .mdb(This denotes microsoft access database file).
Below is the code to convert tsr file to xml in runtime,
Dim ObjRep
Set ObjRep = CreateObject("Mercury.ObjectRepositoryUtil")
ObjRep.ExportToXML "D:\test.tsr","D:\test.xml"
Set ObjRep = Nothing
You can also convert it manually by loading the corresponding object repository in "Resources -> Object Repository Manager" and selecting "File -> Export to XML" option.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the purpose of .vbs file?
what is parameterisation?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
What is throw object?
How many add-ins comes by default with quicktest professional (qtp)?
In what occasion we can specify global sheet and action sheet?
I wnnt to learn about QTP Automation Framework,please give URL Address to get more information about AFW.
how to get font size of a "WebEdit"
How do you create a library file
what is the command (keyboard command) to swith from expert view to key word view