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 |
Where and how do you write test cases in TD?........What steps ie.how do you change status of bug in TD..
What is the main purpose to storing requirement in TD?
How do you analyze your test results? What metrics do you try to provide?
What are the drawbacks of TD??
How can we add requirements to test cases in test director?
How many types of reports can be generated using testdirector?
How to identify test cases with no scheduled test runs.
What is the Extra tab in QC ? (TCS)
how to write test cases if we have, given requirement and teplate.
how to execute testcase
I installed TestDirector 7.6 on my PC which has windows media center edition. It was working fine in the begining. But now when I try to start it, I get the message, "cannot connect to databas. The data base version is older than 7.5, please update database". I am using MS Access as the database. Any help would be appreciated.
What is Test Director's API execution tool(VAPI)?