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).
Answers were Sorted based on User's Feedback
Answer / bhagyashree
Hi,i also came across the same question.from my point of
view suppose we are testing gmail application and it
contains almost 1500 test cases.If new functionality is
added that time we can't test all 1500 test cases.
for that we have to select few test cases with the help of
using RTM.bocz in RTM its mentioned clearly the test cases
name and its functionality and it comes under which
module.From that we can come to know which functionality
gets effected and we can pull the corresponding test cases
to regression suit
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / prabhu
think before you give answer.regression testing mean
testing an application if any changes made or new
functionality is added to the application.
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / rafi
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
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / archana
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??)
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / wh
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
| Is This Answer Correct ? | 3 Yes | 12 No |
What is an mr?
what is reqirements testing and risk based testing?
hi.i joined in a software testing course recently.but i dnt knw 'c' or 'c++',would it mind? my stream is ece. so i just had a C&DS IN OUR 1ST SEMESTER.
Is Test plan a running document or a fixed document?
What are parametere require for Performance testing?
Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks
What is the best way to answer, what is test scenario, strategy and test plan
what is meant by acid testing
What are all the things should be covered in the Unit Test cases ?
How would you determine the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??
What is severiety and priority of the bug?how do they effect u to report the defect in the builds?
Where you will upload and Map the Test cases into QC?