GFM changes

This commit is contained in:
William Sandner
2018-08-15 00:37:52 +02:00
parent e6c1356aa0
commit 539106de83
21 changed files with 431 additions and 896 deletions

View File

@@ -1,27 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link type="image/png" href="assets/logo.png" rel="icon">
<title>ReadySet Markdown</title>
</head>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<body>
<topbar style="display:none;">
<item><a href="index.html">Overview</a></item>
<item><a href="plan.html">Project Plan</a></item>
<item><a href="index-all.html">Workflows</a></item>
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
<toc></toc>
</topbar>
<xmp theme="readable" style="display:none;">
<!-- Markdown content here -->
# [QA Plan](qa-plan) > [Test Suite](test-suite) > Test&nbsp;Cases
---
##### Project:
::[PROJECTNAME](Home)
@@ -29,13 +5,14 @@
::X.Y.Z
##### Related Documents:
[System test case format](test-case-format)
[QA Plan](QA-Plan) > [Test Suite](Test-Suite) > Test Cases
[System test case format](Test-Case-Format)
::LINKS TO RELEVANT STANDARDS
::LINKS TO OTHER DOCUMENTS
---
### login-1: Normal User Login
&nbsp;
#### Purpose:
::Test that users can log in with the proper username or
email address and their password.
@@ -70,7 +47,7 @@ test@user@nospam.com, empty}
---
### login-2: Locked-out User Login
&nbsp;
#### Purpose:
::Test that a user who has been locked out by a moderator, cannot
log in, They should see a message indicating that they were locked
@@ -140,7 +117,7 @@ values are written in set notation, one per line. E.g.:
---
### unique-test-case-id2: Test Case Title
&nbsp;
#### Purpose:
::Short sentence or two about the aspect of the system is
being tested. If this gets too long, break the test case
@@ -219,7 +196,7 @@ values are written in set notation, one per line. E.g.:
---
### unique-test-case-id4: Test Case Title
&nbsp;
#### Purpose:
::Short sentence or two about the aspect of the system is
being tested. If this gets too long, break the test case
@@ -298,7 +275,7 @@ values are written in set notation, one per line. E.g.:
---
### unique-test-case-id6: Test Case Title
&nbsp;
#### Purpose:
::Short sentence or two about the aspect of the system is
being tested. If this gets too long, break the test case
@@ -335,23 +312,3 @@ values are written in set notation, one per line. E.g.:
#### Notes and Questions:
- ::NOTE
- ::QUESTION
<!-- End Markdown content -->
</xmp>
<div w3-include-html="_words-of-wisdom.html"></div>
<div w3-include-html="_footer.html"></div>
<script>
w3IncludeHTML();
</script>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
<!-- Include it AFTER strapdown -->
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
<!-- Include it AFTER EVERYTHING -->
<script src="assets/logo.js"></script>
<script src="assets/themeswitcher.js"></script>
</body>
</html>