190 likes | 529 Views
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
E N D
Software Testing GNT VietNam EC Team Author: Tam Vo & Luan Nguyen22 June 2012
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
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