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 |
what is the Slippage Ratio in your company?
write test cases on wall
Suppose there is a User window (having fields First name, Last name, phone & address) What is the test case for Edit User ?
what is test phase?i want answer any body give me answer pls
Test Cases design during ??? four options are given below. Which 1 is correct... 1. Test recording 2. Test Planning 3. Test configuration 4. Test specification.
how do you test a calendar ?
How do you perform regression testing?
Can list out some disadvantages of manual testing?
Test approach to windows update?
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
What is a test severity and test priority? difference between them with suitable examples?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics