Questions Related to testing

Multiple choice technology testing
  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.

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Multiple choice technology testing
  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.

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Multiple choice technology testing
  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.

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer