Answer Posted / syed zabiur rahman s>a>
• QTP means quick test professional.
• It is functional and regression testing tool.
• Also called as advanced keyword driven test tool.
• It is primarily used for functional regression
test automation.
• It uses record and playback method for testing.
• QTP uses a scripting language built on top
of VBscript to specify the test procedure, and to
manipulate the objects and controls of the
application under test.
• It have a keyword view and expert view.
• It is easy to use more than winrunner.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
how to disable the pop ups through QTP using a script
How the smart identification is used in real time?Please explain with an example
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Should have experience in framework means?
how to find that tools work well with your existing system?
Explain runtime dynamic settings?
what are the limitations of smart identification in qtp 9.0
What r the different filters in defect in quality center
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
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
Can anybody post some real time scenario in qtp? please its very urgent.
How can we conduct U-I Testing by using QTP??????
How many types of recording modes in the qtp?