What are the roles of glass-box and black-box testing tools?
Glass Box (or white box) testing is the method of giving i/p to the system and checking how the system processes i/p to make o/p
Black Box testing is the method of giving i/p to the system and checking if the system is giving correct o/p without bothering how the o/p is formed.