How to supress warnings from the "Test results page"?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
From the Test results Viewer "Tools > Filters >
Warnings"...must be "Unchecked".
K,Byeeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lak
Based on which Version of QTP you are posting the answers
Ramya?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramchandra patil
Hi Ramyab,
u can use Reporter.filter=3 in coding and u can un suppress
by putting reporter.filter=0
hey gays let me know if Im wrong with valid solution.
Thanks,
Ramchandra Patil
| Is This Answer Correct ? | 0 Yes | 0 No |
Java add-in is need to work on java oriented project ?
How to create runtime property for an object?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail. Could you please any assist in this?
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
how to idetfy which test cases are automated?who will deside that plz tell me
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How can I pass values from one action to another in QTP ?
Explain the concept of Output values in Quick Test Professional?
What is TOM in QTP?
How to call script1 into script2?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
How can i select multiple items from a WebList bOX USING QTP