ผลต่างระหว่างรุ่นของ "Software Testing Course"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
(ไม่แสดง 4 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 7: | แถว 7: | ||
* Unit testing (1) | * Unit testing (1) | ||
** What unit testing is. | ** What unit testing is. | ||
− | ** How it integrates into the whole software development process | + | ** How it integrates into the whole software development process; test-driven development/agile process |
− | ** Pick a tool: junit, nunit, etc. depending on programming languages and framework | + | ** Pick a unit testing tool: junit, nunit, etc. depending on programming languages and framework |
*** Rails? | *** Rails? | ||
** A good test cases, how to design | ** A good test cases, how to design | ||
* Unit testing (2) | * Unit testing (2) | ||
** Mock objects | ** Mock objects | ||
− | ** | + | ** Measuring test sufficiency: code coverage |
* Inspection & review | * Inspection & review | ||
− | + | ||
− | * | + | == Automated testing & model-based testing == |
+ | * to be added |
รุ่นแก้ไขปัจจุบันเมื่อ 06:24, 23 ตุลาคม 2550
Discussion about software testing
Contents
- Software validation and verification
White-box testing
- Unit testing (1)
- What unit testing is.
- How it integrates into the whole software development process; test-driven development/agile process
- Pick a unit testing tool: junit, nunit, etc. depending on programming languages and framework
- Rails?
- A good test cases, how to design
- Unit testing (2)
- Mock objects
- Measuring test sufficiency: code coverage
- Inspection & review
Automated testing & model-based testing
- to be added