If 200 test cases are prepared and out of that 50 are changed then what you will do?

Showing Answers 1 - 5 of 5 Answers

raju

  • Nov 13th, 2006
 

we have to execute all the modified test cases.and do retesting for the whole application.

  Was this answer useful?  Yes

ASHOK GANTA

  • Dec 5th, 2006
 

a) If we just execute only modified testcases on the new build i.e restesting.

b) if we execute all 200 test cases on the new build i.e regression testing.

  Was this answer useful?  Yes

kusuma

  • Dec 28th, 2006
 

We have to identify the impacted area of application which the removing testcasess are related

And testing the changed part ie removal of testcasess part totaly we used to call regional testing 

  Was this answer useful?  Yes

prasanna

  • Feb 19th, 2007
 

Hi friends,
   
  If it is Testcases writing time, just change the modified test cases adn dependent test cases basing on the functionality.

At the execution time do regression test on all modiifed testcases and check the dependent functionality check.


  Was this answer useful?  Yes

Nandagopan

  • Feb 21st, 2007
 

Given the timelines, find out the priority of the 50 modified conditions. High priority conditions based on the business/user needs are always treated foremost and those conditions are executed. Logically all the 200 conditions need to be tested to ensure test coverage. But if there is a constraint of time, the high priority conditions are executed first, with the rest un-tested conditions mentioned in the test report along with suitable explanation.

  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