How many type of status messages are there ..explain?
Answers were Sorted based on User's Feedback
Answer / mercy
Status of the report step:
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 or component fails.
2 or micDone: Sends a message to the report without
affecting the pass/fail status of the test or component.
3 or micWarning: Sends a warning message to the report, but
does not cause the test or component to stop running, and
does not affect the pass/fail status of the test or
component.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jim sears
micPass = 0
micFail = 1
micDone = 2
micWarning = 3
micInfo = 4
I was thinking there was one for 'not complete' but that would be for test status. These five statuses are for step status during run time for Reporter.RunStatus.
As in:
Reporter.RunStatus = micFail
is the same as
Reporter.RunStatus = "1"
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sumanth
With above four you have,
4 for mic Information, passes an information regarding the
output status.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jayadev acharam
micPass Status as Pass
micFail Status as Fail
micDone Status as Done
example
Reporter.ReportEvent misPass,"RequirmentNo:1.2.1","Update
Functionality is Checked"
| Is This Answer Correct ? | 0 Yes | 1 No |
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
What are the 3 main stages involved in testing with qtp?
How to make arguments optional in a function?
What is operator in VB Script?
What is Modular framework and Keyword drive framework? Explain
Can you brief the hurdles you faced during Automation testing?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
Does QTP support flat files? If yes what are those?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
How to change the Default synchronization method time and where?
Approach for Installation,comaptibility,system testing