top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which Scenario is used for Repeated Testing of an already tested program?

+1 vote
309 views

Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:

posted Jul 9, 2016 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

This is very generic question, please find mine input over this query.
Every software is tested from the various ways such as unit testing, module integration testing, system validation testing, conformance testing, inter operability testing, regression testing and load testing. When some piece of code is changed, developer tests correcting unit test cases (positive and negative test cases) and testing team identifies and executes their test cases to ensure stability of software. Usually regression testing is done to ensure that there is no memory leak in software under test and load testing to ensure software is meeting the promised no. of supported instances/context.

answer Jul 9, 2016 by Harshita
...