hw to create a frame work in qtp..what are the basic steps

Answer Posted / krishnateja muppalla

Creating framework is nothing but, creating of all components. I mean to say creating of Scripts, Library function, Shared repository, Global data sheets, Local data sheets, Driver script etc. All together is called as framework

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Difference between copy to action and call to action?

574


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


what is clean sweep?

1507


how will you load the test cases in ddt?

1592


Approach for Installation,comaptibility,system testing

1698






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

571


Explain advantages and disadvantages of ddf?

594


I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so

2247


How to use Environment parameterization? Explain with an example.

1473


In qtp, explain what is qrs file?

579


What is contained in the object repository?

608


What is standalone database?

1740


when will you do debug your script? and explain that process?

1447


Hai anyone please "Explain about Framework in QTP?"

1608


Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?

1517