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

does qtp need record and playback in realtime. plz tell exactly wat happens

3 Answers   HP,


HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.

1 Answers  


How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing

2 Answers  


How iteration is related to Test Results in QTP?

1 Answers  


Explain the concept of how quicktest professional (qtp) identifies object?

0 Answers  






Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).

2 Answers   Cap Gemini,


How do know the number of browsers opened?

0 Answers  


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

0 Answers  


Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?

12 Answers   IBM, Semantic Space, TCS,


How can we conduct U-I Testing by using QTP??????

0 Answers  


HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST

8 Answers  


I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.

1 Answers   IBM,


Categories