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 |
Describe function procedure in vbscript.
what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz
Explain types of output values?
X=10,Y=20 you need to swap the numbers without using a third variable?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
can onyone tell me how to comapre the output of two different Data Bases in QTP?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
what is Compile Module in QTP? what exactly it contains Functions or Actions?
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
QTP 9.2, Issue: Creating Shared Object repository. I recorded 2 scripts. I exported the Object Repository to a shared location for the first script. Associated the exported repository to the first script and deleted the Local Repository for the First Script. Now Opened the Second script and try to Add the Local Object Repository of 2nd Script to Exported Object Repository. But I fail. Can anyone please help in providing steps that need to be followed in creating a shared object repository? Thanks in Advance.
when i am running login page i got test run error? Please give me the script to handle run time exceptions. It's urgent for me.
How to load object properties to object repository through scripting.give one example