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
How you debug your script?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Explain step generator in qtp?
can u explain relative path architecture framework in qtp?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
how will you load the test cases in ddt?
What are the different recording modes and how do they work?
what is Property......End Property loop? how to write sript for it in QTP
Is qtp supports uni-code?
How many types of parameters are there?
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
which type of testing process are you following in ur company? how to recognize a qtp page?
How to start recording using quicktest professional?