How to supress warnings from the "Test results page"?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rayudu
you can filter the results through
View | Filters and Uncheck "Warning".
Then the result window will show you only PASS FAIL and
Done results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Connect to QC using AOM.
What is the dis advantage of check points in QTP, if any?
what type of run time errors you get while you ar edoing rpg program?
Explain the concept of how quicktest professional (qtp) identifies object?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.
What is the difference betweent test and component?
What is active screen?
Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples.
Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
OPening of notedpad in QTP to write and execute the coding?