Where the text version of script file located in file
system?
Answer / uday kumar_anem
Path of your testname\ActionName\Script.mts
Ex: D:\QTPSample\SampleTest\Action1\Script.mts
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
Give the syntax to import/export xls into qtp.
How can we QTP Scripts in xml format? is there any way to do so?
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
What contains Data Driven Framework document in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what skills needed to be good test automation?
How to add Dynamic Objects to Object repository?
Explain the QTP Tool interface.
what is meant by Implicit and explicit requirements?
What is load testing?