Want to know about application testing techniques

Asked By 10 points N/A Posted on -
qa-featured

I am learning software testing techniques on internet.I want to know that what is the difference between white box,black box and grey box testing technique? Do a tester always needs to test the application using more than one technique? And in which type of testing do we check the overall functionality of application? 

SHARE
Answered By 0 points N/A #159587

Want to know about application testing techniques

qa-featured

Black, white and gray box tests provide different approaches for the security of Web applications. But let's see the advantages and disadvantages between the three of them.

Black box testing refers to testing a system without having specific knowledge to the internal workings of the system, no access to the source code, and no knowledge of the architecture.

White box testing refers to testing a system with full knowledge and access to all source code and architecture documents.

Gray box testing is about testing a system while having at least some knowledge of the internals of a system.

Related Questions