What are the MIC& Reporter Class in DP?
Reporter is an object in QTP. Using this, user can
customize test reults and send them to test results window.
Reporter.Filter --> filter the result as per the Result
Type like Pass/Fail/Done/Warning
Reporter.ReportPath --> Retrieves the folder path in which
the current test's results are stored
Reporter.RunStatus --> Retrieves the run status at the
current point of the run session
Reporter.ReportEvent --> Send the user defined result to
Test Result window
E.g. Reporter.ReportEvent micPass, "Login
Successful", "Test Passed"
micPass - result as Passed
micFail - result as Failed
micDone - result as Done
micWarning - result as Warning
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Test case coverage? Skjha2000@rediffmail.com
3 Answers Infeneon Technologies,
How to identify test cases with no scheduled test runs.
how to run the qtp scripts in Test director.is it posssiblr or not?? and also i want to see the previes test results,how to see and where to see??
How we do the smoke testing?
What are the various types of reports in testdirector?
HOW TO RUN SEVERAL TESTS AT A TIME USING TEST DIRECTOR ? WITH OUT USING AUTOMATION TOOL? (FOR EXAMPLE IF I GIVEN 20 TESTS TO TESTDIRECTOR FOR RUNNING PURPOSE IN TODAYS NIGHT I WANT TO CHECK THE TEST RESULTS NEXT DAY) HOW TO DO THIS ?
5 Answers CTC, CTS, HCL, Perot Systems,
Can any one tell how to install the TD in our system?
What is test set?
How do we write test cases for IVR(internet voice response).
After Installed text directory I am getting RPC server unavailable error
what is test bed in terms of software?
Can u link the logged defect to the perticular requirement in QC just as we can map TCs to requirements in QC.