Some point of view both are same technique. But i am confused with both technique so i want specific difference which will help me to understand the meaning of both technique…
Thanks in advance
Some point of view both are same technique. But i am confused with both
Share
White box testing is a method of testing software wherein one looks at the internals of the system rather than just the front-end functionality, so for example running unit tests. White box testing can be manual or automated.
Automated testing is testing using tools that run the tests or part of the tests automatically (without interference from the tester). Automated testing can be white box or black box.
So there isn’t any similarity as far as I can see, they certainly are not the same technique. For more details see Wikipedia.