How do you prepare a regression testing suite?

Answers were Sorted based on User's Feedback



How do you prepare a regression testing suite?..

Answer / lucky

Regresion testing is required when the code is
modified/added because of
1. new functionality/add addtional code for an existing
functionality.
2. Defect is fixed by updating the code.

To prepare a regression suite, 3 things should be kept in
mind:
1. What are the main fuctionalities for the business?
2. What will be the main fucintionalities used by the user
when the application goes live?
3. What are the main functionalities visible to user for
the first time when the applcaition is lunched?

Is This Answer Correct ?    6 Yes 0 No

How do you prepare a regression testing suite?..

Answer / rajkumar gholve

@Lucky you are absolutely right.
Regression test suite preparation:-
1) Identify functionality that is very critical for business.
2) Functionality that is mostly visible to user.
3) Functionality that is mostly used by user.
4) Functionality that has maximum impact on the application.
5) Areas that are very complex and can be error prone.

Is This Answer Correct ?    5 Yes 0 No

How do you prepare a regression testing suite?..

Answer / arun

it is a type of testing in which one will perform testing
on the already tested functinality again and again.

usually we will do into two secnarios.

1. when ever some defects are identified, send to the
development department, after rectification next build will
be released then the testers will test the defect
functionality as well as the related functionality once
again.

2. when ever some new fetures are added to the application
then, the test engineers will test all the related features
of thouse new features once again in order to congfirm
whether all the related features are working same as
previous even after incorporate in the new features.

Note: Testing the new features for the first time is not
the regression testing.

Is This Answer Correct ?    1 Yes 2 No

How do you prepare a regression testing suite?..

Answer / rkcr

Regression testing is to verify whether bug fixes has
caused any other bugs are not.

If any new features are added/modified then while executing
test cases/while performing testing we have ensure that the
exisiting functionality should not break due to
implementation of new functionality

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

What is the difference between migration testing and regression testing?

3 Answers  


tell me about V-Model

4 Answers  


1.what are disadvantage of V model? 2. In V model two phase is there. That is verification and validation.1St phase is verification , why it is called verification?

2 Answers  


why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent

1 Answers  


sanity testing is done during regression testing.is it true.if it is true plz explain?

0 Answers  






PLEASE PLEASE READ FULLY & HELP ME... IT IS VERY VERY URGENT.....

2 Answers  


5. What do you like about each of the Web sites?

0 Answers  


one deffectis found then we send it to the developers.and they released a new build.What we test in that build?The whole application or the only test cases where we got the deffect.

3 Answers  


I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in

0 Answers  


when will tester do the smoke testing?

2 Answers  


When you found any bug before release product to the customer.what will you do????what will be your aproach?

3 Answers  


What is sanity?

0 Answers  


Categories