Tag: testing
Questions Related to testing
-
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.
-
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 hybrid framework using Keyword and Data Driven framework.
-
Data Driven Framework.
-
Table-Driven Framework.
-
None of the above.
-
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.
-
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.
-
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.
-
Keyword Driven
-
Data Driven
-
Record & Play
-
All of the above.
-
Directory Structure
-
Function Library
-
Object Repository or App Map
-
Application Scenario Files
-
Driver Script
-
Sequence File
Correct Option: A,B,C,D,E,F
-
Modularity Driven Framework.
-
Model based Framework.
-
Context Based Framework.
-
All of the above.