summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-26 21:23:32 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-26 21:23:32 +0200
commit0addd4bcee10ec35fdfd57bbc7d2b0cb1a1e2cab (patch)
tree1f965cf1b3e5b3bed9c7d3cc3a86f40b43754cfd
parentd976244589abb83a6af1e2242ec28472b49efc33 (diff)
Some basic notes on smoke testing.
-rw-r--r--doc/smoke_test.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/smoke_test.md b/doc/smoke_test.md
new file mode 100644
index 000000000..70ffa09fb
--- /dev/null
+++ b/doc/smoke_test.md
@@ -0,0 +1,25 @@
+# Smoke-testing DCP-o-matic
+
+## Windows
+
+1. Run installer.
+2. Run DCP-o-matic and check that it starts.
+3. Run DCP-o-matic Disk Writer and check that it starts.
+4. Check that the disk writer finds a volume to write to.
+
+## Linux
+
+1. Install.
+2. Check that DCP-o-matic has an icon in GNOME's search.
+3. Run DCP-o-matic and check that it starts.
+4. Check that DCP-o-matic Disk Writer has an icon in GNOME's search.
+5. Run DCP-o-matic Disk Writer and check that it starts.
+6. Check that the disk writer finds a volume to write to.
+
+## macOS
+
+1. Install DCP-o-matic and DCP-o-matic Disk Writer.
+2. Run DCP-o-matic and check that it starts.
+3. Run DCP-o-matic Disk Writer and check that it starts.
+4. Check that the disk writer finds a volume to write to.
+