Tag: testing

Questions Related to testing

  1. This framework will yield a higher degree of modularization and add to the overall maintainability of the test scripts.

  2. This can be achieved by creating small, independent scripts that represent modules.

  3. It is heavily depended on Datasheets for each execution.

  4. Strategy is to build an abstraction layer in front of a component to hide the component from the rest of the application.


Correct Option: A,B,D
  1. A framework where test input and output values are read from data files.

  2. Test case is contained in the data file and not in the script.

  3. Kewords are most important aspect of this framework.

  4. Only test data is contained in the data files.


Correct Option: A,D
  1. A hybrid framework using Keyword and Data Driven framework.

  2. Data Driven Framework.

  3. Table-Driven Framework.

  4. None of the above.


Correct Option: A
  1. Maintainability: multiple data-files are required for each Test Case.

  2. Accessibility: Finding a perticular datasheet in a specific folder location is always pain.

  3. Extensibility: scripts are not as extensible as in other frameworks.

  4. Usablity: difficult to trace back error in unattended execution. Specially if recovery scenario is triggered during execution.


Correct Option: A,B,D

Following are properties of a Keyword Driven framework. Select all which are true.

  1. Keyword-driven tests look very similar to manual test cases.

  2. Requires more extensive training in the test tool for people who will create tests.

  3. The Detail Test Plan can be written in Spreadsheet format containing all input and verification data.

  4. The tester need only learn the "Key Words" required, and the specific format to use within the Test Plan.


Correct Option: A,C,D
  1. Less used framework because of it's limitations.

  2. A Framework which is a combination of two or more frameworks.

  3. Has essential components of this framework are Core Data Driven Engine, the Component Functions, and the Support Libraries.

  4. Has App Map to bridges the automation framework with the application being tested.


Correct Option: B,C,D
  1. Directory Structure

  2. Function Library

  3. Object Repository or App Map

  4. Application Scenario Files

  5. Driver Script

  6. Sequence File


Correct Option: A,B,C,D,E,F
  1. Modularity Driven Framework.

  2. Model based Framework.

  3. Context Based Framework.

  4. All of the above.


Correct Option: B