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

what are recovery management techiniques?

2 Answers   BirlaSoft, GL Noble Denton,


how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad

1 Answers   Mind Tree,


What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...

1 Answers   IBM,


Do you know how to connect database? Can you tell me the procedures?

0 Answers  


Hi,will U Please Provide me details certification for QTP &QC and also please provide me the Material also. Send to mail:jjaanu2mail@gmail.com

0 Answers  






what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers  


how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..

1 Answers   Mind Tree,


Error handling

3 Answers   Wipro,


what is description object?

0 Answers  


what is frame work of qtp?

4 Answers   ITC Infotech, KPIT,


What is an Regular expression doing in VBScript?Tell the pattern for the email verification.

1 Answers   Accenture,


What is a recovery scenario?

0 Answers  


Categories