what is meant by test coverage?

Home Forums Software Testing Discussions what is meant by test coverage?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24174
    Jahnvi
    Participant
    @gosaijahnvi

    what is meant by test coverage?

    ASP.Net Software Development

    #24814
    Darwin
    Participant
    @darwin

    Test coverage is something that helps me to outline different factors for the application in test such as functions, components, platforms, environment, etc. In general, these are the specific factors that influences the application under test.

    #25038
    Mustakim
    Participant
    @mustakimshaikh

    Test Courage is the quantity of Testing performed on desired test case.

    [Commercial content removed – Mod]

    #25074
    Melvin
    Participant
    @msalazar18

    Test coverage is all the possible scenarios and functionalities (and combination of them) to test.

    #25114
    kirankumar
    Participant
    @kirankumar

    Test coverage is defined as a technique which determines whether our test cases are actually covering the application code and how much code is exercised when we run those test cases.

    [Commercial content removed / Mod]

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.