The manual-testing tag has no wiki summary.
9
votes
3answers
512 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
255 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 ...
4
votes
1answer
73 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
61 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
305 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 ...