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 |
What is the difference bitween cookies and sessions/
How would you determine the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??
What is the difference b/w Team lead and Scrum Master???
what is project testing & product testing, and what is the differene ? plz explan with example
Difference between JOB POSITION of Quality Assurance Engineer and software testing engineer.What are the responsibility for each?? It's really urgent.
How can we know bug is reproducible or not?
What is Risk Mitigation and who will involve in Risk mitigation plan?
what is a horizontal and vertical matrix explain with examples
which model is mostly used in companies for SDLC and y?
how can client know that the bug which has been corrected
How will you prepare Test plan. What are the techniques involved in preparing the Test plan.
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....