Thread
Stories related to "Diplomacy Adjudicator Test Cases" across the full archive.
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...
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.
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 ...
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 ...
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...