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 |
Testing Methodologies
whar are the contents in db testing test case template
If the bug is found by customer and he will put that bug in DTS , that bug is visible 1 - Dev Team 2 - Test Team 3 - B. A. Team 4 - 1 & 2
what methodologies you are following
write a query which empname starts with A
What r the different FUNCTIONAL testing techniques?
difference between bug reporting and bg tracking
plz explain me Deployment process
How do test cookie? There is any benifits of this? (This is in reference on clientside at the time of request for new page which can send cookie value)
1 Answers Creative Informatics,
How to write Test cases for pen in tabular form including all phase of test case like Test id, Test Objective, Prerequisite etc.
What are the advantages of Automated Testing?
Hi, Please answer this qns. "What is the test strategy and list of design characteristics for a login screen?" thank u