Learn Manual Testing From Scratch Part 3
Difference between White Box Testing and Black Box testing 1) White Box Testing 2) Black Box Testing White Box Testing a) 1) Done by developers 2) Done by test engineers b) 1) Look into the source code and test the logic of the code 2) Verifying the functionality of the application against requirement specifications c) 1) Should have knowledge of internal design of the code 2) No need to have knowledge of internal design of the code d) 1) Should have knowledge of programming 2) No need to have knowledge of programming BLACK BOX TESTING It is verifying the functionality ( behavior ) against requirement specifications. Types of Black Box Testing 1) FUNCTIONAL TESTING Also called component testi...