apache / fluo-website

Apache Fluo Website
https://fluo.apache.org
Apache License 2.0
6 stars 27 forks source link

Create "test cases" to help users contribute to release testing #127

Open ctubbsii opened 6 years ago

ctubbsii commented 6 years ago

To help with release candidate testing, and to give people a way to give feedback who may not really be familiar with Fluo, we should have some test cases documented on the website, and linked to from the releasing section of our docs.

A test case is a simple series of instructions that tells a user exactly what to do, and what should happen. It should NOT be a HOWTO or instructions on what is going on. A test case is not intended to be a teaching tool (although users running test cases) may learn something... but EXTREMELY simple step-by-step instructions that requires no thought whatsoever to follow and report back the results.

Some examples of test cases can be found here on the Fedora wiki. Two simple ones are opening PDFs in evince and verifying basic yum commands. There are other examples, but I think these two represent the idea best. One provides simple instructions for testing a GUI application, and the other for CLI. What they have in common I think best represents the idea.

Good test cases will allow people to contribute to Fluo releases without knowing anything about Fluo.

mikewalch commented 6 years ago

Can this be closed with #127 merged? Or is there more to do?