How to supress warnings from the "Test results page"?
Answer Posted / sreeprasad
-if you want Pass result in the Result page
reporter.reportevent micPass,........
-if you want fail result in the Result page
reporter.reportevent micFail,........
-if you want Warning result in the Result page
reporter.reportevent micWarning,........
-if you don't want any result symbol only u want text in
the Result page
reporter.reportevent micDone,........
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we run multiple QTP scripts one after the other without manual intervention? How?
How many types of parameters are there?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Mention what are the different types of recording modes in qtp? Which will be used when?
When to use descriptive programming?
Explain different types of action in qtp?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Name the properties you would use for identifying a browser and page when using descriptive programming?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
Explain runtime dynamic settings?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How to use reporter.report event in qtp ?
Explain hybrid framework with advantages and disadvantages?
When ‘option explicit’ keyword is used in qtp?
How many types of actions are there in quicktest professional (qtp)?