1.what are the different types of testing techniques ?

Answer Posted / brindha

White box testing (a.k.a. clear box testing, glass box testing, transparent box testing, or structural testing) is a method of testing software that tests internal structures or workings of an application as opposed to its functionality (black box testing).

White box testing techniques are:

1. Statement coverage
2. Decision coverage
3. Condition coverage
4. Path coverage (done using cyclomatic complexity)

Black-box testing is a method of testing software that tests the functionality of an application as opposed to its internal structures or workings.

Black Box testing techniques are:

1. Boundary Value Analysis.
2. Equivalence Partitioning
3. Decision Table.
4. Cause Effecting Analysis

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between static testing and dynamic testing?

650


Explain the defect life cycle.

625


Write positive and negative test cases for forgot password?

4325


Can list out some disadvantages of manual testing?

675


Write the function test case to add a customer to database.

1711






What is big bang approach?

783


I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.

1495


What is an entry criteria?

652


What is the difference between load and stress testing?

717


If date field is a text field write test cases to validate it?

1953


Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2

3039


What is the difference between latent and masked defects?

686


What is black box testing, and what are the various techniques?

723


What is test startegy?

781


What are the Important test scenarios which can be used for testing a web site?

744