What is Regression Testing ? Why do Regression Testing ?
Why all the testcase execuation in each time of Regression
testing ?
Answers were Sorted based on User's Feedback
Answer / bindu
it is a type of testing in which one will test the already tested functionalities again and again.usually we do it in 2 scenarios.
-whenever the testers find some defects send it to the development dept. after rectification developers will release the next build to the testing dept once the build is released then the test engineers will check the defect functionality as well as the related functionality are working or not.
-whenever some new features are added, next build is released to the testing dept then test engineers will once again test all the related features of those new features. In order to check whether they are working same as previous or not.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / meghana
Regression testing is to test the already tested
application when the developer modifies the code to check
whether the change of code has not created errors elsewhere
in the application.
Usually regression testing is done with automation tools.
Automating the regression testing is very time saving for
the organization.
Regression testing is perfomed for the older code to check
the application for errors. After that regression testing
is performed for the older and newer code together to test
for any errors.
| Is This Answer Correct ? | 1 Yes | 0 No |
how do u know whether the particular project belong to client server or web -based?
what is bugzilla? and how it is used?
What is the difference between Retesting and Data Driven Testing?
how to Link the requirement with Test Cases in the Treaceability Matrix. Give real time Example ( Pl. Real Time Project testers only)
How u prepare Test data in testing process???
7.Do you have working knowledge on any international quality systems?If yes name then?
Questions were asked on Stubs, Drivers, Top down Integration, Bottom Up Regression
What command is used to launch a application in winrunner?
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
How can software qa processes be implemented without stifling productivity?
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
friends i know what is regression testing but i need an real time example from any of the projects..