0
1.9kviews
Write a short note on: Testing methodologies, tools and need.
1 Answer
written 5.7 years ago by |
Program validation and testing
Black box methods : It checks the system or generates a set of input without knowing the internal structure of the system
White box methods : As the name specifies, this method knows the internal structure of the system and generate the test inputs accordingly.