Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
What is EXPORT AND IMPORT in Quality Center (pl. Explain with easy steps to understand.)
Can you please explain the procedure of connecting testdirector in qtp?
What is the use of test lab in test director?
How can you run automated test cases td (quality center 9.0) ?
How to identify test cases with no scheduled test runs.
How can we export multiple test cases from td in a single go?
Is QC comes under functional testing or not?
how can we see all fields in test director
Explain about "Defect life cycle" in HP Quality Center ?
Can anyone tell me where i can Download free full version of test director
How to generate the graphs in test director?
How to use testdirect like a dashboard?
What r the views in testdirector?
Is there any possibility to restrict duplication of defects being created in td?
Hi All, Im currently getting to grips with the Document Generator in Test Director and have a query. We use TD to link requirements to test cases and I am attempting to produce a report which lists the requirement and the test case it is linked to. I cant see a way to do this as the test case link info resides on the Coverage page and it appears the only field available to display for requirements reports within document generator as those on the 'details' tab. Any tips?