when doing regression testing, how can we know that other
screen or module are affected?
Answers were Sorted based on User's Feedback
Answer / venkat reddy
Regression Testing is done when module or project got
enhancements or bug fixed,
After getting the new build (bug fixed build),tester will
start testing with all passed testcases which are
previously tested-----Retesting
After getting the new build (bug fixed build),tester will
start testing with failed testcases of that module and also
all testcases of other modules to check whether any other
parts of the code get affecting-----Regressions Testing
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / v5
As regression testing is done when any enhancement is done
or a bug is fixed, the critical functionalities and the bug
related functionlities(modules) are given priority and
tested. Thus, the related screens or modules are tested.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / we4
regession tesing is doing after fixing the bug or change
made in the unit or module we have to chek whether the
perticular module,unit,or fixed bug affecting the other
modules ,units.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / dayand
because of that bug which is fixed by developer.Some other
bugs are seen.in same or other module.
| Is This Answer Correct ? | 0 Yes | 1 No |
Defect management
how to explain banking domain project in testing?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
How will u decide test data to see that evey feature is thoroughly tested
What is Testing Measurements and Metrics explain in detail? What is the need of this in the Test Strategy document?
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .
the typical Application Test Lifecycle?
Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
If Interviewer asks "Do you want to ask any question to us?" Which questions should we ask to them?
As a tester how much server knowledge is enough to know. I worked in Tomcat 5 and Jboss 4.0.3 server but I didn't have any knowledge on that please help me to know more about this? i had lot of questions in this. What architecture, what configuration, draw how it works..but not able to manage. please help me.
What do you mean by Sanity Testing?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"