How many type of status messages are there ..explain?
Answer Posted / 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 |
Post New Answer View All Answers
Explain types of descriptive programming?
Discuss quicktest professional environment?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How to interact tool & application build in QTP?
How to create Reusable and Multiple Actions?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How to find the path of folder in which the test is saved in qtp?
How to replay a script in qtp?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
Where to use Property Let, Property Get, Property Set in UFT
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Explain the use of action split in qtp?
Discuss the QTP Environment?