what are the areas that cannot be tested using an automated
tool? list a few
Answer Posted / patil
You can test fonts and colors using QTP
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is an expert view and keyword view?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
In qtp, how you can exit for loop?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How to release all resources file from the QTP?
How do you create regression test packs?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to analyzing test results using quicktest professional (qtp)?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
is it possible to add sheets to excel at runtime
Explain quicktest professional testing process?
How many types of parameters are there?
How to analyzing the checpoint results?
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
What VBScript operators, functions, and statements do you use in QuickTest Professional?