Questions tagged [regression-testing]

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.

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. A software build in which old bugs resurface is said to have "regressed", in the sense that the software has taken a step backwards on the project completion timeline. Regression testing is typically done concurrently with unit testing, integration testing and systems testing and may be incorporated as a part of each of those testing phases.

223 questions
-1
votes
1 answer

How to get Code coverage for integration tests and Regression tests

I have set up the Regression Tests for my maven spring application using Rest Assured and TestNg framework and it works fine. I would like to set up unit tests for the same using Junit5 and get code coverage. Shall I still write Integration Tests…
-1
votes
1 answer

How to construct a security regression Test?

Details: I had already read several articles regarding a security-specific regression test, which could not be more different. Some advocate a strict mixture of CI pipelines and manual pentest procedures, others swear by no CI automated test…
Mornon
  • 59
  • 5
  • 22
-1
votes
1 answer

Any suggestions on software development along the lines of quality assurance?

SUMMARY The software I am working is an engineering analysis tool for renewable energy systems. It tests power outputs and things of this nature. My current job task has been to test different configurations of said systems (i.e. use a evaporative…
-1
votes
1 answer

Did anyone used Cadence emanager desktop version and moved to Xcelium simulator which doesn't include its license?

My team relied on emanager desktop version for regression running, coverage merge and reports until now. When we used incisive simulator, the license included basic usage of emanager (desktop version) that helped us with these features. But now when…
Shay Golan
  • 89
  • 7
-1
votes
1 answer

Test works when debugging using VS, throws System.IO.IOException when using mstest.exe

I noticed a strange behaviour during automated execution of regression tests. They fail when I execute them with mstest.exe /test:XYZ /... but they work fine when I debug them in Visual Studio (2015 Enterprise). Reason: Test method XYZ threw…
-1
votes
1 answer

How to compare code coverage of regression tests with introduced changes in PHP code?

There is a collection of automatic regression tests for SOAP API written in PHP. I would like to run the whole suite, gather code coverage reports, aggregate them and compare with introduced code changes (by comparing master branch with dev branch).…
Michał Maluga
  • 453
  • 3
  • 14
-1
votes
1 answer

How should we set up distribution of iOS app to allow regression testing in future?

We do all of our iOS app beta and normal distribution through iTunesConnect. However, there are times that we want to install an older version of our app on a device so that we can test a database migration or older API communication. Older…
-1
votes
1 answer

Online automated regression or functionality testing options

I am searching for an online service that allows me to automate certain regression or functionality tests. I would like the ability to use a browser based screen recording plugin like e52.com and ghostinspector.com have. I like ghostinspector.com…
-1
votes
1 answer

finding variable relation in R

I have a data-set which has columns as x1 x2 x3 x4 x5 y all of them has integer / float value and Y values ranges from 98,000 to 1,10,000 If I want to find the relationship between x1 and y , x2 and y ... x5 and y and come up with y =…
-1
votes
1 answer

Automating a request and response based app

I am trying to automate a native iOS app, which involves a customer sending a request and a sales representative receives the request and responds. Which tool should I use? I want to run some UI specific test cases too. Most automating tools don't…
-1
votes
1 answer

Regression testing system which includes compiling the tool, testing and reporting results

I want to set up an automation system to run nightly regression tests for a command line tool on a Linux environment. There are some automation scripts which are written in Ruby, but I'd like a complete system which includes: Build the tool from…
-3
votes
4 answers

Software testing terminology

I'm trying to research a term for software testing. Specifically, that applies to the following scenario: You've got software "S", which is in version V S has functionality to "whiz," "bang," and "zoom" You find a bug with S's zooming You apply a…
Chris Tonkinson
  • 13,823
  • 14
  • 58
  • 90
-4
votes
2 answers

what are the different testings like DST, Wanem......?

can anybody explain the what are the different testings like DST,Wanem.
suresh
1 2 3
14
15