1 / 34

System Testing

System Testing. 1. Threads. 2. Basis concepts of requirements specification. 3. Identifying threads. 4. Metrics for system testing. Thread 2 Test Procedure. Description:. valid card, 3 failed PIN attempts. Initial Conditions: screen 1 being displayed.

Download Presentation

System Testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. System Testing 1. Threads 2. Basis concepts of requirements specification 3. Identifying threads 4. Metrics for system testing

  2. Thread 2 Test Procedure Description: valid card, 3 failed PIN attempts Initial Conditions: screen 1 being displayed Perform the following sequence of steps: 1. Cause: Insert ATM Card 1 2. Verify: Display Screen(2, '----') 1. Cause: Key Press Digit (1) 2. Verify: Display Screen(2,'X---') 1. Cause: Key Press Cancel 2. Verify: Display Screen(2,'----') 1. Cause: Key Press Digit (1) 2. Verify: Display Screen(2,'X---') 1. Cause: Key Press Digit (2) 2. Verify: Display Screen(2,'XX--') 1. Cause: Key PressCancel 2. Verify: Display Screen(2,'----') 1. Cause: Key Press Digit (1) 2. Verify: Display Screen(2,'X---') 1. Cause: Key Press Digit (2) 2. Verify: Display Screen(2,'XX--' 1. Cause: Key Press Digit (3) 2. Verify: Display Screen(2,'XXX-') 1. Cause: Key Press Digit (5) 2. Verify: Display Screen(2,'XXXX') 3. Verify: Display Screen(4, null) 3. Verify: Display Screen(1, null) Post Condition: Screen 1 displayed Test Result: ___ Pass ___ Fail

More Related