0
votes
1answer
19 views
Is Linear Regression the same thing as Ordinary Least Squares Regression in SPSS ?
I want to do a linear regression but I want to use Ordinary Least Squares which I think it is a type of Linear regression.. The software I use is SPSS and it only has linear regres …
4
votes
6answers
144 views
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 QA all our work/enhancements/defects by hand, but we have so many webapps …
0
votes
1answer
46 views
what are the different testings like DST, Wanem…?
Hi,
can anybody explain the what are the different testings like DST,Wanem.
3
votes
8answers
162 views
Who writes the automated UI tests? Developers or Testers?
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 …
9
votes
11answers
969 views
Best automated testing tool for web applications?
Having repeatable automated tests of web applications lets one detect regression with very little ongoing labour cost (the main cost being writing the test scripts up front). Howev …
0
votes
5answers
51 views
How much time do you spend running regression tests on your IDE?
This question is for developers who write tests with their code and have accumulated a regression tests suite. How much time do you spend running regression tests on your IDE, i.e. …
2
votes
2answers
137 views
Regression testing in open source projects?
I am currently doing a lot of regression testing at my job. And like I want to look at some of the best code in the world for regression testing (i.e. Open source). So basically li …
0
votes
3answers
221 views
Regression Testing for dummies
Hi,
I'm looking to implement regression testing of my web apps before I release them.
Simply put, I'm looking for something that could do the following:
record tests via a web …
1
vote
2answers
66 views
How do you test programs that require complex input data?
We have a suite of converters that take complex data and transform it. Mostly the input is EDI and the output XML, or vice-versa, although there are other formats.
There are many …
5
votes
3answers
284 views
Regression testing in C++
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.
An …
0
votes
3answers
164 views
Performance Testing
Hey all,
We are developing automated regression tests using VMWare and NUnit. We have divided tests into steps and now I would like to see each step be examined for performance reg …
2
votes
3answers
337 views
Test framework for black box regression testing
I am looking for a tool for regression testing a suite of equipment we are building.
The current concept is that you create an input file (text/csv) to the tool specifying inputs …
11
votes
10answers
371 views
How to perform regression tests in embedded systems
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.
…
2
votes
3answers
157 views
Numerical regression testing
I'm working on a scientific computing code (written in C++), and in addition to performing unit tests for the smaller components, I'd like to do regression testing on some of the n …
2
votes
2answers
304 views
Automated testing of VBA UserForms- tools and/or techniques?
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 pro …
