-
Recent Posts
- Monitoring System Health and Availability, and Logging: Part 4
- Monitoring System Health and Availability, and Logging: Part 3
- Monitoring System Health and Availability, and Logging: Part 2
- Monitoring System Health and Availability, and Logging: Part 1
- Designing and Documenting Inter-Process Communication Links
Recent Comments
- R.P. Churchill on A Simulationist’s Framework for Business Analysis: Round Two
- LN on A Simulationist’s Framework for Business Analysis: Round Two
- R.P. Churchill on Starting to Learn About the Java Memory Model
- R.P. Churchill on Multidimensional Arrays in Javascript
- Link on Multidimensional Arrays in Javascript
Categories
Meta
February 2019 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Tag Archives: Testing
An Effective Framework for Verification, Validation, and Accreditation
I recently encountered a formal methodology for conducting VV&A efforts that I think is worthy of your consideration. Briefly, Verification shows whether a system works as specified, Validation shows whether the specification addresses the correct problem, and Accreditation shows whether … Continue reading
A *LOT* of Ways to Test Software and Systems
Having developed software for systems large and small I’ve been involved with most kinds of software testing. Here are the major details from my experience. The traditional way of defining and conducting tests is shown in the V-Model, and the … Continue reading