What is d difference between Black Box Testing and
Functional Testing?
Answers were Sorted based on User's Feedback
Answer / laxmi
Black box testing is not a type of testing it is a testing
strategy and it contains both functional and non functional
testing.functional testing means testing only the
functionality as per the requirement document
| Is This Answer Correct ? | 22 Yes | 6 No |
Answer / anu
Black box testing is a testing
strategy and it contains both functional and non functional
testing.
Functional testing means testing the
functionality i.e input the data and checking the output as
per the requirement documents.
Non-Functional testing means testing the GUI part as per
the customer screens.
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / kiran
Black box testing is the techniques we are used for system
testing(functional testing). system testing covers
functional testing and non functional testing.
Functional testing is based on the real time user focus
it covers 1.Desingn architecture verification
2.Business vertical testing
3.Deployment testing
4.certification and standards testing
Black box testing techniques used in functional testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Give the real-time example for back-to-back testing?
How the build you will get in which form and to whom first it gets and how will they send to the testers?and who install it in the system?
What is the main use of preparing a traceability matrix?
what is test director?
what is real testing & comprehensive testing? plz rly me my qestion
differentiate defect age build interval? what style of testing we can follow with lack of documentation?
Who are all involved in an inspection meeting?
can any one of u give templates for test plan and test strategy
Test cases for save option for notepad - I have listed few. Please improvise my answer
What is Database Testing?
Is there any specific standard which tells, How many test cases should one person write in a day? and How many test cases should get executed in a day?
Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?