Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bioDan61598y@Krokoklemme
1. You run test locally. (test)
2. You run test locally with rest of test-suite. (test of test)
3. You run entire test-suite in a CI environment. (test of test of test)
4. You deploy entire app to a staging environment where Q.A. can do some more testing. (test of test of test of test)
If all is good then let hell loose, deploy, and sleep peacefully. -
You need mutation testing. PiTest is a java implementation of such a thing! http://pitest.org
(it's not mine, I might add) -
tizo5657y@stimulate have you ever worked on a large team or come in to work on a legacy project? Have fun regression testing without existing tests.
-
@tizo no and I regret that comment.
I still won't ever do testing on my private projects
*Le Me writing some functional test*
Friends : How do you test your test ?
💣💣💣💣💣💣💣💣💣💣💣💣💣
undefined