Answer Posted / ayaan
Hi Nanda, I'm new to automation. Where can we get sample
QTP scripts for the scenarios you mentioned above? Plz
suggest!
Thanks!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different recording modes and how do they work?
Is it possible to change the property value at runtime? How it is possible?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
Explain the terms test and business component?
what r the main attributes of test automation?
terminal services client
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
How you can replace string in qtp?
How can you identify the browser and its information using QTP script?
How to export quicktest professional (qtp) results to an .xls file?
How is UFT 11.5 version different from UFT 12.0?
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 is Curd testing?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?