Answer Posted / sreeprasad
we can delete the result xml files using TestResults
Deletion tool .
It is available in startmenu-->programs--
>Quicktestprofessional-->tools-->Testresultsdeletion tool.
We can delete unwanted results associated with our tests
using this tool.
we have to browse our test then it loads all the results
associated with our test. U can select the result and
delete that one or using the windows command line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How QA specialist can identify when programmatic descriptions are useful?
How to save your test using quicktest professional (qtp)?
Explain how you can replace string in qtp?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
What will be happen if i load object repository at run time, but it has already associated.
why text area checkpoints cannot used for web applications
How will you test a keyboard?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How do you convert manual test cases to automated test cases?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
How can you identify the browser and its information using the qtp script?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks