can onyone tell me how to comapre the output of two
different Data Bases in QTP?
Answer / sarvesh m
This could be done through database checkpoints.
Is This Answer Correct ? | 1 Yes | 0 No |
Recovery Manager means..?
What is fragmentation and paging?
Can we do Load Teting with QTP?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.
Is it possible to call win runner script in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
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"">",
Suppose U change the script whether it affect the object properties of the object in the object repository
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Can we use Virtual Objects in Discriptive Programming?