Can anyone explain me about, the white box testing and
black box testing, in detail?
Answers were Sorted based on User's Feedback
Answer / rakesh
white box testing also known to be transperant-box
testing,glass-box testing.Moreover,this one tests the
application's functionality and structure.Whereas,blackbox
testing tests the functionlity only.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sadhana
testing each and every line of code is called white box testing or open source and and check whether each and every line of code is working as excepted.
developer only can do white box testing in WBT developer test logic of program by giving input to source code.
test engineer will do black box testing here test engg will check functionality of an application he will give input to application.test engg no need to have programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any one please refer me the good book to study more abt testing manual as well as abt automated,in which i cld learn more abt to prepare test cases and more abt testing.If possible plz mail me the name of the book at : nitin9360@gmail.com regards Nitin
How can u do the performance testing?
Test Director is use only for bug tracking or another purpose.
what is the difference b/n DPD(Defect profile document) and DRD(Defect Report document).
What is date driven testing?
When is the best time for system testing
What is Tracibility matrix?How we can use in real time application?
What is your approach when requirements change continuously?
what is the difference between the focused and enabled?
What is B.V.A with brief example?
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case