what is keyword driven framework in qtp.

Answer Posted / ajay shembekar

As the name suggest, it enables keyword driven testing.
Data and Keyword are independent of tool.
Enables documentation of functionality of AUT in a tabular
format.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

1494


Explain the benefits of quick test pro(qtp)?

567


Does quicktest professional (qtp) is unicode compatible?

536


What is keyword driven framework?

616


How to get the particular property value?

610






How to open a new test using quicktest professional?

569


can any one say that where we can download the QTP trail version ??????????

1359


In qtp, explain what is keyword driven automation framework?

613


Write a QTP script to enter a keyword in to Google search engine?

649


Hi All, I need code for how to execute qtp scripts from excell sheet

1461


Explain the new feature of UFT regarding the export of test results?

575


What are the different types of checkpoints?

577


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

865


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

569


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

2565