How to supress warnings from the "Test results page"?
Answers were Sorted based on User's Feedback
Answer / nagmani
From test result window, Click View->Filter menu then
uncheck the warning check box to filter the warning from
the test result
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raja83
hi i am unable to understand your question clearly anyway i
will give some input to you I hope it's useful to you
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 ? | 0 Yes | 4 No |
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )
What’s the QTP testing process?
How can you write the scripts that operate on different objects depending on run-time information?
difference between waitProperty & Checkproperty
anyone can explain Diff B/w Actions and Functions
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
in order to start automation testing what we should require (entry level to automation testing)
what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
How to Test the mainframe application?(tell me few basic things)
How to handle dynamic objects in quicktest professional?