regression-testing Questions

17

Solved

Could anyone explain the word regression test in an understandable way?
Sowder asked 12/8, 2010 at 3:51

2

I'm trying to conduct a multivariate multiple regression analysis. Fortunately, I've found an excellent page demonstrating how to do so in Stata: http://www.ats.ucla.edu/stat/stata/dae/mvreg.htm ...
Millicentmillie asked 3/12, 2016 at 21:27

6

I have a N+1 problem, and I’d like to write some kind of automated regression test because it impacts performance very much. I thought about spying the EntityManager and verifying its method creat...
Retch asked 26/4, 2019 at 17:54

6

Solved

Is there anyone that can clearly define these levels of testing as I find it difficult to differentiate when doing TDD or unit testing. Please if anyone can elaborate how, when to implement these? ...

2

Solved

Prior to switching to using a hash router, I had been implementing the cy.url command frequently to assure that links were navigating to the right URL addresses throughout the application. Now that...
Turtle asked 21/6, 2019 at 20:44

4

Solved

I am trying to come up with a method to regression test number sequences. My system under tests produces a large amount of numbers for each system version (e. g. height, width, depth, etc.). These...

2

How can you unit test Leaflet JS maps?
Farika asked 29/6, 2016 at 12:16

2

Solved

I want to test whether coefficients in one linear regression are different from each other or whether at least one of them is significantly different from one certain value, say 0, this seems quite...
Feverish asked 12/6, 2016 at 13:5

1

I am testing an example for creating a simple base36 PostgreSQL extensions. However, I run into problems when writing and using the unit test case (REGRESS =). If I use sudo make installcheck, the...

2

Solved

I wrote a test some time ago that tests an integration I wrote between my code and a third-party API. The test makes sure that the integration works properly and that we get back the expected resul...

2

I'm setting up automated regression testing for an FPGA project, almost exactly as described here: Continuous integration of complex reconfigurable systems Now I want to get test results (from ...
Oversubtle asked 12/10, 2011 at 20:58

6

Solved

I'm looking for a visual regression testing tool for CSS refactoring and see whether or not there are any unintended cascading behavior in a website. Ideally, the tool that can crawl a webs...
Cnemis asked 17/3, 2010 at 12:57

5

Solved

I realise this is a non-trivial task, but is there a way to regression test the styling and rendered layout of a web application? I've found it straightforward to unit test and regression test func...
Ga asked 28/2, 2011 at 15:46

4

Solved

How can I implement a simple regression test framework with Make? (I’m using GNU Make, if that matters.) My current makefile looks something like this (edited for simplicity): OBJS = jscheme.o ut...
Lithe asked 7/2, 2011 at 22:58

4

Solved

I have two test cases (two different files) that I want to run together in a Test Suite. I can get the tests to run just by running python "normally" but when I select to run a python-unit test it ...

1

Solved

I have a small command-line application (about 6k lines). It has no unit tests because I didn't know how to write them; but I'm retroactively adding some now. I read this tutorial but I'm left puzz...
Acanthous asked 2/2, 2012 at 2:15

2

Solved

I commit every time I make some changes that I think might work: I don't do extensive testing before a commit. Also, my commits will soon be automatically pushed to a remote repository. (I'm the on...
Hamel asked 30/1, 2012 at 17:19

3

Solved

How is regression testing performed in Java? Are there automated regression test frameworks or do you just write (JUnit) unit tests that help ensure against regressions? Is there a way or se...
Paisano asked 21/9, 2011 at 15:6

3

Solved

For performance testing, I would like to capture some traffic from a production server and use that as a basis to replay the request to a test server in order to simulate a realistic load in our de...
Robert asked 16/4, 2010 at 21:1

6

Solved

i am trying to write a thesis about Software Test Automation. I plan to compare the two Approaches of Recording and Programming of Test Scripts, and to discuss about several Automation Framew...
Benavidez asked 19/5, 2009 at 15:3

2

In order to avoid too much testing, I would like to provide the Quality Assurance (QA) team with hints on which features have to be regression tested after a development iteration. Do you know tool...
Streamy asked 16/12, 2009 at 9:52

8

Solved

We're in the initial stages of a large project, and have decided that some form of automated UI testing is likely going to be useful for us, but have not yet sorted out exactly how this is going to...
Hyaluronidase asked 18/8, 2009 at 23:53

3

I can't use unit tests for some parts of code so I'm falling back to regression tests. I would like to check whether my program behaves in the same way after some modifications. And by behaviour I ...
Deconsecrate asked 22/6, 2009 at 0:33

9

Solved

What good practices and strategies are there for running regression tests in embedded environments or in other situations where the possibility to automate tests is very limited. In my experience ...
Abrahamsen asked 9/4, 2009 at 11:11

1

I am looking to start automated regression testing on a fairly large Excel add-in that revolves around a GUI composed of a few modal UserForms with standard controls. The main problem is that most...
Champ asked 27/1, 2009 at 12:47

© 2022 - 2024 — McMap. All rights reserved.