How can you delete the results file (XML)

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


Please Help Members By Posting Answers For Below Questions

What are the different types of recovery operation?

557


when a test case is written how u test using qtp

1661


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

1861


What are main panes available in qtp test browser?

547


What is the difference between per-action and shared?

596






How to execute a winrunner script in quicktest professional (qtp)?

525


What are the recording modes in wave event?

1547


How many types of recording modes in qtp? Which will be used when?

556


With what extension you can save the list of tests in a file to run in test batch runner?

575


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1637


How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?

709


Differences between text and test area checkpoints?

590


Mention the different actions types of qtp.

582


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3625


Explain how qtp identifies objects?

577