Search code examples
testingautomationmanual-testing

What is the meaning of incident in software testing?


What is the meaning of an "incident" in software testing?


Solution

  • At the time of executing/run a test, you sometimes found that the actual results vary from expected results.

    When the actual result is differ from the expected result it is called incidents but incidents differs from bugs because it arise because of miss- configuration , corrupted data

    incident is Any event occurring during testing that requires inspection or review.