How to supress warnings from the "Test results page"?
Answer Posted / pratibha dwivedi
From the Test results Viewer "Tools > Filters > Warnings"...must be "Unchecked".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use conditional loops in qtp ?
Explain process of smart Identification in QTP?
In qtp, explain what is keyword driven automation framework?
How QTP identify the system time that's changes every seconds?
how to idetfy which test cases are automated?who will deside that plz tell me
What is the use of Debug Viewer?
What are the challenges u faced in testing with crm domain? How u overcome with?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
How to find the difference between 2 dates in qtp?
Explain the check points in quicktest professional?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,