What is the Difference between Testing Types and Testing
Techniques
Answer Posted / kalpana
As per my knowledge there are two types of testing:
1>Functional testing 2> Non functional testing
Testing Techniques means the method that we use to test the
functionality of the application
For functional testing generally we use following testing
techniques:
1>Black Box Testing
2>White Box Testing
Black Box Testing is the testing in which tester does not
know about the internal working of the application, he/she
only knows the legal input and expected output. Tester does
not know that how the expected output produced be the
system for given input.So the blak box testing is also
known as Specification based testing or behavioral testing.
Under Black Box Testing there are following strategies to
write the test cases:
a>Equivalence Partioning
b>Boundary Value Analysis
c>Cause Effect Graphing
White Box Testing:White Box Testing is the testing in which
tester knows about the internal working of the application
and tests how the expected output produced by giving the
legal input. In White box testing tester verifies the
structure of the application and flow of the path in
application.So white testing is also known as structural
testing or open box testing.
Under White Box Testing there following strategies used to
write the test cases:
a>Statement coverage
b>Decision coverage
c>Condition coverage
d>Decision-condition coverage
e>Multiple condition coverage
f>Basis Path Testing
g>Loop testing
h>Data flow testing
| Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
What is the syntax testing?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
I need GUI test case for home page?
write the test cases for facility module
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
How should I maintain the test cases and Test Log for different versions/builds of the application.
Write all test cases for Bus Pass Renewal
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
Scenarios to test wireless Speaker via bluetooth
What is gray box testing?
How to test Webservices and how can we write test cases for that
Explain the unit testing?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox