Search Results

1
vote

Testing with random inputs best practices

Q1) I found that distributed systems with lots of concurrency are good candidates for randomized testing. It is hard to create all possible scenarios for such applications, but random testing can …
2
votes

Why didn’t unit testing work out for your project?

I know you are looking for complete failures, but I have found that unit tests are not enough though they certainly help. I work in moderately large systems: 1 million lines of code, mult …