How to supress warnings from the "Test results page"?
Answers were Sorted based on User's Feedback
Answer / guest
In the Test Results window we have a Filter option there we
can suppress the warnings of a particular test..
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / nani
Hi,
Test case warnings are supress by
Tools>generaloptions>uncheck the warnings
But In General options there is no option for uncheck the
warnings plse check it and give the reply
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / kv
add regular expression (.*) and give click on 'cancel'
button so that let any pop up appear during the script run
it will automatically click on cancel. this is one way of
suppressing the pop up's i think.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / krish
Tools>>Options>>Run Tab>>then Uncheck "Save Still Image
Captures to results
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pratibha dwivedi
From the Test results Viewer "Tools > Filters > Warnings"...must be "Unchecked".
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajasekhar
Test case warnings are supress by
Tools>generaloptions>uncheck the warnings
if any thing wrong pls correct me
| Is This Answer Correct ? | 1 Yes | 4 No |
What is quicktest professional (qtp window?
What are the types of object repositories? Which one is you are using?
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
why do we go for Test Automation?
Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance
Why script error occur in between recording in qtp?
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.
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
How to supress warnings from the "Test results page"?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot