what is thee diff between functionality testing and
blockbox testing?
Answers were Sorted based on User's Feedback
Answer / guest
Functionality testing is nothing but Black box testing
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sujatha
Hai,
according to me
Blockbox testing is the testers test the app without any
knowledge of internal design of code i.e called as B.T
Functionality Testing means
similar to blockbox testing
but here we check whether the functionlites of app working
properly r not.
here we wont consider the internal structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sagarika
Testing is basically two types:-Functional and Non-
functional testing.And Funcional testing include both white-
box and black-box testing.
Both white-box and Black-box techinque are part of the
testing technique.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vrfrens01
Functional Testing is the major part of Black box testing
in which the functionality of the AUT should be tested.
Where as Black Box Testing means testing the application
based on its performance with out concerning its internal
design.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Six sigma? Explain.
What are the check points we need to consider while performing Database migration (ex: from oracle 8i to 9i)
What is the difference between positive and negative testing?
Explain basis path testing?
there is a function called changevalues(x,y)inside this function x=x+y/2 y=y+x+5 end so i am calling function in one program as changevalues(y,x) what is the output if x=2 and y=10(ignore exact programatic statements) please can any one provide me answer for this immediately
What is the main benefit of designing tests early in the life cycle?
What is Use case?
Hi,can anyone help me with sap testing.how is sap testing done
What is a first work when tester get job
What can static analysis not find?
At what phase tester role starts?
In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.