1 / 14

Software Testing

Software Testing. GNT VietNam EC Team Author: Tam Vo & Luan Nguyen 22 June 2012. agenda. Testing Overview - Objective. Testing Overview - Roles. Testing Overview. Methods. Levels. Types. Unit Test Integration Test System Test Deployment Test Acceptance Test. Functional Test

bayle
Download Presentation

Software 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. Software Testing GNT VietNam EC Team Author: Tam Vo & Luan Nguyen22 June 2012

  2. agenda

  3. Testing Overview - Objective

  4. Testing Overview - Roles

  5. Testing Overview Methods Levels Types • Unit Test • Integration Test • System Test • Deployment Test • Acceptance Test • Functional Test • Performance Test • Stress Test (Load Test) • Configuration Test • Recovery Test • Security Test • UI & Behavior Test • Alpha / Beta Test • Structure Test • Manual test • Automatic test Transparency • Black box test • White box test

  6. Nunit -test

  7. A case-study • Tax expression : PriceIncluceTax = Price * ( TaxRate / 100 + 1) • Rule • Floor : x.1 — 9 → x • Round : x.1 — 4 → x : x.5 — 9 → x + 1 • Ceiling : x.1 — 9 → x + 1

  8. Test-dataset

  9. Implement

  10. Implement Test-case

  11. Result of Automation test

  12. deBug

  13. Fix bug

  14. Result of Automation test

More Related