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


Please Help Members By Posting Answers For Below Questions

how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1533


Can you list down a few characteristics of a test case?

895


Positive and Negative test cases for the speedometer?(minimum 5 each)

2617


what is the technology used in financial applications?

3157


What is test environment? Elaborate with example.

830


What are all the companies are doing manual testing till now ?

1758


how to test stand alone programs?

2330


Explain the branch coverage testing?

909


Explain the functional testing?

874


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2750


Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

2328


Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week

2101


Explain the logic testing?

858


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

8823


Explain the syntax testing?

901