🦞🌯 Lobster Roll

Thread

Analyse and test C with Python (jamesroutley.co.uk)

Stories related to "Analyse and test C with Python" across the full archive.

Introduction to Property-based Testing using ScalaCheck (blog.codecentric.de)
Testcase Reduction for Non-Preprocessed C and C++ (blog.regehr.org)
µnit - a small unit testing framework for C (github.com)
"Testing Python-Requests with Betamax" Tutorial on Semaphore CI (semaphoreci.com)
Segfaulting Python with afl-fuzz (tomforb.es)
Testing GCC in the wild (developers.redhat.com)
The next (BIG) step in Automated Test Discipline?
Just spotted an interesting line in this CppCON talk... https://github.com/CppCon/CppCon2015/blob/master/Presentations/Lessons%20in%20Sustainability/Lessons%20in%20Sustainabili… It has all the usual ideas about increasing automated test coverage... but takes it one large step further. > If...
Hypothesis: an advanced Quickcheck style testing library for Python (github.com)
A comparison between Misultin, Mochiweb, Cowboy, NodeJS and Tornadoweb (2011) (ostinelli.net)
What you should do when testing is a pain (codewithoutrules.com)
Unit Testing Principles (benlakey.com)
Barliman synthesises programs from tests (github.com)
Testing Angular 2 Services (angularonrails.com)
Testing, for people who hate testing (eev.ee)
Automatic Combinatorial Testing for Software (ACTS) by NIST (csrc.nist.gov)
Guiding With Types, Property Based Testing and Dependency Resolution (blog.appliedcompscilab.com)
An External Replication on the Effects of Test-driven Development Using a Multi-site Blind Analysis Approach (dl.acm.org)
Create Swagger documentation after running integration tests (github.com)
How Do I Test? (medium.com)
Experts, True Believers and Test-Driven Development: how expert advice becomes a religion (codewithoutrules.com)
How I Write Tests (blog.nelhage.com)
KLEE - Unassisted, Automatic Generation of High-Coverage Tests for System Programs (2008) (doc.ic.ac.uk)
LTR101: WebAppTesting - Methods to the Madness (blog.zsec.uk)
TestCheck - Generative property testing for JavaScript (leebyron.com)
It's no QuickCheck, but it's well-written.
? Jest 19: Immersive Watch Mode & Test Platform Improvements (facebook.github.io)
Unit testing, Lean Startup, and everything in-between (codewithoutrules.com)
Web application test strategy (blog.scottnonnenberg.com)
The sad state of test frameworks (github.com)
Introduction to Property Based Testing (get-finch.com)
Why and how you should test your software (codewithoutrules.com)
I previously posted an earlier iteration; this is a significant rewrite.