what is QTP batch testing tool?
Answers were Sorted based on User's Feedback
Answer / kirankumar.b
in qtp tool only one option is avaliable to do batch
testing .(batch run, see in the amd tool in qtp)
batch testing is nothing but run the test suite(a set of
test scripts).
In this just give the path of each script and run the
batch.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the different types of Database checkpoints in QTP? when they are used?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
How many actions we can create with in a test?
How to import excel sheet to QC?
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
when u script reveiwing in which area u more concentrates?
what is profile tool?
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 are the difference ways of parameterising?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?