What software testing types can be considered?
1:47 AM // 0 comments // ngsk // Category: Technology , Testing //Black box testing – This type of testing doesn’t require any knowledge of the internal design or coding. These Tests are based on the requirements and functionality.
White box testing – This kind of testing is based on the knowledge of internal logic of a particular application code. The Testing is done based on the coverage of code statements, paths, conditions.
Unit testing – the 'micro' scale of testing; this is mostly used to test the particular functions or code modules. This is typically done by the programmer and not by testers; it requires detailed knowledge of the internal program design and code. It cannot be done easily unless the application has a well-designed architecture with tight code; this type may require developing test driver modules or test harnesses.
To know more click here
Related posts :
0 comments for this post
Leave a reply
2008 Content in Info Blog is licensed under Creative Commons License | Primary Designed by Simplex Design | Powered by Blogger.com