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 |
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
Can anybody post some real time scenario in qtp? please its very urgent.
what is the difference between DATA TABLE and DATA SET?
What is reusable action?
What are the differences between table and db checkpoints?
How do you return a value for an array.
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
Which statement will use for close an action in QTP?
what is ODC and GDC?
Explain QTP testing process?