What does Reporter.Reortevent2 does?
Answers were Sorted based on User's Feedback
Answer / rahul roy
By using this method we can report the user defined results
in results window
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / lak
Syntax : Reporter.ReportEvent EventStatus, ReportStepName,
Details
As we can see above, ReportEvent takes 3 arguments. Let's
discuss these briefly-
EventStatus: Status of the step i.e. Pass/Fail etc. It can
be four types..
0 or micPass: Causes the status of this step to be passed
and sends the specified message to the report.
1 or micFail: Causes the status of this step to be failed
and sends the specified message to the report. When this
step runs, the test fails.
2 or micDone: Sends a message to the report without
affecting the pass/fail status of the test.
3 or micWarning: Sends a warning message to the report, but
does not cause the test to stop running, and does not
affect the pass/fail status of the test
Reporter.Reortevent2 -> micDone
| Is This Answer Correct ? | 0 Yes | 0 No |
what kind of erros can be handled with the using QTP?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Explain the terms test and business component?
How do you perform Regreession Testing?
scalability testing comes under in which tool?
Could you suggest me best coaching for automation in Delhi or nearby area?
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
Can abody explain me Send keys concept
does the vb script knowledge is mandatery in testing using QTP
What kind of errors can b handled in QTP in real time scenario?
How to get line numbers in your editor in expert view?