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 are the possible scenarios for LMS?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
Draw Backs of automated testing?
who will assign the seviourity & priority for a BUG in a project ? tester or any other.......... ????
What is your Expected CTC? Should I tell my expected salary or say as per company norms? Tell me proper answer for it?
10 Answers Accenture, Dream Careers, Flextronics, Havells, Royal Public Health,
What is the diffrence between product base company and application company ? if product base name few products,if service base name the few services.
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
What you consider at the time of Module Integration?
What are the bugs we cannot find in black box?
Architectural structure of the insurance project?
What is Traceability Matrix? How will you exactly map it and in which stage will you prepare that?
does the efficiency of test increases with increase in number of test cases.that is the more number of test cases then more efficient is the applications test,is it true?