Skip to main content

Questions tagged [manual-testing]

Filter by
Sorted by
Tagged with
2 votes
2 answers
207 views

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 ...
LWChris's user avatar
  • 129
-4 votes
1 answer
165 views

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 ...
sqlbie's user avatar
  • 3
0 votes
3 answers
250 views

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 ...
user avatar
8 votes
5 answers
566 views

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 ...
LazyCoder's user avatar
  • 617
0 votes
1 answer
2k views

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 ...
ARs's user avatar
  • 101
0 votes
0 answers
362 views

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 ...
user144171's user avatar
1 vote
1 answer
270 views

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 ...
scriptin's user avatar
  • 4,432
7 votes
3 answers
1k views

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 ...
GlenPeterson's user avatar
4 votes
2 answers
147 views

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 ...
peterchen's user avatar
  • 1,127