원문정보
초록
영어
We can define software testing as a process or a series of processes, design to make sure that computer code does what it was actually design to do and it doesn’t do anything unintended. Two of the most important software testing techniques are white box testing and black box testing. In my paper I have described one of the main software testing technique that is white box testing. We can define it as a test case design method that uses the control structure of the procedural design to derive test cases. I have also described briefly the working process of white box testing technique and some of its most frequently used techniques that are control flow testing, data flow testing, branch testing, basis path testing and loop testing.
목차
1. Introduction
2. Working Process of White Box Testing Technique
3. Different Forms of White box Testing Techniques are
3.1 Loop Testing
3.2 Branch Testing
3.3 Data Flow Testing
3.4 Control Flow Testing
3.5 Basis Path Testing
4. Conclusion
References:
