How to supress warnings from the "Test results page"?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write the vb script for call to new action in qtp?

1863


Discuss quicktest professional (qtp) environment?

578


Can we record using all the modes in a single script? Explanation with example is appreciated

1392


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2427


What is the significance of “action 0” in qtp?

578






How do you create regression test packs?

614


Hoe can we do retesting using functions please give the code for it using login page

1570


What are the different types of action?

560


What is checking bitmaps?

556


hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.

1429


How many ways we can parameterize data in quicktest professional?

565


How did you use regular expressions in QTP and also in WR?

2167


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

662


what is error and fault in terms of software quality?

1461


What is system testing and what are the different types of tests you perform in system testing?

605