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 |
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
There is web page with the webtable,this contains some data, how do you manipulate the data.
How can we open an Excel sheet through the script
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
How many types of recording modes in qtp?
hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects
We stored into the objects OR and then write the scripting
Can objects recognised without repository?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
Have you used xml check point in your project?