Answer Posted / 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 |
Post New Answer View All Answers
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
How to use the object spy in quicktest professional 8.0 version?
What are the types of object repository in qtp?
What is the difference between a Function and Procedure in QTP?
Will down time for server and content maintenance/upgrades be allowed? how much?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
what is the advantages and disadvantages of using functions instead of re usable actions
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Connect to QC using AOM.
How you create new action in qtp?
What is ‘object spy’ and what is the function of object spy in qtp?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How to find Operating system information using QTP script?
How to export quicktest professional results to an .xls file?