plz can any one send me what is Automation Testing
Frameworks.. Thanks in advance
Answer Posted / murali reddy
frame work:A test Automated framework is a set of
assumptions,concepts and practices that provide support for
automated software testing.
1.test script modularity frame work
2.test library architecture
3.keyword-driven or table-driven testing
4.data-drvien testing
5.hybird test automation
companies are using hybrid test automation,beacuse in hybrid
automation frame work is use mutli process it covers all
frame work in hybrid automation frame work and its pulling
from their strengths and trying to mitigate theirweaknesses.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Limitations in QTP?
How to carry out bit map check points in QTP
What does mean by Scope of Automation?n How we defined it?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What is synchronization? What are the ways you can synchronize?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
What phases are involved in testing an application in qtp?
can test automation improve test effectiveness?
what the difference between shared repository and per action repository?
How to get popup error message.
can u please explain what is the exact difference between qtp8.2 and 9.0
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
What is qtpro? What is quick test pro?