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 |
How many types of recording modes in qtp? Describe each type with an example where we use them?
How to use library files in QTP? how we can call these files in to script?
i m fresher iwant to know about testing what is the scope of testing field.i m aware in manual testing shall i go to automatiuon testinh directly or if any work experinc in manual testinh then only i go to manually automation testing.
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
What are the Features & Benefits of Quick Test Pro ?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
How many types of OBJECTS are there in QTP?
8 Answers Intel, Inter Globe Technologies,
what is exacltly TIERS ?
The xls contain data. how to get number of columns form the sheet?
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
Explain advantages and disadvantages of ddf?