Which of the following statements about regression testing are true? (1) Regression Testing must consist of a fixed set of tests to create a baseline(2) Regressoin Testing should be used to detect defects in new features(3) Regression Testing can be run on every build(4) Regression Testing should be targeted to areas of high risk and known code change(5) Regression Testing, when automated, is highly effective in preventing defectsChoose any one: (1&3), (1&5), (3&4), (1,4&5), (2,3&4)

Questions by binduporwal

Showing Answers 1 - 23 of 23 Answers

kumar surapaneni

  • May 31st, 2006
 

Ans: 2,3&4

  Was this answer useful?  Yes

tester

  • Jul 14th, 2006
 

I had a query: Regression testing is basically done for veryfying if any of the previous bug fixes/modification of code has broken the application.

So, basically, it is not done for testing new functionality, it is to test modified/changed functionality.

Then how can statement 2 be correct
Regressoin Testing should be used to detect defects in new features?

  Was this answer useful?  Yes

kishore122

  • Jul 23rd, 2006
 

I strongly agree with TESTER

The choices are not specific to regression at all, in a practical sense.  Definitions are very specific to what a company follows... not in my experience i had anything like this.

Regression test cases change with the included functinality, its not baseline testing a far as i am concerned. 

Regression Testing should be targeted to areas of high risk and known code change
Man, this is prioritised regression testing.

Regression Testing, when automated, is highly effective in preventing defects

I am not very sure if this is a good statement. 

  Was this answer useful?  Yes

Muthukumar.C

  • Aug 2nd, 2006
 

Hai Guys

 Basically regression testing

  after modifications done by developer, tester is going to do regression testing to ensure that new errors r not introduced because of that modification.

This Modification can be Bug Fixing or Change in Customer Requireemnts(New Features).

 

  Was this answer useful?  Yes

Durga

  • Sep 12th, 2006
 

hi

Thank u for the information. Let me know the some more questions about testing.

  Was this answer useful?  Yes

vikram sheorey

  • Sep 25th, 2006
 

I am another who agrees with TESTER.#2 has nothing to do with regression testing since as a new feature no bugs have yet been found

  Was this answer useful?  Yes

Pankaj

  • Feb 10th, 2007
 

Hi asked my TL and he said 2,3 and 4 is the correct answer. I also asked the faculty who sets the paper for testing.... 2, 3 and 4 is the correct answer

  Was this answer useful?  Yes

V.Raj

  • Aug 1st, 2007
 

How can 2 be the right answer for this???It clearly says detect defects in new features.
REGRESSION testing is to check that the change or enhancement does not affect the affect the existing syatem.
3 & 4 is the right answer

  Was this answer useful?  Yes

rayudu

  • Aug 30th, 2007
 

hi
no one can concentrating on 3rdstatement, Up to my knowledge regression testing is aslo  re testing of selective testcases for the dependent functionality on the  MODIFIED BUILD .not on every build.
on first build we can not do regression testing

  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