The manual-testing tag has no wiki summary.
9
votes
3answers
764 views
Do we need test data or can we rely on unit tests and manual testing?
We're currently working on a medium/large PHP/MySQL project. We're doing unit testing with PHPUnit & QUnit and we have two full time testers that are manually testing the application. Our test ...
6
votes
2answers
506 views
How much detail is in a good UI regression test?
We use a detailed step-by-step user-interface regression test for our commercial web application. It has a "backbone" test for the most used / most important parts of the system, with optional tests ...
5
votes
1answer
88 views
Managing manual test protocols
We have to organize a very long list of manually running tests. Currently we use Word documents, print them out check them off etc. Ugh-ly but works, with problems.
Problems with the current solution
...
1
vote
1answer
134 views
Testing interaction with large CRM database
In our company we have two large systems, basically they are scoring and CRM. Both have large SQL Server databases running on Windows servers on the intranet. These two databases are managed by other ...
0
votes
4answers
343 views
Is it dangerous to substitute unit tests for user testing? [closed]
Is it dangerous to substitute unit tests for user testing?
A co-worker believes we can reduce the manual user testing we need to do by adding more unit tests. Is this dangerous?
Unit tests seem to ...
0
votes
0answers
45 views
Domain analysis for discrete values - ON and OFF points in these cases
Following my previous question (with great answer from Bart van Ingen Schenau), I noticed a discrepancy I could not wrap my head around:
Bart mentioned that:
The point ON the boundary is by
...
-2
votes
3answers
178 views
How to show to management that unit testing is cheaper in the long run than manual testing? [duplicate]
In the company I work for there is a requirement that all the code should be covered by a test of any kind because they want to have as few user reported defects as possible.
With this is mind I ...