If already everything is tested using White-Box testing,
then what is the need of using Black box testing?
Answers were Sorted based on User's Feedback
Answer / naveenn
White-Box testing is used to test the internal logic of the
code, where as black box testing is used to test in all
possible ways by specifying the range and etc..
Ex : Boundary value analysis
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vinay
White box is to do with code testing and is mainly done by
the developer, it is also known as Unit testing.
Black box is more advance testing, it includes funtional,
regression, system testing etc. This is mainly done from
end user prospective (Customers). If customers are able use
with no errors, then the product is of high quality.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahesh.k
the main reason is the white box testing is for testing the code of an application block box testing is for testing the functional part of the application.here developers perform positive testing, testers do both positive and negitive testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the difference between data driver & data driven and driver script?
Write a QTP script to print all the link names displayed in a web page
Without using gui map editor we can recognize the application in winrunner ?
what is aregular expression?
hi this is srinivasa(from blr) i complited my B.tech(e.c.e) in 2007 im searching job in s/w testing but idont have freshers resume for s/w testing please send some s/w testing resume for me(fresfers resumes only) advns thnks you
Explain about the Test Fusion Report of QTP?
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
4. what is the use of Text output value in Qtp?
Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are using CVS AND VSS ? some are Have log in in VSS Some Not login(not accessing) into VSS, not login persons are working on CVS? my doubt is, can Qtp automation engineer have loin in VSS or not? Where he store QTp Script?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
how can we know the program is testing by multiple test data in data driven frame work?
If the object property is changing very frequently, what was your approach?