How do u perform regression testing?
Answers were Sorted based on User's Feedback
Answer / kunal
regression testing comes to picture, when any changes or
modification in existing build or application.In this
testing we test the new changes or new modification & check
that there is any changes in exist system due to changes.
for example when a raise a bug then he assign to respective
developer, then developer work in coding & release new
build to testing department.then tester test the new build,
and also check there is any impact on exist system due to
new changes.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rahul
Regression testing is to test whether changed functinality
has not regressed,impacted anything in the existing
functionality
Approach for regression testing:
1. Carry out the impact analysis (Change and the impacted
areas around the change)
2. Select all the major test cases with the maximum
functional coverage. You may draw a traceability matrix to
identify the coverage.
3. Prepare a regression pack with the maximum test
coverage. 100% regression testing is ideally not possible.
Focus on the major functionality and impacted areas around
the change.
4. carry out the regression testing
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lakshmana rekha basu
Whenver there is a modification in existing functionality,
it has to be tested again which is called regression
Testing.
for regression Testing we use
2 documents:
Design Document
Traceability metrics
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raji
Regression Testing means checking new or added
functionalities effect on the existing system components.
So that we can check changes are correct and it doesnt
adversely affect the existing system.
This can be done using Batch Test using Call statements.
Hope this is enough for your query.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is the functional testing is a part of System testing. Are they same.
What is test execution/efficiency metrics?
What are various ways of calculating defect density? What is recommended for .Net based development projects?
what is test condition
What is the role of QA in a company that produces software?
What is Comparision Testing?
If every alternative letter starting from B of the English alphabet is written in small letter, rest all are written in capital letters, how the month "September" be written. (1) SeptEMbEr (2) SEpTeMBEr (3) SeptembeR (4) SepteMber (5) None of the above.
What is a Change Request?
what is a scope?
5 Answers Thatavarti Technologies,
what kind of questions will be asked in HR round for QA engg for 2-3 yrs exp? Please !!!!!! can anybody help me? this is very urgent. Thanks in advance. Please mail answer to me: arunakj011@yahoo.com
Explain what is traceability matrix?
What is the difference between QA and testing?