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
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
What is the syntax testing?
Explain which test cases are written first black boxes or white boxes?
What is gray box testing?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Pls tell me test cases for pepper grinder
Suppose a job should be executed for every two hours? Write test case for this?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
What are all the companies are doing manual testing till now ?
Explain the load testing?
what is the test plan for ms-word
pls i want test cases for oss? whts the process of oss testing
Test a file replication service that copies files from one net location to another
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?