tell me about framework types and most used framework in
real time.
types of output value in details.
diff between wr and qtp in detail.

Answer Posted / saritha

Typesof Automation framework:

1. The test script Modularity framework
2. The test library architectural framework
3. The keyword-driven or table-driven framework
4. The data-driven testing framework
5. The hybrid automation framework (Using two or more
above frameworks

most commonly used depends on the project and the company

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you debug your script?

785


Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji

2512


Explain step generator in qtp?

878


can u explain relative path architecture framework in qtp?

1791


i need qtp tutorial. pls send it to sridhar.k151@g mail.com

1886


How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?

1650


how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps

1901


how will you load the test cases in ddt?

1845


What are the different recording modes and how do they work?

855


what is Property......End Property loop? how to write sript for it in QTP

2152


Is qtp supports uni-code?

837


How many types of parameters are there?

773


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

2817


which type of testing process are you following in ur company? how to recognize a qtp page?

1608


How to start recording using quicktest professional?

880