ReadySetGit/QA-Plan.md
William Sandner d26aead694 GFM changes
2018-08-14 19:10:40 +02:00

26 KiB

<html> <head> </head> Overview Project Plan Workflows Current <!-- Markdown content here --> <h1 id="user-content-qa-plan" dir="auto">QA Plan</h1> <hr> <p dir="auto"><em>TODO: For each release, update this file by filling in answers to the questions. In cases where multiple answers are already written, delete those answers that do not apply.</em></p> <h5 id="user-content-project" dir="auto">Project:</h5> <p dir="auto">::<a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Home">PROJECTNAME</a></p> <h5 id="user-content-internal-release-number" dir="auto">Internal Release Number::</h5> <p dir="auto">::X.Y.Z</p> <h5 id="user-content-release-audience" dir="auto">Release Audience:</h5> <ul dir="auto"> <li>::General availability release ||</li> <li>::Customer-specific release: CUSTOMER(S) ||</li> <li>::Developer release (Internal usage only) ||</li> <li>::Early access release (Controlled external access)</li> </ul> <h5 id="user-content-attached-worksheets" dir="auto">Attached Worksheets:</h5> <ul dir="auto"> <li>QA plan &gt; <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/review-meeting-notes.html">Review meeting notes</a></li> <li>QA plan &gt; <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/test-suite.html">System test case suite</a></li> <li>QA plan &gt; <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/test-run-suite.html">System test runs</a></li> </ul> <h5 id="user-content-related-documents" dir="auto">Related Documents:</h5> <ul dir="auto"> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/SRS">Software Requirements Specification</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Design">Design</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Project-Plan">Project plan</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/sdm.html">Software development methodology</a></li> <li>::LINKS TO RELEVANT STANDARDS</li> <li>::LINKS TO OTHER DOCUMENTS</li> </ul> <hr> <p dir="auto"><strong>Process impact:</strong> This document specifies quality goals, selects strategies for assuring that those goals have been met, and details a plan of action to carry out those strategies.</p> <h3 id="user-content-introduction" dir="auto">Introduction</h3> <h4 id="user-content-why-is-this-qa-plan-needed" dir="auto">Why is this QA plan needed?</h4> <p dir="auto">::&quot;Quality&quot; refers to all the good things that we would like to see in our product. We build a quality product and assure its quality by keeping quality in mind all the time and performing the selected activities below. Testing is one QA activity, but it is not the best or only one, other QA activities include the use of style guides and checklists, review meetings, use of analysis tools, and careful quality measurements and estimates. A plan is needed to select and coordinate all the QA activities.</p> <h4 id="user-content-what-qa-lessons-were-learned-in-previous-releases" dir="auto">What QA lessons were learned in previous releases?</h4> <p dir="auto">::None yet. This is the first release.</p> <ul dir="auto"> <li>::Different browsers render the same HTML page differently, so we must test each version of each supported browser.</li> <li>::In a previous release, customers found that punctuation (e.g., quotation marks and less-than signs) were entered and processed properly, but not displayed properly. From now on, we must test both validation and display of special characters.</li> <li>::Large datasets can sometimes make our system fail if the space used for temporary data is used up. Our test plans should include more data volume tests.</li> </ul> <h4 id="user-content-what-is-the-scope-of-this-qa-plan" dir="auto">What is the scope of this QA plan?</h4> <p dir="auto">::All components and aspects of the system will be evaluated in this release.</p> <p dir="auto">::There are many quality goals and approaches to assuring them. Since we have limited time and resources for this release, we will focus on the following components and aspects:</p> <ul dir="auto"> <li>::COMPONENT-1</li> <li>::COMPONENT-2</li> <li>::COMPONENT-3</li> <li>::FEATURE-1</li> <li>::FEATURE-2</li> </ul> <h4 id="user-content-what-is-the-summary-of-this-plan" dir="auto">What is the summary of this plan?</h4> <p dir="auto">::In this release we will continue to use development practices that support all of our quality goals, but we will focus on functional correctness and robustness. We will do that with the following major activities:</p> <ul dir="auto"> <li>::using if-statements to test preconditions and assert statements to test invariants and postconditions</li> <li>::conducting frequent reviews</li> <li>::performing automated unit and regression testing with JUnit</li> <li>::carrying out structured manual system testing</li> <li>::keeping all issues up-to-date in an issue tracking database</li> </ul> <h3 id="user-content-quality-goals-for-this-release" dir="auto">Quality Goals for this Release</h3> <p dir="auto"><em>TODO: Add or edit goals to fit your project. Group them by priorities that make sense for your project on this particular release.</em></p> <ul dir="auto"> <li>::Essential <ul dir="auto"> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#functionality_gt_correctness">Functionality &gt; Correctness</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#functionality_gt_robustness">Functionality &gt; Robustness</a></li> </ul> </li> <li>::Expected <ul dir="auto"> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#functionality_gt_accuracy">Functionality &gt; Accuracy</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#functionality_gt_compatibility">Functionality &gt; Compatibility</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#functionality_gt_factual_correctness">Functionality &gt; Factual correctness</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_understandability_and_readability">Usability &gt; Understandability and Readability</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_learnability_and_memorability">Usability &gt; Learnability and Memorability</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_task_support">Usability &gt; Task support</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_efficiency">Usability &gt; Efficiency</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_safety">Usability &gt; Safety</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_consistency_and_familiarity">Usability &gt; Consistency and Familiarity</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#usability_gt_subjective_satisfaction">Usability &gt; Subjective satisfaction</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#security">Security</a></li> </ul> </li> <li>::Desired <ul dir="auto"> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#reliability_gt_consistency_under_load">Reliability &gt; Consistency under load</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#reliability_gt_consistency_under_concurrency">Reliability &gt; Consistency under concurrency</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#reliability_gt_availability_under_load">Reliability &gt; Availability under load</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#reliability_gt_longevity">Reliability &gt; Longevity</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#efficiency">Efficiency</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#scalability">Scalability</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#scalability_gt_performance_under_load">Scalability &gt; Performance under load</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#scalability_gt_large_data_volume">Scalability &gt; Large data volume</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#operability">Operability</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#maintainability_gt_understandability">Maintainability &gt; Understandability</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#maintainability_gt_evolvability">Maintainability &gt; Evolvability</a></li> <li><a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Glossary-Std#maintainability_gt_testability">Maintainability &gt; Testability</a></li> </ul> </li> </ul> <h3 id="user-content-qa-strategy" dir="auto">QA Strategy</h3> <p dir="auto"><em>TODO: Consider the activities listed below and delete those that are not applicable to your project. Edit and add new activities if needed. For each activity, specify the coverage or frequency that you plan to achieve. If you do not plan to perform an activity, write &quot;N/A&quot;.</em></p> <!-- Hint: view this large table with text wrapping turned off --> <table> <thead> <tr> <th>Activity</th> <th>Coverage or Frequency</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>::Preconditions</td> <td><ul><li>::Every public method</li><li>::Every public method in COMPONENT-NAME</li><li>::All public methods that modify data</li></ul></td> <td>::We will use if-statements at the beginning of public methods to validate each argument value. This helps to document assumptions and catch invalid values before they can cause faults.</td> </tr> <tr> <td>::Assertions</td> <td><ul><li>::Every private method</li><li>::Every private method in COMPONENT-NAME</li><li>::All private methods that modify data</li></ul></td> <td>::Assertions will be used to validate all arguments to private methods. Since these methods are only called from our other methods, arguments passed to them should always be valid, unless our code is defective. Assertions will also be used to test class invariants and some postconditions.</td> </tr> <tr> <td>::Static analysis</td> <td><ul><li>::Strict compiler warnings</li><li>::Automated style checking</li><li>::XML validation</li><li>Detetect common errors</li></ul></td> <td>::We will use source code analysis tools to automatically detect errors. Style checkers will help make all of our code consistent with our coding standards. XML validation ensures that each XML document conforms to its DTD. Lint-like tools help detect common programming errors. E.g.: <a href="<a href="http://www.freebsd.org/cgi/man.cgi?query=lint" class="link">http://www.freebsd.org/cgi/man.cgi?query=lint</a>">lint</a>, <a href="<a href="http://www.splint.org/" class="link">http://www.splint.org/</a>">lclint/splint</a>, <a href="<a href="http://artho.com/jlint/" class="link">http://artho.com/jlint/</a>">jlint</a>, <a href="<a href="http://sourceforge.net/projects/checkstyle/" class="link">http://sourceforge.net/projects/checkstyle/</a>">checkstyle</a>, <a href="<a href="http://sourceforge.net/projects/jcsc" class="link">http://sourceforge.net/projects/jcsc</a>">Jcsc</a>, <a href="<a href="https://www.pylint.org/" class="link">https://www.pylint.org/</a>">PyLint</a>, <a href="<a href="http://pychecker.sourceforge.net/" class="link">http://pychecker.sourceforge.net/</a>">PyChecker</a>, <a href="<a href="http://www.html-tidy.org/" class="link">http://www.html-tidy.org/</a>">Tidy</a></td> </tr> <tr> <td>::Buddy review</td> <td><ul><li>::All changes to release branches</li><li>::All changes to COMPONENT-NAME</li><li>::All changes</li></ul></td> <td>::Whenever changes must be made to code on a release branch (e.g., to prepare a maintenance release) the change will be reviewed by another developer before it is committed. The goal is to make sure that fixes do not introduce new defects.</td> </tr> <tr> <td>::Review meetings</td> <td><ul><li>::Weekly</li><li>::Once before release</li><li>::Every source file</li></ul></td> <td>::We will hold review meetings where developers will perform formal inspections of selected code or documents. We choose to spend a small, predetermined amount of time and try to maximize the results by selecting review documents carefully. In the review process we will use and maintain a variety of checklists.</td> </tr> <tr> <td>::Unit testing</td> <td><ul><li>::100% of public methods, and 75% of statements</li><li>::100% of public methods</li><li>::75% of statements</li></ul></td> <td>::We will develop and maintain a unit test suite using the JUnit framework. We will consider the boundary conditions for each argument and test both sides of each boundary. Tests must be run and passed before each commit, and they will also be run by the testing team. Each public method will have at least one test. And, the overall test suite will exercise at least 75% of all executable statements in the system.</td> </tr> <tr> <td>::Manual system testing</td> <td><ul><li>::100% of UI screens and fields</li><li>::100% of specified requirements</li></ul></td> <td>::The QA team will author and maintain a detailed written suite of manual tests to test the entire system through the user interface. This plan will be detailed enough that a person could repeatably carry out the tests from the test suite document and other associated documents.</td> </tr> <tr> <td>::Automated system testing</td> <td><ul><li>::100% of UI screens and fields</li><li>::100% of specified requirements</li></ul></td> <td>::The QA team will use a system test automation tool to author and maintain a suite of test scripts to test the entire system through the user interface.</td> </tr> <tr> <td>::Regression testing</td> <td><ul><li>::Run all unit tests before each commit</li><li>::Run all unit tests nightly</li><li>::Add new unit test when verifying fixes</li></ul></td> <td>::We will adopt a policy of frequently re-running all automated tests, including those that have previously been successful. This will help catch regressions (bugs that we thought were fixed, but that appear again).</td> </tr> <tr> <td>::Load, stress, and capacity testing</td> <td><ul><li>::Simple load testing</li><li>::Detailed analysis of each scalability parameter</li></ul></td> <td>::We use a load testing tool and/or custom scripts to simulate heavy usage of the system. Load will be defined by scalability parameters such as number of concurrent users, number of transactions per second, or number/size of data items stored/processed. We will verify that the system can handle loads within its capacity without crashing, producing incorrect results, mixing up results for distinct users, or corrupting the data. We will verify that when capacity limits are exceeded, the system safely rejects, ignores, or defers requests that it cannot handle.</td> </tr> <tr> <td>::Beta testing</td> <td><ul><li>::4 current customers</li><li>::40 members of our developers network</li><li>::1000 members of the public</li></ul></td> <td>::We will involve outsiders in a beta test, or early access, program. We will beta testers directions to focus on specific features of the system. We will actively follow up with beta testers to encourage them to report issues.</td> </tr> <tr> <td>::Instrumentation and monitoring</td> <td><ul><li>::Monitor our ASP servers</li><li>::Remotely monitor customer servers</li></ul></td> <td>::As part of our SLA, we will monitor the behavior of servers to automatically detect service outages or performance degradation. We have policies and procedures in place for failure notification, escalation, and correction.</td> </tr> <tr> <td>::Field failure reports</td> <td><ul><li>::Prompt users to report failures</li><li>::Automatically report failures</li></ul></td> <td>::We want to understand each post-deployment system failure and actively take steps to correct the defect. The system has built-in capabilities for gathering detailed information from each system failure (e.g., error message, stack traceback, operating system version). This information will be transmitted back to us so that we may analyze it and act on it.</td> </tr> </tbody> </table> <h3 id="user-content-qa-strategy-evaluation" dir="auto">QA Strategy Evaluation</h3> <p dir="auto"><em>TODO: Use the following table to evaluate how well your QA Strategy will assure your QA goals.</em></p> <table> <thead> <tr> <th>Goal</th> <th>Preconditions</th> <th>Assertions</th> <th>Buddy review</th> <th>Review meeting</th> <th>Unit testing</th> <th>Manual system testing</th> <th>Overall assurance</th> </tr> </thead> <tbody> <tr> <td>Functionality</td> <td>::Medium</td> <td>::Medium</td> <td>::Medium</td> <td>::High</td> <td>::High</td> <td>::High</td> <td>::Strong</td> </tr> <tr> <td>Correctness</td> <td>::High</td> <td>::High</td> <td>::Medium</td> <td>::Medium</td> <td>::High</td> <td>::Medium</td> <td>::Strong</td> </tr> <tr> <td>Robustness</td> <td>::High</td> <td>::High</td> <td>::Medium</td> <td>::Medium</td> <td>::High</td> <td>::Medium</td> <td>::Strong</td> </tr> <tr> <td>Usability</td> <td>::None</td> <td>::None</td> <td>::None</td> <td>::High</td> <td>::None</td> <td>::Medium</td> <td>::Strong</td> </tr> <tr> <td>Security</td> <td>::Medium</td> <td>::None</td> <td>::Medium</td> <td>::High</td> <td>::None</td> <td>::Medium</td> <td>::Strong</td> </tr> <tr> <td>Reliability</td> <td>::None</td> <td>::Medium</td> <td>::Low</td> <td>::Medium</td> <td>::Medium</td> <td>::Medium</td> <td>::Weak</td> </tr> <tr> <td>Efficiency</td> <td>::None</td> <td>::None</td> <td>::Low</td> <td>::Medium</td> <td>::None</td> <td>::Low</td> <td>::At-Risk</td> </tr> <tr> <td>Scalability</td> <td>::None</td> <td>::None</td> <td>::Low</td> <td>::Medium</td> <td>::Low</td> <td>::Low</td> <td>::At-Risk</td> </tr> <tr> <td>Operability</td> <td>::None</td> <td>::None</td> <td>::None</td> <td>::Low</td> <td>::None</td> <td>::Low</td> <td>::At-Risk</td> </tr> <tr> <td>Maintainability</td> <td>::Medium</td> <td>::Low</td> <td>::Medium</td> <td>::High</td> <td>::Low</td> <td>::None</td> <td>::Weak</td> </tr> </tbody> </table> <p dir="auto">Cell values in the table above are subjective estimates of the effectiveness of each activity. This table helps to identify quality goals that are not being adequately assured.</p> <h4 id="user-content-evaluation-cell-values" dir="auto">Evaluation cell values</h4> <ul dir="auto"> <li>High: This activity gives a strong assurance that the goal has been met in development.</li> <li>Medium: This activity gives a medium assurance that the goal has been met in development.</li> <li>Low: This activity gives only a little assurance that the goal has been met in development.</li> <li>None: This activity does not address the goal.</li> </ul> <h4 id="user-content-overall-assurance-values" dir="auto">Overall assurance values</h4> <ul dir="auto"> <li>Strong: The set of activities together provide strong assurance that the goal has been met in development.</li> <li>Weak: The activities together provide limited assurance that the goal has been met in development.</li> <li>At-Risk: There is little or no assurance that this goal has been met.</li> </ul> <p dir="auto">Note: As a rule of thumb, it takes at least two &quot;high&quot; activities and one &quot;medium&quot; to give a &quot;strong&quot; overall rating. Likewise, it takes at least two &quot;medium&quot; and one &quot;low&quot; activities to rate a &quot;weak&quot; overall rating.</p> <h3 id="user-content-plan-of-action" dir="auto">Plan of Action</h3> <p dir="auto"><em>TODO: Adjust this plan to fit your project.</em></p> <p dir="auto"><em>TODO: Once the plan is outlined, tasks should be assigned to individuals and tracked to completion.</em></p> <ol dir="auto"> <li> <p dir="auto">Preconditions and Assertions</p> <ul dir="auto"> <li>::Refine requirements document whenever preconditions are not already determined</li> <li>::Create validation functions for use by preconditions and assertions, as needed</li> <li>::Write preconditions and assertions in code</li> </ul> </li> <li> <p dir="auto">Review meetings</p> <ul dir="auto"> <li>::Assign buddy reviewers whenever a change to a release branch is considered</li> <li>::Select an at-risk document or section of code for weekly review meetings</li> <li>::Each week, identify reviewers and schedule review meetings</li> <li>::Reviewers study the material individually for 2 hours</li> <li>::Reviewers meet to inspect the material for 2 hours</li> <li>::Place <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/review-meeting-notes.html">review meeting notes</a> in the repository and track any issues identified in review meetings</li> </ul> </li> <li> <p dir="auto">Unit tests</p> <ul dir="auto"> <li>::Set up infrastructure for easy execution of JUnit tests (this is just an Ant target)</li> <li>::Create unit tests for each class when the class is created</li> <li>::Execute unit tests before each commit. All tests must pass before developer can commit, otherwise open new issue(s) for failed tests. These &quot;smoke tests&quot; will be executed in each developer's normal development environment.</li> <li>::Execute unit tests completely on each release candidate to check for regressions. These regression tests will be executed on a dedicated QA machine.</li> <li>::Update unit tests whenever requirements change</li> </ul> </li> <li> <p dir="auto">System tests</p> <ul dir="auto"> <li>::Design and specify a detailed manual <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/test-suite.html">test suite</a>.</li> <li>::Review the system test suite to make sure that every UI screen and element is covered</li> <li>::Execute system tests completely on each release candidate. These system tests will be carried out on a dedicated QA machine.</li> <li>::Update system tests whenever requirements change</li> </ul> </li> <li> <p dir="auto">QA Management</p> <ul dir="auto"> <li>::Update this test plan whenever requirements change</li> <li>::Document test results and communicate them to the entire development team</li> <li>::Estimate remaining (not yet detected) defects based on current issue tracking data, defect rates, and metrics on code size and the impact of changes.</li> <li>::Keep all issues up-to-date in an issue tracking database. The issue tracker is available to all project members <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/LINK-TO-ISSUE-TRACKER">here</a>. The meaning of issue states, priorities, and other attributes are defined in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/sdm.html#issuetracking">SDM</a>.</li> </ul> </li> </ol> <h3 id="user-content-qa-plan-checklist" dir="auto">QA-Plan Checklist</h3> <h4 id="user-content-do-the-selected-activities-in-the-qa-strategy-provide-enough-assurance-that-the-project-will-meet-its-quality-goals" dir="auto">Do the selected activities in the QA Strategy provide enough assurance that the project will meet it's quality goals?</h4> <p dir="auto">::Yes, if all activities are carried out as planned, we are confident that the quality goals will be satisfied. We will, of course, adjust this plan as needed.</p> <p dir="auto">::No, this plan leaves open several quality risks that have been noted in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Project-Plan#risks">Risk Management</a> section of the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/plan">Project Plan</a>.</p> <h4 id="user-content-have-human-resources-been-allocated-to-carry-out-the-qa-activities" dir="auto">Have human resources been allocated to carry out the QA activities?</h4> <p dir="auto">::Yes, human resources have been allocated. They are listed in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Resource-Needs">Resource Needs</a> document.</p> <p dir="auto">::No, human resources have not been allocated. They are listed as &quot;pending&quot; in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Resource-Needs">Resource Needs</a> document.</p> <h4 id="user-content-have-machine-and-software-resources-been-allocated-as-needed-for-the-qa-activities" dir="auto">Have machine and software resources been allocated as needed for the QA activities?</h4> <p dir="auto">::Yes, the QA team will use desktop machines and servers that are already allocated to them.</p> <p dir="auto">::Yes, a QA Lab has been set up. The needed machine and software resources are listed in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Resource-Needs">Resource Needs</a> document.</p> <p dir="auto">::No, needed machine and software resources are listed as pending in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Resource-Needs">Resource Needs</a> document.</p> <h4 id="user-content-has-this-qa-plan-been-communicated-to-the-development-team-and-other-stakeholders" dir="auto">Has this QA Plan been communicated to the development team and other stakeholders?</h4> <p dir="auto">::Yes, everyone is aware of our prioritized quality goals for this release and understands how their work will help achieve those goals. Feedback is welcome.</p> <p dir="auto">::Yes, this document is being posted to the project website. Feedback is welcome.</p> <p dir="auto">::No, some developers are not aware of the quality goals and planned QA activities for this release. This is a risk that is noted in the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Project-Plan#risks">Risk Management</a> section of the <a href="/Suborbital-Systems/ReadySetGit/src/commit/d26aead69402730b588cc74b80fa164b943fef47/Project-Plan">Project Plan</a>.</p> <!-- End Markdown content -->
</html>