Top "Regression-testing" questions

Regression testing is a form of software testing that focuses on retesting past fixed bugs to verify that recent changes to the software have not reactivated the old bugs.

Handling browser pop-up windows with Selenium

We are running Selenium regression tests against our existing code base, and certain screens in our web app use pop-ups …

internet-explorer selenium popup regression-testing
Unit Test? Integration Test? Regression Test? Acceptance Test?

Is there anyone that can clearly define these levels of testing as I find it difficult to differentiate when doing …

unit-testing testing tdd integration-testing regression-testing
Implementing `make check` or `make test`

How can I implement a simple regression test framework with Make? (I’m using GNU Make, if that matters.) My …

testing makefile gnu-make regression-testing
What does regression test mean?

Could anyone explain the word regression test in an understandable way?

tdd bdd regression-testing
Trying to implement python TestSuite

I have two test cases (two different files) that I want to run together in a Test Suite. I can …

python unit-testing regression-testing test-suite python-unittest
Java-Based Regression Testing

How is regression testing performed in Java? Are there automated regression test frameworks or do you just write (JUnit) unit …

java testing regression-testing
R code to test the difference between coefficients of regressors from one regression

I want to test whether coefficients in one linear regression are different from each other or whether at least one …

r regression-testing
What tools are available for QA a Website? That is treated as a Unit Testing

We are looking for QA tool that allow us to test functionality in our web applications. At this moment we …

testing qa regression-testing
How to write automated tests for SQL queries?

The current system we are adopting at work is to write some extremely complex queries which perform multiple calculations and …

c# sql unit-testing testing regression-testing