Does QTP support Java Script also. Which is one is
preferrable for QTP, VB script or Java script
Answer Posted / radhika
k.Thanks.
Can u give QTP Frameworks which one uses in real time?
i mean in QTP We have the frameworks are
keyword driven and function library framework and
action,datadriven,hybrid frame works.we can use these
frameworks w.r.to complexsity of application
i want keyword,function library frame work script on Flight
Reservation application.pls prepare that script.
urgently..........pls......
Thanks@Regards
************
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What is parameter in qtp?
Where we can use the analog mode and where we can use the low – level mode?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
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 Cross browser testing? Does UFT support it?
What is the difference between local and shared object repository in qtp?
Explain runtime dynamic settings?
What is difference between shared and local object repository?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
What is the use of an object spy tool in qtp?
What are metrics and matrix?
How do you send email with attachment from outlook using qtp ?
How you know that a test case is a regression test case
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?