How many type of status messages are there ..explain?

Answers were Sorted based on User's Feedback



How many type of status messages are there ..explain?..

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

How many type of status messages are there ..explain?..

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

How many type of status messages are there ..explain?..

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

How many type of status messages are there ..explain?..

Answer / kalyan

0-micpass
1-micfail
2-micdone
3-micwarning.

we can use 0 instead of micpass.

Is This Answer Correct ?    1 Yes 1 No

How many type of status messages are there ..explain?..

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

Post New Answer

More QTP Interview Questions

If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.

6 Answers  


We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?

6 Answers   Kanbay,


can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???

0 Answers  


What is Description Object?

1 Answers  


how to recall a function in QTP?

3 Answers   Ordain Solutions,






How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.

3 Answers  


How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large

2 Answers  


What is checkpoints for quicktest professional?

0 Answers  


There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code

0 Answers  


in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser

4 Answers   Verizon,


What is the concept of hooking in QTP?

1 Answers  


Where you can store check point results?

3 Answers  


Categories