Can we do qtp testing without creating objects in Dbject
repository? can we do it completely writing code i.e in
expert view only. Are there any books for this?
Answer Posted / sani
It is possible using descriptive progarming where in the
GUI objects in AUT can be identified by directly feeding
the object properites and values in runtime.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you send user defined messages to test report?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Explain the check points in quicktest professional (qtp)?
Is it possible to use two instances of UFT on the same machine? If not why?
what is the structure for the data driven framework
What is QTP’s model for test creation?
What is an expert view and keyword view?
When you open QTP, how many sheets you can see?
What is checkpoint in 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
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
what is run-time data?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
How will you handle java tree in qtp?
What is the XML file architecture ?