What are Coverage Techniques?

What are Coverage Techniques? type of coverage?
Please explain me with example.
Thanks in advance.

Questions by wankhederan

Showing Answers 1 - 9 of 9 Answers

ks9bp

  • Jan 26th, 2008
 

the main coverage tecniques used in the software industry are white box testing and black box testing. in the black box testing we don't need to bother about code just we have to know about the specifications.
EX: in calculator we don't need to worry about code , just testing whether it gives 4+3=7 or not like that.

where as in white box we have to observe the code line by line whether  it is executing or not.  there are different tecniques in white box like branch testing , statement testing. in statement testing we have write test cases to execute each and every statement only , where as in the branch testing we have to cheak for each side of branch and each statement.  For better understanding read ISEB meterial from BCS. ORG

  Was this answer useful?  Yes

I believe, you meant to ask 'Coverage Measurement Techniques'. We use diff matrices to measure that....diff coverage types are Path coverage, statement coverage,branch coverage etc.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions