GFM changes
This commit is contained in:
@@ -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.html) > Test Run Suite
|
||||
|
||||
---
|
||||
##### Project:
|
||||
::[PROJECTNAME](Home)
|
||||
|
||||
@@ -29,6 +5,7 @@
|
||||
::X.Y.Z
|
||||
|
||||
##### Related Documents:
|
||||
- [QA Plan](QA-Plan) > Test Run Suite
|
||||
- [Test suite](Test-Suite)
|
||||
- ::LINKS TO RELEVANT STANDARDS
|
||||
- ::LINKS TO OTHER DOCUMENTS
|
||||
@@ -43,13 +20,13 @@ assess risk, and focus ongoing testing efforts.
|
||||
|
||||
*TODO:
|
||||
- Review the [target audience](Target-and-Benefits),
|
||||
[environmental requirements](srs.html#environmental), and [possible
|
||||
deployments](design-architecture.html#deployment) to understand the
|
||||
[environmental requirements](SRS#environmental), and [possible
|
||||
deployments](Design-Architecturel#deployment) to understand the
|
||||
set of possible system configurations that could be tested.
|
||||
- Use a table or list to describe that set of possible configurations.
|
||||
Mark each possibility with Pending, N/A, or Waived.
|
||||
- Track each test run with an issue in the issue tracker or an item in
|
||||
the [test-runs](test-runs.html) document.
|
||||
the [test-runs](Test-Runs) document.
|
||||
- Periodically review the set of possible system configurations to
|
||||
identify any additional needed test runs.*
|
||||
|
||||
@@ -57,9 +34,9 @@ assess risk, and focus ongoing testing efforts.
|
||||
|
||||
| OS \ Browser | IE | Firefox | Safari | Chrome | other |
|
||||
|----------------|------------------------------------------|----------------------------------|----------------------------------|-----------|---------|
|
||||
| ::Windows | ::[Passed](test-runs.html#TR-01) | ::[Passed](test-runs.html#TR-02) | ::N/A | ::Pending | ::N/A |
|
||||
| ::Linux | ::N/A | ::[Passed](test-runs.html#TR-03) | ::Pending | ::Pending | ::N/A |
|
||||
| ::Mac | ::[FAILED](test-runs.html#TR-10) | ::Pending | ::[Passed](test-runs.html#TR-11) | ::Pending | ::N/A |
|
||||
| ::Windows | ::[Passed](Test-Runs#TR-01) | ::[Passed](Test-Runs#TR-02) | ::N/A | ::Pending | ::N/A |
|
||||
| ::Linux | ::N/A | ::[Passed](Test-Runs#TR-03) | ::Pending | ::Pending | ::N/A |
|
||||
| ::Mac | ::[FAILED](Test-Runs#TR-10) | ::Pending | ::[Passed](Test-Runs#TR-11) | ::Pending | ::N/A |
|
||||
| ::iOS | ::N/A | ::N/A | ::Pending | ::N/A | ::N/A |
|
||||
| ::Android | ::N/A | ::N/A | ::Pending | ::Pending | ::N/A |
|
||||
|
||||
@@ -69,10 +46,10 @@ assess risk, and focus ongoing testing efforts.
|
||||
applications. Each locale indicates a native language as well as formats
|
||||
for presenting money, dates, times, etc.*
|
||||
|
||||
- ::English US: [Passed](test-runs.html#TR-00)
|
||||
- ::English UK: [Passed](test-runs.html#TR-01)
|
||||
- ::English CA: [Passed](test-runs.html#TR-02)
|
||||
- ::Japanese: [Passed](test-runs.html#TR-10)
|
||||
- ::English US: [Passed](Test-Runs#TR-00)
|
||||
- ::English UK: [Passed](Test-Runs#TR-01)
|
||||
- ::English CA: [Passed](Test-Runs#TR-02)
|
||||
- ::Japanese: [Passed](Test-Runs#TR-10)
|
||||
- ::Spanish: Pending
|
||||
- ::Russian: Pending
|
||||
- ::German: Pending
|
||||
@@ -89,34 +66,12 @@ might depend on memory or other hardware specs.*
|
||||
- ::PCs
|
||||
- ::IDE drive: Pending
|
||||
- ::EIDE drive: Waived because we only use IDE features
|
||||
- ::ATA drive: [Passed](test-runs.html#TR-00)
|
||||
- ::SCSI drive: [Passed](test-runs.html#TR-01)
|
||||
- ::SATA drive: [Passed](test-runs.html#TR-02)
|
||||
- ::USB drive: [FAILED](test-runs.html#TR-03)
|
||||
- ::ATA drive: [Passed](Test-Runs#TR-00)
|
||||
- ::SCSI drive: [Passed](Test-Runs#TR-01)
|
||||
- ::SATA drive: [Passed](Test-Runs#TR-02)
|
||||
- ::USB drive: [FAILED](Test-Runs#TR-03)
|
||||
- ::Macs
|
||||
- ::EIDE drive: [Passed](test-runs.html#TR-10)
|
||||
- ::SCSI drive: [Passed](test-runs.html#TR-11)
|
||||
- ::EIDE drive: [Passed](Test-Runs#TR-10)
|
||||
- ::SCSI drive: [Passed](Test-Runs#TR-11)
|
||||
- ::Firewire drive: Pending
|
||||
- ::USB drive: [FAILED](test-runs.html#TR-12)
|
||||
|
||||
|
||||
<!-- 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>
|
||||
|
||||
- ::USB drive: [FAILED](Test-Runs#TR-12)
|
||||
|
Reference in New Issue
Block a user