Multiple choice technology testing

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.

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

Keyword Driven Frameworks make tests readable like manual test cases (A true). They don't require extensive tool training because testers only need to learn keywords, not the underlying tool (B false). The test plan can indeed be structured in spreadsheets with input and verification data (C true). Testers primarily learn keywords and the test plan format (D true). Options A, C, and D are correct.