Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • Test Coverage and its advantages

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 3
    Comment on it

    What is test coverage and its advantages and disadvantages?
    Test coverage or Code coverage is a very useful tool which is used to test untested parts of code. Test coverage is a measure which is used to describe the degree to which a source code of program is tested by a particular test suit.
    A program with more test coverage has lower chances of containing bugs and a program with lower test coverage has higher chances of containing more bugs.
    Benefits of test coverage:-
    1) It creates additional test cases to increase test cases
    2) It helps in finding areas of a program which are not tested by set of test cases
    3) It helps in determining quantitative measure of code coverage, which indirectly measure the quality of a product
    Disadvantages of test coverage:-
    1)Code coverage measures coverage of what has been written i.e. the code itself; it cannot say anything about the software that has not been written.

    Test Coverage testing

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: