Following are properties of "Test Script Modularity" framework. Select all which are true.
This framework will yield a higher degree of modularization and add to the overall maintainability of the test scripts.
This can be achieved by creating small, independent scripts that represent modules.
It is heavily depended on Datasheets for each execution.
Strategy is to build an abstraction layer in front of a component to hide the component from the rest of the application.
Following are properties of Data-Driven Framework. Select all which are true.
A framework where test input and output values are read from data files.
Test case is contained in the data file and not in the script.
Kewords are most important aspect of this framework.
Only test data is contained in the data files.
A framework where test case and test data is contained in the data file.
A hybrid framework using Keyword and Data Driven framework.
Data Driven Framework.
Table-Driven Framework.
None of the above.
Following are disadvantage of data driven testing. Select all which are true.
Maintainability: multiple data-files are required for each Test Case.
Accessibility: Finding a perticular datasheet in a specific folder location is always pain.
Extensibility: scripts are not as extensible as in other frameworks.
Usablity: difficult to trace back error in unattended execution. Specially if recovery scenario is triggered during execution.
Following are properties of a Keyword Driven framework. Select all which are true.
Keyword-driven tests look very similar to manual test cases.
Requires more extensive training in the test tool for people who will create tests.
The Detail Test Plan can be written in Spreadsheet format containing all input and verification data.
The tester need only learn the "Key Words" required, and the specific format to use within the Test Plan.
A Hybrid Test Automation Framework is. Select all which are true.
Less used framework because of it's limitations.
A Framework which is a combination of two or more frameworks.
Has essential components of this framework are Core Data Driven Engine, the Component Functions, and the Support Libraries.
Has App Map to bridges the automation framework with the application being tested.
According to Mercury, which framework they have modeled for automation in QTP. If you refer to Mercury guide.
Keyword Driven
Data Driven
Record & Play
All of the above.
Test Automation Frameworks are tool dependent.
True
False
Select all which are true. An Automation Framework primarily comprises of
Directory Structure
Function Library
Object Repository or App Map
Application Scenario Files
Driver Script
Sequence File
Which Framework requires UML modeling.
Modularity Driven Framework.
Model based Framework.
Context Based Framework.