How can you delete the results file (XML)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / uday kumar_anem
Hi Sreeprasad, here the question is not delete the results
folder, we need to delete the XML file in the results
folder.
Shoot a new answer, if you find any solution to delete only
the Results.xml file
Is This Answer Correct ? | 0 Yes | 0 No |
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Why divide a test into three action calls?
Explain types of exception handling and script for that?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
Does QTP run in any environment?
why do we use both location and index identifier.
does QTP provides any tools for parametrisation?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
What is CMMP and CMMH?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
How to call actions in QTP?