Stories
Slash Boxes
Comments

SoylentNews is people

posted by n1 on Wednesday June 03 2015, @09:48AM   Printer-friendly
from the wishful-thinking-and-faith dept.

Your average scripter likely isn't writing a whole lot of proofs or going through the rigors of formal program verification, generally. Which is fine because your average scripter also isn't writing software for jet airliners or nuclear power plants or robotic surgeons. But somebody is—and the odds are pretty good that your life has been in their hands very recently. How do you know they're not a complete hack ?

Well, you don't really. Which prompts the question: How is this sort of code tested? It was a short blog post written by Gene Spafford, a professor of computer science at Purdue University, that inspired this particular asking of the question.

http://motherboard.vice.com/read/how-is-critical-life-or-death-software-tested

[Related]: They Write the Right Stuff by Charles Fishman at Fast Company


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by c0lo on Wednesday June 03 2015, @12:40PM

    by c0lo (156) Subscriber Badge on Wednesday June 03 2015, @12:40PM (#191553) Journal

    The current goal is to have 80%+ of the tests automated.

    You realize, I hope, that automated tests doesn't help you discover bugs, only making sure bugs didn't regress.

    You may discover bugs while coding/scripting automated test cases. But you'll need to make sure it's a bug of the product under test and not a bug in your automation script, so the discovery in not exactly due to an automated test execution

    --
    https://www.youtube.com/watch?v=aoFiw2jMy-0 https://soylentnews.org/~MichaelDavidCrawford
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Insightful) by gargoyle on Wednesday June 03 2015, @03:11PM

    by gargoyle (1791) on Wednesday June 03 2015, @03:11PM (#191617)

    As a Software Tester, I've lost count of the number of times I've had that conversation with the development manager.

    It's got to the stage now that I find it hard to believe that it's not willful ignorance of what Automated Testing gives. It's like he believes that the number of test conditions checked is the best/only metric which matters.