What are the kinds of software testing?
Question:
Answer:
Software testing can be split and grouped into many categories.
But basically the Software testing is classified as:
White Box Testing: Testing where the tester has thorough knowledge of code and test's the complete internal workings of the code written.
Black Box Testing: It is a testing procedure where the tester has idea about the specification & published requirements. The goal is to test how well the component performs as specified in the requirements.
If you want more details on different kinds of software testing then check out this site:
http://www.aptest.com/glossary.html...
More Questions & Answers...