🦞🌯 Lobster Roll

Thread

Diplomacy Adjudicator Test Cases (web.inter.nl.net)

Stories related to "Diplomacy Adjudicator Test Cases" across the full archive.

Diplomacy Adjudicator Test Cases (web.inter.nl.net)
What is property based testing? (hypothesis.works)
Unit Testing Principles (benlakey.com)
Testing Optimizers with Hypothesis (hypothesis.works)
The Economics between Testing and Types (medium.com)
What do you use to document requirements, specifications, and use-cases?
My employer is still using Microsoft Word and Excel to document requirements, specifications, use-cases, test procedures, etc. I've been taking a look at some alternatives to suggest to my colleagues. I'm especially interested in tools that could either be easily integrated with a revision contro...
A new way of testing (akkartik.name)
A/B Test Gotchas (medium.com)
thoughtbot - Fundamentals of Test-Driven Development (thoughtbot.com)
In this course, thoughtbot developers Harry Schwartz and Ian C. Anderson cover core principles of writing code with Test-Driven Development. Learn about the benefits of testing, the way testing first applies positive design pressure to your code, and how to apply TDD to your own development.
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)
KLEE - Unassisted, Automatic Generation of High-Coverage Tests for System Programs (2008) (doc.ic.ac.uk)
WhitestormJS 3D Framework for Three.js with ReactJS Integration (github.com)
Oil Shell: Measuring Progress with Tests (oilshell.org)
Using Property-Based Testing on DHCP Library (somerandomidiot.com)
Practical Combinatorial Testing (2010) (pdfs.semanticscholar.org)
Assertions Are Strongly-Correlated With Test Suit Effectiveness (2015) (salt.ece.ubc.ca)
Abstract: "We empirically evaluate the relationship between a test suite’s effectiveness and the (1) number of assertions, (2) assertion coverage, and (3) different types of assertions. We compose 6,700 test suites in total, using 24,000 assertions of five real-world Java projects. We find ...
Unit Testing in Nim (blog.zdsmith.com)
TDD is not a testing practice (anthonysciamanna.com)
An Orchestrated Survey on Automated, Software, Test-Case Generation (2013) (cs.stanford.edu)
Oil Shell: How I Use Tests (oilshell.org)
How I Plan to Use Tests: Transforming OSH (oilshell.org)
Random Generation Testing (norswap.com)
Testing Bash applications (medium.com)
Advanced Testing in Go, Mitchell Hashimoto at GopherCon (about.sourcegraph.com)
What's the easiest way to test code on many different OSes and architectures?
I need a C build environment (libc / compiler / make / shell) for testing Oil [1]. My desktop is an Ubuntu 16.04 box, so ideally it should work there. Ideally it would let me test some combo of: - Linux distro: Ubuntu vs. Arch - OS/kernel: Linux vs OpenBSD - Architecture: x64 vs x86 vs ARM ...
JCUnit - A Combinatorial + Model-based Testing Framework Built on JUnit (github.com)
How frontend unit testing turned from a fling to a real thing for me (medium.com)
Combined Static and Dynamic, Automated, Test Generation (2011) (pdfs.semanticscholar.org)
Approach to automatically generate high, test coverage of software without formal spec. The generated sequences must be legal and behaviorally diverse. The combo of methods the Palus prototype uses found more bugs and got more coverage than competition. Google used it internally to find 22 errors in...
Code-based, Test-Generation Tools (mit.bme.hu)