期刊名称:International Journal of Software Engineering & Applications (IJSEA)
印刷版ISSN:0976-2221
电子版ISSN:0975-9018
出版年度:2011
卷号:2
期号:4
页码:31
出版社:Academy & Industry Research Collaboration Center (AIRCC)
摘要:Software testing is the process of analyzing software to find the difference between required and existingcondition. Software testing is performed throughout the development cycle of software and it is alsoperformed to build quality software, for this purpose two basic testing approaches are used, they arewhite box testing and black box testing. One of the software testing technique which I have explain in mypaper is Black Box Testing, it is a method of generating test cases that are independent of softwareinternal structure, I have also briefly explore various different approaches to black box testing techniquefor finding errors. Since black box testing is always based either directly or indirectly on the softwarespecification so it is also called specification based testing.
关键词:Equivalence Partitioning; Boundary Value Analysis; Fuzz Testing; Orthogonal Array Testing; All Pair;Testing