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 |
please answer, What is the Gap Analysis?
there are n types of test cases how do you do?
Explain V model in depth?
1. Write configuration tests for a web based application. 2. How does a plane turn on ground? Explain with logic. 3. How would you test the volume control for a music system? 4. You have been given an application and you have only 15 mins to test the application. How would you do the testing? 5. Your machine, which is on a network has been disconnected. How you debug the problem? 6. What is the sum of numbers from 1 to 1000? 7. What is the probability that on rolling four dices same number appears on all dices? 8. You have been given 8 identical balls out of which one of them is heavier. How would find the heavier ball in the least number of tries with the help of a balance? Explain 9. There is a disc which has been painted half black and half white. You have been given sensors which could detect white or black colors. The disc is revolving in either clockwise or anticlockwise direction with variable angular speed. Find the minimum number of sensors required to determine the direction of rotation of the disc. 10. 64,54,42,31,20 which number does not fit in the series?
How can We stop Client side Validation and do Server side validation ? Is there any option on IE
Guys, can any one of u give the realtime example for System Test
How do we analyse a bug?
During alpha testing why customer people are invited?
Write an algorithm to find an palindrome
what is dead line and when its occur
Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?
Why do we do Smoke Testing?