How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
This question could be answered by giveing a simple example:
Consider an example of a form which has a username,password
and and Login button.
There is a code change and a new button "Reset" is
introduced. Regression testing(for that build) will include
testing only the "Login" button and not the Reset button
(testing Reset button will be a part of cunation testing).
Hence the Regression tester need not worry about the change
in code,functionality. But he has to make sure that the
existing functionality is working as desired.
Testing of "Reset" button will be included as a part of
Regression, for the next build
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Regression Testing is testing the modified build and the
the dependent functionalities/modules if the changes made
to the module are affecting the other dependent modules or
not.
We can trace the dependent functionalities or modules
through requirements.
Correct me if I am wrong.........
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Regression testing is done on the modified build to check
if the new added functionalities is affecting any of the
dependant modules.
We can trace the dependant functionalities through
requirements. You can say that the impact analysis comes
into picture. The child modules that gets impacted by
changing the parent modules have to go through regression
testing.
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Hi All,
I too come acorss this question. what is regression tetsing
and how do u find out which test cases has to be tested for
regression testing?(how do u knw which functionality is
affetced due to the change in code? u'll test all the test
cases??)
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Regression Testing is a type of testing one will perform the
action on the already tested functionality.
When ever the developer had made changes to the
application and send re-build to the testing department, the
testing engineer will re-test the old functionality which
are related to the new functionality and check weather the
old functionality is remain same inspite of new change.
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Hi All,
If There is a code change and if some new functionality
been added means there will be an PCR(project change
request )will get updated for the both Testing and
development team. so you need not to retest(regression)for
newly adding functionality just we need to do the
regression for old functionality(old coding)and later on
once the code completed u have been intimated by project
leader to test the newly added functionality.
hope this is clear if no pls tell me, i will put it in
clear with example
Rafi 9841733045
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
The intent of Regression testing is to ensure the software
remains 'intact' and it is not affected by the changes
introduced in the software and also have not undone any
previous codes.
So while thinking logically, we should repeat the same test
cases and as well with the new scripts, based on the new
function/change added to the application.
However, it depends on our work scenario.
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Re: How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).
Well i think its about deciding regression test cases from a
set of used test cases. This is not that easy. Sometime it
leads to execute all the test case which consume lot of time.
Thanks for all who are helping me and Wish u all happy new
Year........
Now I have a one more question plz...help me
what is the I DIFFERENCE BETWEEN Performance Testing,LOAD
TESTING AND STESS TESTING JUST IN ONE LINE ANSWER give me
with an EXAMPLE PLZ....
If u have time then post me to my mail id... thank u very
much... for ur help.and if anyone wants to talk to me also
u can add my id my id is given below.
penisetty@gmail.com
What is a TEST CONDITION?When it is used?who prepares tesst
conditions?
Also pls explain me clearly with an example.Plsss reply me
fast. Thanks for the repliers.
1.Differentiate SDLC & v-model?
2. " verification and validation?
3. " quality assurance and quality control?
4.what are the components in test strategy?
5.Differentiate test strategy & test plan?
6.wht methods will you follow in yoiur company for test design?