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 / rizwana
Regression Testing is testing the modified build and the
the dependent functionalities/modules if the changes made
to the module are affecting the other dependent modules or
not.
We can trace the dependent functionalities or modules
through requirements.
Correct me if I am wrong.........
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / roopesh
Regression testing is done on the modified build to check
if the new added functionalities is affecting any of the
dependant modules.
We can trace the dependant functionalities through
requirements. You can say that the impact analysis comes
into picture. The child modules that gets impacted by
changing the parent modules have to go through regression
testing.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / m. a kumar
Regresion testing will come in to the picture for below
instances :
1)when ever the new enhancement/change request will come
than definantly tester has to perform the regression
testing on the existing functionlity to cirtify the new
changes will not impact on the existing functinality.
2)when the devloper fix the issue then obisuly it will come
for re testing , so the tester has to perform the
retesting as well as regresion testing because that
paricular fix will not couse the existing functionlity.
i hope this will make sense
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kevit
Well i think its about deciding regression test cases from a
set of used test cases. This is not that easy. Sometime it
leads to execute all the test case which consume lot of time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / arun
The intent of Regression testing is to ensure the software
remains 'intact' and it is not affected by the changes
introduced in the software and also have not undone any
previous codes.
So while thinking logically, we should repeat the same test
cases and as well with the new scripts, based on the new
function/change added to the application.
However, it depends on our work scenario.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yuvraj
Do we maintain regression suite for Functional test only?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abc
regression testing is retesting a previously tested program
following modification to ensure that the fault have not
been introduced or uncovered as a result of the change made.
So as selecting regression test cases is a tricky
work,depending upon the requirements we may have to test the
entire test plan or select the dependent functionality/modules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umesh
Regression Testing is the execution of passed test cases against modified build to identify side effect due to code related defect fixing.
Basically it's impact analysis of code change after defect fixing.
To check previous passed test cases working properly or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m.srikanth
Regression Testing is a type of testing one will perform the
action on the already tested functionality.
When ever the developer had made changes to the
application and send re-build to the testing department, the
testing engineer will re-test the old functionality which
are related to the new functionality and check weather the
old functionality is remain same inspite of new change.
| Is This Answer Correct ? | 1 Yes | 2 No |
1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Partition? 4. What is Compatability testing? 5. How do you know Prepared Test cases are Responsable testcases or not? 6. Give me a Tracebility matrix documet & Deffination? 7. What is Error, Defect, Bug? 8. What is Smoke testing, Monkey testing, Sanity testing? 9. What is defference b/w Functionality testing & Regression testing? Give me a Example? 10. In your exp which type of defects you identify? 11. Tell me a defects for load testing,Security testing? 11. What is defference b/w System testing & User acceptance testing? 12. How many test cases write per a day& for one project how many testcases write you? 13. A professor has introduce some cources in college How to write test case for this requirement? 14. Write a test case for ATM Meachane? 15. Which configuration tool you used in .Net Application & Java based Applications? 16. What is the difference b/w Client server & Web based Application? 17. What is two tier & three tier application?Give me a example? 18. What is the defference b/w Java & J2ee? 19. Which model life cycles you used for Development & Testing? 20. Explain Development & Testing life cycles? 21. How to connect data table from QTP? 22. How QTP recognize Dynamic objects? 22. Which Atomation Frame work can you invoved in QTP& Explain me? 23. How QTP Tool Identify objects? 24 What is the difference b/w Check point & Out put value in QTP? 25. When did you give High Priority & High Seviority High Priority & Low Seviority High Seviority &High Priority High Seviority & Low Seviority?
What is Low level design & High level design? and brief description.
what kind of document are follow to write test case ??can u tell me briefly
what is diffrence between dynamic black box testing and dynamic white box testing
special bug you posted in your project
What tools you will use for writing testcases, defect reports,test reports etc?
Hello Varun, Kindly send me the material as well as sample question papers as i am interested in doing the certification. Kindly help me out in this regard. Here is my mail ID: bjyothitesting@gmail.com
Can you explain about defect life cycle?
2. If you had to give the site a grade, from A to F, where A was exemplary and F was failing, what grade would you give it, and why?
can any body tell me vat is the status of the bug when it is going for retesting and where we write the bugs in case of retesting
what is regression testing?
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests