what is the abbrivation of .mtr in action reposirtory?
Answer Posted / arc
mtr stands for mercury test repository
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the differences between qtp and winrunner?
How did you use regular expressions in QTP and also in WR?
how do u plan test automation?
Hybrid framework supports Descriptive programming. Is it true?
What is environment variable in qtp and why to use it?
What is Cross browser testing? Does UFT support it?
Can we use index on view?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
What Folder Structure following in Keyword Driven Frame work?
terminal services client
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
In qtp, how you can exit for loop?