Interview Questions

Automated Testing Detail Test Plan - Definitions for Use in Testing

Automated Testing Detail Test Plan and Automated Standards


(Continued from previous question...)

Automated Testing Detail Test Plan - Definitions for Use in Testing

Test Requirement
A scenario is a prose statement of requirements for the test. Just as there are high level and detailed requirements in application development, there is a need to provide detailed requirements in the test development area.


Test Case
A test case is a transaction or list of transactions that will satisfy the requirements statement in a test scenario. The test case must contain the actual entries to be executed as well as the expected results, i.e., what a user entering the commands would see as a system response.


Test Procedure
Test procedures define the activities necessary to execute a test case or set of cases. Test procedures may contain information regarding the loading of data and executables into the test system, directions regarding sign in procedures, instructions regarding the handling of test results, and anything else required to successfully conduct the test.


Automated Test Cases

NAME OF FUNCTION Test Case

_______________________________________________________________________________________
|Project Name/Number     |Generic Project / Project Request #|Date      |             |
|________________________|___________________________________|__________|_____________|
|Test Case Description   |Check all drop down boxes, fill in |          |             |
|                        |boxes and pop-up windows operate   |Build #   |             |
|                        |according to requirements on the   |__________|_____________|
|                        |main Pond web page.                | Run #    |             |
|________________________|___________________________________|__________|_____________|
|Function / Module       | B1.1                              |Execution |             |
| Under Test             |                                   | Retry #  |             |
|________________________|___________________________________|__________|_____________|
|Test Requirement #      |                                   |Case #    |AB1.1.1(A for|
|                        |                                   |          | Automated)  |
|________________________|___________________________________|__________|_____________|
|Written by                                                                           |
|_____________________________________________________________________________________|
|Goals          |  Verify that Pond module functions as required                      |
|_______________|_____________________________________________________________________|
|Setup for Test |  Access browser, Go to .. .                                         |
|_______________|_____________________________________________________________________|
|Pre-conditions | Login with name and password.  When arrive at Generic Main Menu...  |
|_______________|_____________________________________________________________________|
|Step|Action|Expected Results                 |Pass/Fail|Actual Results if Step Fails |
|____|______|_________________________________|_______________________________________|
|    |Go to |From the Generic Main Menu,      |                                       |
|    |      |click on the Pond gif and go to  |                                       |
|    | Pond |Pond web page.  Once on the Pond |                                       |
|    | and  |web page, check all drop down    |                                       |
|    |..    |boxes for appropriate information|                                       |
|    |      |(eg Time.7a, 8a in 1 hour        |                                       |
|    |      |increments), fill in boxes       |                                       |
|    |      |(remarks allows alpha and numeric|                                       |
|    |      |but no other special characters),|                                       |
|    |      |and pop up windows (eg.  Privacy.|                                       |
|    |      |Ensure it is retrieved, has      |                                       |
|    |      |correct verbage and closes).     |                                       |
|____|______|_________________________________|_______________________________________|

(Continued on next question...)

Other Interview Questions