36

*Le Me writing some functional test*

Friends : How do you test your test ?

💣💣💣💣💣💣💣💣💣💣💣💣💣

Comments
  • 6
    Well, he has a point

    But how do you test the test for your test?
  • 1
    thats why testing is a waste of time. read the code and do step debugging
  • 5
    Testing frameworks are tested. That's good enough for me.
  • 3
    @nicholai how did they test the test for the testing framworks? ;)
  • 2
    @ScribeOfGoD ^^ this exactly
  • 3
    @stimulate surely you work for a large corporation 😉
  • 3
    @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.
  • 0
    You need mutation testing. PiTest is a java implementation of such a thing! http://pitest.org

    (it's not mine, I might add)
  • 0
    @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.
  • 0
    @tizo no and I regret that comment.
    I still won't ever do testing on my private projects
  • 0
    @stimulate that's fair.
  • 0
    You test your test with your code! :-P
Add Comment