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
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
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 to write a test procedure & test log for login system
What is the logic testing?
explain end to end scenario's for online Money transfer in Banking Domain?
Can some body help to write possible test cases for a credit card at POS (point of sale)
What is the difference between test scenarios, test cases, and test script?
write test cases for flipkart.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain transaction testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
How to write the test cases for STP
How to test a stored procedure?