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



If already everything is tested using White-Box testing, then what is the need of using Black box t..

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

If already everything is tested using White-Box testing, then what is the need of using Black box t..

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

If already everything is tested using White-Box testing, then what is the need of using Black box t..

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

Post New Answer

More QTP Interview Questions

I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?

3 Answers   TCS, Wipro,


please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)

1 Answers   IBM,


need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?

2 Answers  


Why a framework is needed?? Plaese post your answers ASAP

3 Answers   ACC, FD, Mphasis,


what is the difference between Automation object model(AOM) and test object model(TOM)

2 Answers   UHG,






Syntact for how to call one script from another? and Syntax to call one "Action" in another?

1 Answers  


What is ‘object spy’ and what is the function of object spy in qtp?

0 Answers  


hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp

1 Answers  


how can i count the number of links???

2 Answers  


can anyone tell me from where i can download qtp demo or crack version

0 Answers  


I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?

1 Answers  


How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.

2 Answers   Wipro,


Categories