Questions tagged [manual-testing]
The manual-testing tag has no summary.
18 questions
2
votes
2
answers
207
views
How to provide test code for manual testing?
I have written a class that implements some BLE scanning functionality. I have also written some test code that helped me to manually verify my scanner works as intended.
Now I want to somehow ...
-4
votes
1
answer
165
views
Why do we have to copy all files into dedicated folder when doing unit tests?
I'm using Mocha Library and the Library by default use a Test folder. So, I have to copy the code I written in production into Test folder when doing Unit Tests with Mocha.
Anyone can think reason ...
0
votes
3
answers
250
views
Is is worth the time to create a list of manual regression tests for a legacy application?
I am part of a new dev team that is assigned to work on a legacy app. The app currently has no regression or automated unit, integration and system tests.
Due to technical debt and convoluted ...
8
votes
5
answers
566
views
Can a unit test replace works-on-my-machine when completing work?
I've made a small change to an integration component and have prepared unit tests to cover my work. All new and existing unit tests are passing.
It will take a substantial amount of time to configure ...
0
votes
1
answer
2k
views
Problems in QA Environment [duplicate]
At least few times a week I have to track down a bug that would not occur in a production\client environment. 95% of the time I can tell that its a QA configuration\environment problem just by looking ...
0
votes
0
answers
362
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
...
1
vote
1
answer
270
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 ...
7
votes
3
answers
1k
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
2
answers
147
views
Managing manual test protocols [closed]
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
...