ࡱ> C/4bjbj.,,,''''''''8%|'6'))))+/tO1ٝ۝۝۝۝۝۝۝' 2++ 2 2۝''))4444 2j')')ٝ4 2ٝ44 )뢵u2j`ŝ06Ex26' 2 24 2 2 2 2 2۝۝4 2 2 26 2 2 2 2 2 2 2 2 2 2 2 2 2,? k&: [See the last page for template assistance.]  TITLE \* MERGEFORMAT Test Strategy  DOCPROPERTY Subject \* MERGEFORMAT   DOCPROPERTY Company \* MERGEFORMAT  Table of Contents  TOC \o "1-3" 1. Introduction  PAGEREF _Toc94950637 \h 3 2. Test Motivators  PAGEREF _Toc94950638 \h 3 2.1 Conforms to USDA Certification and Accreditation Criteria  PAGEREF _Toc94950639 \h 3 2.2 Satisfies User Acceptance Criteria  PAGEREF _Toc94950640 \h 3 2.3 Adheres to Government Mandates and Regulations  PAGEREF _Toc94950641 \h 3 3. Test Approach  PAGEREF _Toc94950642 \h 3 3.1 Identifying and Justifying Tests  PAGEREF _Toc94950643 \h 3 3.1.1 Unit Test  PAGEREF _Toc94950644 \h 4 3.1.2 Integration Test  PAGEREF _Toc94950645 \h 4 3.1.3 User Acceptance Test (UAT)  PAGEREF _Toc94950646 \h 4 3.1.4 Load Test  PAGEREF _Toc94950647 \h 4 3.1.5 Operational Readiness Test  PAGEREF _Toc94950648 \h 4 3.1.6 Beta Testing  PAGEREF _Toc94950649 \h 5 3.2 Measuring the Extent of Testing  PAGEREF _Toc94950650 \h 5 3.2.1 Entrance Criteria  PAGEREF _Toc94950651 \h 5 3.2.2 Exit Criteria  PAGEREF _Toc94950652 \h 5 4. Dependencies, Assumptions, and Constraints  PAGEREF _Toc94950653 \h 5   SUBJECT \* MERGEFORMAT   TITLE \* MERGEFORMAT Test Strategy Introduction The purpose of the test strategy for the of the  SUBJECT \* MERGEFORMAT  isto: Provide a central artifact to govern the strategic approach of the test effort; it defines the general approach to be employed when testing the software and when evaluating the results of that testing. Planning artifacts will refer to the test strategy regarding the governing of detailed testing work. Provide visible confirmation to test-effort stakeholders that adequate consideration has been given to the governing the test effort and, where appropriate, to have those stakeholders approve the strategy. Test Motivators This section provides an outline of the key elements motivating the test effort for this project. Conforms to USDA Certification and Accreditation Criteria [C&A defines a list of security criteria to be tested for typical applications; contact C&A to receive these security requirements. Develop security test requirements according to C&A recommendations.] Functional testing Security testing Satisfies User Acceptance Criteria Functional requirements Supplementary requirements Adheres to Government Mandates and Regulations Section 508 FSA common look and feel Test Approach [Customize this section and its subsections to fit your projects needs.] The test approach defines the scope and general direction of the test effort. It is a high-level description of the important issues needing to be covered in the test plan and test scripts. For each testing phase, a detailed test plan shall be developed that identifies the testing requirements specific to thatphase. Specific items to be identified in each test plan shall include: Test Items Test Execution Procedures Test Deliverables Test Data Management Test Schedule Test Environment Identifying and Justifying Tests [Describe how tests will be identified and considered for inclusion in the test effort covered by this strategy. Include the sections below that will be in scope for testing your specific project. Unit Test, Integration Test, and User Acceptance will be required.] Unit Test Unit testing is the initial testing of new and/or changed code in the system. The purpose of unit testing is to allowthe developer to confirm the functionality provided by a single unit or component of code. Additionally, wherein one component cannot function without interacting with another component, the test shall include limitedinteractions. Unit testing shall consist of the following: Static testing Conducting walkthroughs and reviews of the design and coded components. Basic path testing Executing path testing based on normal flow. Condition/multi-condition testing Executing path testing based on decision points. Data flow testing Examining the assignment and use of variables in a program. Loop testing Checking the validity of loop constructs. Error testing Executing unexpected error conditions. Integration Test Integration testing confirms that each piece of the application interacts as designed and that all functionality isworking. Integration testing includes interactions between all layers of an application, including interfaces to other applications, as a complete end-to-end test of the functionality. Integration testing shall consist of the following: Verifying links between internal application components. Focusing on complete end-to-end processing of programs, threads, and transactions. Boundary value analysis (testing modules by supplying input values within, at, and beyond the specifiedboundaries). Cause-effect testing (supplying input values to cause all possible output values to occur). Comparison testing (comparing output of system under test with another reference system). Security functionality. Ensuring traceability to requirements, use cases, user interface (UI) design, and test objectives. Testing each business function end-to-end through the application, including positive and negative tests. Testing each non-functional requirement. Verification of 508 compliance. User Acceptance Test (UAT) The purpose of user acceptance testing (UAT) is to simulate the business environment and emphasize security, documentation, and regressiontests. UAT may be performed by a third party (i.e., TCO) in cases where the general user community is large and may provide different goals and objectives for acceptance testing requirements. UAT shall be conducted to gain acceptance of all functionality from the user community. UAT shall verify that the system meets user requirements as specified. Load Test The purpose of load testing is to identify potential performance problems before they occur in production. Load testing shall be used to test the performance of the application with near-production (or greater) levels of users accessing the application at the same time as specified by the Supplementary Specifications. Operational Readiness Test The purpose of operational readiness testing is to identify any potential issues with the production environment setup before users access the system. Operational readiness testing shall verify that the application move from the acceptance environment to the production environment was successful. Beta Testing In beta testing, a small number of experienced users try the product in a production mode and report defects and deficiencies. The purpose of beta testing is to identify suggested improvements into a general release for the larger user community. Defects identified during beta testing shall be grouped into two categories: those with significant impact that may not justify immediate implementation and those that can be easily integrated into the project. Beta testing shall consider the following issues: Proper identification of the beta testing group. Specific areas for which feedback is requested. Specific areas for which feedback is not requested. Measuring the Extent of Testing Entrance Criteria Entrance criteria are the required conditions and standards for work product quality that must be present or met prior to the start of a test phase. Entrance criteria shall include following: Review of completed test script(s) for the prior test phase. No open critical/major defects remaining from the prior test phase. Correct versioning of components moved into the appropriate test environment. Testing environment is configured and ready. Exit Criteria Exit criteria are the required conditions and standards for work product quality that block the promotion of incomplete or defective work products to the next test phase of the component. Exit criteria shall include the following: Successful execution of the test scripts(s) for the current test phase. No open critical, major, or average severity defects unless the issue is determined to be low impact and lowrisk. Component stability in the appropriate test environment. Dependencies, Assumptions, and Constraints [In the following table, list any dependencies identified during the development of this test strategy that may affect its successful execution if those dependencies are not honored. Typically these dependencies relate to activities on the critical path that are prerequisites or post-requisites to one or more preceding (or subsequent) activities. You should account for the responsibilities in which you are relying on other teams or staff members external to the testeffort, the timing and dependencies of other planned tasks, and the reliance on certain work products beingproduced.] Table  SEQ Table \* MERGEFORMAT 1: Dependencies Dependency Potential Impact of DependencyOwners[In the following table, list any assumptions made during the development of this test strategy that may affect its successful execution if those assumptions are proven incorrect. Assumptions might relate to work you assume other teams are doing, expectations that certain aspects of the product or environment are stable, etc.]. Table  SEQ Table \* MERGEFORMAT 2: Assumptions Assumption Impact of Assumption Owners[In the following table, list any constraints placed on the test effort that have had a negative effect on the way in which this test strategy has been approached.] Table  SEQ Table \* MERGEFORMAT 3: Constraints Constraint OnImpact Constraint has on Test EffortOwnersRevision History VersionDateSummary of ChangesAuthorRevision Marks (Yes/No)0.1Initial revision. [Note: This template is provided to assist authors with the FSA SDLC. Blue or black text within arrow brackets (< >) should be customized before publishing this document. Be sure to change the color of the text to black before publishing this document. Blue text within square brackets ([ ]) provides instructions and guidance and should be deleted before publishing this document. This document uses automatic fields: Viewing Automatic Fields If you cannot see the automatic fields in this document, select Tools>Options, and then choose the View tab; in the Field Shading drop-down list, choose Always. Customizing Automatic Fields To customize the automatic fields in this document, select File>Properties and then replace the information in brackets (< >) with the appropriate information for this document; be sure to also customize the Custom properties by choosing the Custom tab, selecting a property, changing its value, and then clicking Modify. Repeat this for each custom field. Click OK to close the dialog. Updating Automatic Fields You can update the automatic fields with new, customized information by selecting Edit>Select All (or Ctrl+A) and then pressing F9, or by simply clicking on a field and pressing F9. This must be done separately for Headers and Footers (View>Header and Footer, Ctrl+A, F9). See MS Word help for more information on working with fields.]     .012IJWXYZ[     ͺͺzrnrjbjh\XCJaJh\XhFjhFU hH2h`h`h\hpmH sH hHuhHumH sH hHumH sH jhpUmH sH hhpmH sH hpmH sH h$;uhpmH sH jh$;uhpUmH sH  hhp h$;uhpjh$;uhpU hhphp%/01YZgdHugdpgdpgdp<gdpgdp= o  d  = }  a   } :gdgdQgd`"!gdH2gdpgdHu  8 9 : ; < = ? @ P Q j k l m n o r s        E F _ ` a b c d f g u v ܳjgh\XUjh\XUhAkh\X6jqh\XUjh\XUj{h\XUh\XCJaJh~jh\XUh\Xjh\XU>         8 9 : ; < = B C H R ] ^ _ x y z { | } ָܸܭܢܗjIh\XUjh\XUjSh\XUhAkh\X\jh\XUj]h\XU h\XCJh\Xh\XCJaJh~jh\XUjh\XU;       ! " B C \ ] ^ _ ` a f g y z          וh`hx CJOJQJ*jhFCJOJQJUaJmHnHujh\XUj5h\XUjh\XUj?h\XUh\XCJaJh~jh\XUjh\XUh\X h\XCJ4  6 7 R S T U m n { | } [p%&*47Vjmy+,Ͽ޷޷޳޳޳޳޳޳޳޳ڳڳ޳޳޳޳ޯޫޯާh%h.$h<hEjhG7Uh B*phhEB*phhEhG7B*phh-nhG7hw.9hQhQCJhhQjhQUA N,>JcqgdG7$ & F+gdG7 $ & F+gdG7$ & F+ %8@8^8gd$ & F+ %8@8^8gd $gdpgdG7$$gd:gdW$ & F+ 8^gdG7$gdG7,ak%&23=>INOUV^_bqü񱸱񟛱񐈐h B*phhhB*phh h`hG76hp hG70J= h`hG7h-n hG7hG7 hphph hp0JC6CJ]h hpB*ph hfdhG7 hp hG7hG7h< h+hG75@G]^bcklpqyz  #$()-3<GLMVW`agrsy}~89: ˸ְ֩ hfdhG7hpB*phhoB*phhh<B*phhhF"B*phhhG7B*ph h8hG7h+hxNhF"h<hG7h-nAz<Gas<i[$$ & F+ 8@^gdUa$$ & F+ 8^gdUagdG7$gdgdG7$$ & F+ 8^gd+$$ & F+ 8^gdUa$$gdUa  :;?@JRS,-;<ABIOWYgipqwz{ !'*3YZ[`aeflopᲪᲪᲪh#lh-n5h#lhG75 h6hG7h6hG7\ hF"\ h6hF"h#lh-n5\h#lhG75\hG7hF"h hxNh-n hfdhG7h`@,89@GHNRtuYZefgn#$)*124θʸh#l h6h hfdhxN h6hxNhxNh h-nh` hfdhG7hh#lh-n5h#lhG75hG7hF" h6hG7D,ZE]*Ssz$gdQ$$ & F+ 8^gdq$$ & F+ 8^gdUa$$gdUagdG7$ & F+ 8@^gdF"$$ & F+ 8@^gdUaBCDNO[\be().1QRSrsx  GL2Cyz˼˵˱ hfdhxNhxN hxNhQhEhQ6 hfdhQhQ hChG7hChG7\ hfdhqhq h6hh-nhG7hh#lAz w! ""##$F$v$$$$q%%%&k&$$ & F+ 8^gdUagdG7$ & F/ 8^gd`$$ & F/ 8^gdUa$gdG7$$gdUagdG7z !!w!!!!!!! " " """ "!"'"("""""""""##*#+#/#0#7#<#####$2$3$7$8$D$E$t$u$$$$$q%%%%%%h6hIlh:h`hF"hG7hQ@rhxNh-nhQ hfdhQ hfdhG7P%%%%%%%%&&&i&j&k&&&&&&&&b''''''''''''''9(=(A(B(F(G(((((((()) ) ))c)*ȽȳȗhhG7B*mH phsH hhG7B*\phh-nB*\phhhB*phhhG7B*phhh\XB*phh-n hp-hG7h+ hQOhG7h6hhG76k&&&b'''H(((*/+;+Z+a+ /$Ifgd+gd$$xgd:gdG7$ & F. 8^gd6$$ & F. 8^gdUa$$gdUagdG7$ & F+ 8^gd6 * ** *!*%*6*?**********++++++ +.+/+n+o+++++++,,,,,,,,,,,,!-"-;-------ɱ蟒ɱ蟒hnB*phhnhG7B*\phh-nB*\phhG7mH sH  hhh~mHnHujhUhhh:hhB*phh:B*phhhG7B*phh:B*mH phsH 6a+b+c+d+e+PGGG 1$Ifgdkd+$$Ifl44F`'  0    4 la<f4pe+f+g+h+i+wnnn 1$Ifgdkd $$Ifl4F`'  0    4 la<f4i+j+k+l+m+wnnn 1$Ifgdkd $$Ifl4F`'  0    4 la<f4m+n+,,, --wojaaa /$Ifgdn+gdUa$$xgd:kdP $$Ifl4F`'  0    4 la<f4-----PGGG 1$Ifgdnkd $$Ifl44F`'@ x 0    4 la<f4p-----wnnn 1$Ifgdnkd $$Ifl4F`'@ x 0    4 la<f4---- -wnnn 1$Ifgdnkdu $$Ifl4F`'@ x 0    4 la<f4 -!---.+.2.wojaaa /$Ifgdn+gdUa$$xgd:kd $$Ifl4F`'@ x 0    4 la<f4----------.... .$.%.?.P.].o.w....Z0_0r0s00000000000 11110111>1A1R1c1l1p1q1{1111122#2)2k2q2Ľ h)hh)h5 h5 h>hh h`h hQhhG7mH sH h:mH sH  hhh~mHnHujhUhhh:>2.3.4.5.6.PGGG 1$Ifgdnkd $$Ifl44F`'@ x 0    4 la<f4p6.7.8.9.:.wnnn 1$Ifgdnkd$$Ifl4F`'@ x 0    4 la<f4:.;.<.=.>.wnnn 1$Ifgdnkd5$$Ifl4F`'@ x 0    4 la<f4>.?.P.X.].p.w..wqhhhhh /$Ifgd$gdkd$$Ifl4F`'@ x 0    4 la<f4..kdk$$Ifl44r8 X `'8   20`'4 lalf4p2.........Ikd$$Iflr8 X `'8  0`'4 lal 1$Ifgd.........IkdQ$$Iflr8 X `'8  0`'4 lal 1$Ifgd...../ID<1 <$ & F0a$gdp<$a$gdp<gdpkd$$Iflr8 X `'8  0`'4 lal 1$Ifgd/50Z01244!4"4$4%4'4(4*4+4,4-4.4/4 H$`'$dNgdp H$`'$dNgds{gd <$ & F1a$gdp<$a$gdp <$ & F0a$gdpq2s22222223 3$3%3/3438393:3@3E3N3P3333333333333333444 4"4#4%4&4(4)4+4,4-4.4/4hW hhaJmH sH hHjhHU h%hG7 h+Dhh)h5h h)h3@7 7 7 7 7 7 7 7 7........``X 00 P&P8$:pp/ =!8"8#8$8% Dp{DyK  _Toc94950637{DyK  _Toc94950638{DyK  _Toc94950639{DyK  _Toc94950640{DyK  _Toc94950641{DyK  _Toc94950642{DyK  _Toc94950643{DyK  _Toc94950644{DyK  _Toc94950645{DyK  _Toc94950646{DyK  _Toc94950647{DyK  _Toc94950648{DyK  _Toc94950649{DyK  _Toc94950650{DyK  _Toc94950651{DyK  _Toc94950652{DyK  _Toc94950653$$If<!vh#v #v#v :V l44 0,5 55 4a<f4p$$If<!vh#v #v#v :V l405 55 4a<f4$$If<!vh#v #v#v :V l405 55 4a<f4$$If<!vh#v #v#v :V l405 55 4a<f4$$If<!vh#v@ #vx#v :V l44 0,5@ 5x5 4a<f4p$$If<!vh#v@ #vx#v :V l405@ 5x5 4a<f4$$If<!vh#v@ #vx#v :V l405@ 5x5 4a<f4$$If<!vh#v@ #vx#v :V l405@ 5x5 4a<f4$$If<!vh#v@ #vx#v :V l44 0,5@ 5x5 4a<f4p$$If<!vh#v@ #vx#v :V l405@ 5x5 4a<f4$$If<!vh#v@ #vx#v :V l405@ 5x5 4a<f4$$If<!vh#v@ #vx#v :V l405@ 5x5 4a<f4/$$Ifl!vh#v8#v#v #v #v:V l44 20`'5855 5 54alf4p2$$Ifl!vh#v8#v#v #v #v:V l0`'5855 5 54al$$Ifl!vh#v8#v#v #v #v:V l0`'5855 5 54al$$Ifl!vh#v8#v#v #v #v:V l0`'5855 5 54al^D 666666666vvvvvvvvv66666686666666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~_HmHnHsHtHB`B .M1KG=K9CJ_HaJmH sH tH @B  03>;>2>: 1I$ & F hhdx-D1$@&M ^h`5OJQJaJ^@B^  03>;>2>: 2) & F h-D@&M CJ\@!B\ , 03>;>2>: 3$ & F h@&^`6CJT@1BT o 03>;>2>: 4$ & F 88@&^8`J@ABJ  03>;>2>: 5 & F 8@&5BA`B  O;A=>2=>9 H@8DB 0170F0\i@\ .M1KG=0O B01;8F0 :V 44 la .k ..M 5B A?8A:0 fOf .MADPO Oversight$$ H$&dPa$ CJ$OJQJToT .M Doc Info Box CJOJQJ_HaJmH sH tH NObN =Document Title $@a$ CJ0OJQJV @"V C86=89 :>;>=B8BC;  H$ CJOJQJZo2Z .M Prepared For$a$ CJOJQJ_HaJmH sH tH dobd wProject Manager $a$ CJOJQJ_HaJmH sH tH doBd = Project Title$(a$ CJ(OJQJ_HaJmH sH tH :Ob: .MSpacer$a$ CJ OJQJJ@rJ .M "5:AB 2K=>A:8CJOJQJ^JaJ^^ .MADPO Oversight Char CJ$OJQJ_HaJmH sH tH LL .M5@E=89 :>;>=B8BC;  !XO1X .MStyle Prepared For + Bold 5CJ\>'>  O;=0: ?@8<5G0=8OCJaJN@N  O;"5:AB ?@8<5G0=8O d1$CJaJJj@J  O;"5<0 ?@8<5G0=8O d1$5\R>@R H20720=85$x1$a$5CJ$OJQJaJp@pF 3;02;5=85 1)$ $ dx<1$]CJaJmHnHuLAL F Bullets 1 & F 8<^l@l O; 3;02;5=85 2&! $ d1$]^CJaJmHnHu`@` O; 3;02;5=85 3" T$ d1$^CJmHnHud@d O; 3;02;5=85 4# ~ $ d1$^CJaJmHnHuXB@BX `A=>2=>9 B5:AB$$dx1$^CJaJbORb  kText$%$7n1$5$7$8$9DH$^7CJOJQJaJmH sH tH Ob  kSection8&$ n1$5$7$8$9DH$^`5CJOJQJaJmH sH tH |Or|  kItalicized Text$'$7n1$5$7$8$9DH$^76CJOJQJaJmH sH tH O  k Sub-section($ & Fsnn1$5$7$8$9D>T .H$Tf^`s5CJOJQJaJmH sH tH zOz  kItalicized Table Text)1$5$7$8$9DH$6CJOJQJaJmH sH tH LAL F Bullets 2* & F 8pp<^pb"@b 0720=85 >1J5:B0+$$d,1$a$ CJ\aJLAL F Bullets 3, & F 8@ @ <^@ dY@d  O;!E5<0 4>:C<5=B0-d-D 1$M CJOJQJaJZoZ O;Legend .)B*CJOJQJ_HaJmH phsH tH XOX O; Table Header /$<<5CJOJQJ^JaJ\O\ O;Table Bold Cell 0$<<5CJOJQJ\aJ@O@ O; Table Text 1<<CJaJN@N  O; 3;02;5=85 52 d1$^ CJaJN@N  O; 3;02;5=85 63d1$^CJaJ<A< QNote5B*CJOJQJ^JphLARL F Numbers 15 & F 8<^LAbL F Numbers 26 & F 8pp<^pLArL F Numbers 37 & F 8@ @ <^@ JJ :yHidden%6<B*CJH*OJQJS*aJph@b@ l>4 HTMLCJOJPJQJ^JaJOB +Style Heading 1 + Pattern: Clear (Gray-10%):-DM \V#@V U5@5G5=L @8AC=:>2; $ ]CJaJfOBf =pInfoBlue)<$dx(1$]^a$B*CJaJphLOL <p InfoBlue CharB*_HmH phsH tH TT Caption (Top of Section) >8OA8 SFootnote ?^CJ<T< G*&8B0B0@x]^4U4 G7 8?5@AAK;:0>*B*NO"N CG7infoblueBdx^6B*]phZO1Z BG7 infoblue Char'6B*CJ]_HaJmH phsH tH PK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VCWNIA!ޝ}7/݉%BR7Hw9!p<Ǥፉ.EB\ /T*Y>,cy'$gC."Vso+C1OǓt}8>V3mBb%DWs'O''Gw ~lh;UM!DzŬ;C K^ysJJ1KRμ)~.ک/ Y\n9?[]67)qnpJOF$ w;fCLL&׸m%]V%z-{ v8Ҩm-.xo(-ms~ۜ|s>Ͼ%O04h=یщ!eƌ\f :C*OiIA 64HpUa7 UO3 d:(fA@٣>N"Hhp&hA38 )SUUR'V5&HM.6xpyn,ބ!h^^Z4~0#w,,& g"Ic힍Q)˕C6%^+Hk!$A*#.D)irdq8Y^}q~C>Np%uJx?+al|zf[Ux5b>c!:M (MkIVEpYPҍN2$ÿ -.h۴"P6T{T 6]u̒VhVnR+n;)ȔbL X6Y`+qB]( 0H1$6_[s)k8Tm Aa?R d ڒɾ0{eRF& Ī't\{BHuM6`pGϽO+!XoN'^[crh2*tW<{1U+l_QSncX<)Q(wJH ٯ#zCm>nhf6t}M&ʺ6ײ'\gkNS:;\qN-S;kǺ"{DailL`̗/޿ ^o#I&%0]SPV!] PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!^}-theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] /, 1IWZ 9;PkmE`bu9;^y{B]_y6RTm{###$$$%%%/,UU %%%%%%%%%%%%%%%%%   @ @H 0(  0(  B S  ?. _Toc456598586 _Toc456600917 _Toc81822499 _Toc94950637 _Toc94950638 _Toc89057070 _Toc94950639 _Toc89057071 _Toc94950640 _Toc89057072 _Toc94950641 _Hlt524432720 _Toc89057073 _Toc94950642 _Toc89057074 _Toc94950643 _Toc89057075 _Toc94950644 _Toc89057076 _Toc94950645 _Toc89057077 _Toc94950646 _Toc89057078 _Toc94950647 _Toc89057079 _Toc94950648 _Toc89057080 _Toc94950649 _Toc314978545 _Toc324843648 _Toc324851955 _Toc324915538 _Toc433104459 _Toc314978546 _Toc89057081 _Toc94950650 _Toc89057082 _Toc94950651 _Toc89057083 _Toc94950652 _Toc314978547 _Toc324843650 _Toc324851957 _Toc324915540 _Toc89057084 _Toc94950653}}   c c c sszz   0, @  '!"#$%&*+,-()+ = = c p p ++ ?&?&?&?&0,4+:+++,!,",$,%,',(,*,+,-,0,`q**,!,",$,%,',(,*,+,-,0,33},L  > q < ,E]Sz  "n#$!%%&+&&,!,",$,%,',(,*,+,-,0,1XZST|,,!,",$,%,',(,*,0,-|d?t}d~tx28n7ndz\vV xnte@G*m K pT5 Lv(O \  4m^4j$vq%FnzP9#ln#2@w3$0,d'8 6)duM@0f4qT6 -C*LFpYHb.1KUS})Q^xS@Tf4*3Pc:NEwW[gt$Xg!syjUS$ulN?n|qJQBFn .Gqp6t K[Wu7zN f}p^`.^`.88^8`.^`. ^`OJQJo( ^`OJQJo( 88^8`OJQJo( ^`OJQJo(hh^h`. hh^h`OJQJo(@.@.@..@...@ ....@ .....@ ......@ .......@ ........h 88^8`OJQJo(h%^`B*OJQJo(phhHh   ^ `OJQJo(h   ^ `OJQJo(h xx^x`OJQJo(oh HH^H`OJQJo(h ^`OJQJo(h ^`OJQJo(oh ^`OJQJo(@77^7`@7n^n`.@7^`..@7^`...@ 7 ^ ` ....@ 7J ^J ` .....@ 7^` ......@ 7^`.......@ 7^`........8*88^8`56B*CJaJo(phwhhH.8^`OJQJ^Jo(hHo8^`OJQJo(hH8pp^p`OJQJo(hH8@ @ ^@ `OJQJ^Jo(hHo8^`OJQJo(hH8^`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH,,^,`o(.h^`OJQJ^Jo(hHo  L ^ `LhH.   ^ `hH. ll^l`hH. <L<^<`LhH.   ^ `hH. ^`hH. L^`LhH.8,^`56B*CJOJQJaJo(ph3fhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH hh^h`hH. P8^`PhH.. ^`hH... xp^`xhH.... @ ^`hH .....  X^ `XhH ......  ^ `hH.......h  `^``hH.........8*88^8`56B*CJaJo(phwhhH.8^`OJQJ^Jo(hHo8^`OJQJo(hH8pp^p`OJQJo(hH8@ @ ^@ `OJQJ^Jo(hHo8^`OJQJo(hH8^`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH8,^`56B*CJOJQJaJo(ph3fhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH82^`56B*CJOJQJaJo(ph3fwhhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hHh,,^,`OJQJo(hHh^`OJQJ^Jo(hHoh   ^ `o(hH.   ^ `hH. ll^l`hH. <L<^<`LhH.   ^ `hH. ^`hH. L^`LhH.h ^`hH.h ^`hH.h pLp^p`LhH.h @ @ ^@ `hH.h ^`hH.h L^`LhH.h ^`hH.h ^`hH.h PLP^P`LhH.8288^8`56B*CJOJQJaJo(phwhhH8^`OJQJ^Jo(hHo8^`OJQJo(hH8pp^p`OJQJo(hH8@ @ ^@ `OJQJ^Jo(hHo8^`OJQJo(hH8^`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH8*88^8`56B*CJaJo(phwhhH.8^`OJQJ^Jo(hHo8^`OJQJo(hH8pp^p`OJQJo(hH8@ @ ^@ `OJQJ^Jo(hHo8^`OJQJo(hH8^`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH,,^,`o(.h^`OJQJ^Jo(hHoh   ^ `o(hH.   ^ `hH. ll^l`hH. <L<^<`LhH.   ^ `hH. ^`hH. L^`LhH.8)88^8`56CJOJQJaJo(whhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH hh^h`OJQJo(h^`OJQJo(hHhpp^p`OJQJ^Jo(hHoh@ @ ^@ `OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHhPP^P`OJQJ^Jo(hHoh  ^ `OJQJo(hH@77^7`@7n^n`.@7^`..@7^`...@ 7 ^ ` ....@ 7J ^J ` .....@ 7^` ......@ 7^`.......@ 7^`........^`B*OJQJo(phhH^`OJQJ^Jo(hHo^`OJQJo(hHpp^p`OJQJo(hH@ @ ^@ `OJQJ^Jo(hHo^`OJQJo(hH^`OJQJo(hH^`OJQJ^Jo(hHo^`OJQJo(hH8,88^8`56B*CJOJQJaJo(ph3fhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hHh88^8`OJQJo(hHh^`OJQJ^Jo(hHoh  ^ `OJQJo(hHh  ^ `OJQJo(hHhxx^x`OJQJ^Jo(hHohHH^H`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hH8)88^8`56CJOJQJaJo(whhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hHh#^`56CJOJQJaJo(hHhpp^p`OJQJ^Jo(hHoh@ @ ^@ `OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHhPP^P`OJQJ^Jo(hHoh  ^ `OJQJo(hHh88^8`OJQJo(hHh^`OJQJ^Jo(hHoh  ^ `OJQJo(hHh  ^ `OJQJo(hHhxx^x`OJQJ^Jo(hHohHH^H`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHhpp^p`OJQJ^Jo(hHoh@ @ ^@ `OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHhPP^P`OJQJ^Jo(hHoh  ^ `OJQJo(hH8,88^8`56B*CJOJQJaJo(ph3fhH888^8`OJQJ^Jo(hHo8^`OJQJo(hH8  ^ `OJQJo(hH8  ^ `OJQJ^Jo(hHo8xx^x`OJQJo(hH8HH^H`OJQJo(hH8^`OJQJ^Jo(hHo8^`OJQJo(hH88^8`B*OJQJo(phhH^`OJQJ^Jo(hHopp^p`OJQJo(hH@ @ ^@ `OJQJo(hH^`OJQJ^Jo(hHo^`OJQJo(hH^`OJQJo(hH^`OJQJ^Jo(hHoPP^P`OJQJo(hHh ,,^,`hH.h ^`hH.h  L ^ `LhH.h   ^ `hH.h ll^l`hH.h <L<^<`LhH.h   ^ `hH.h ^`hH.h L^`LhH.h88^8`OJQJo(hHh^`OJQJ^Jo(hHoh  ^ `OJQJo(hHh  ^ `OJQJo(hHhxx^x`OJQJ^Jo(hHohHH^H`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hH@77^7`@7n^n`.@7^`..@7^`...@ 7 ^ ` ....@ 7J ^J ` .....@ 7^` ......@ 7^`.......@ 7^`........ hh^h`OJQJo(h 88^8`hH.h ^`hH.h  L ^ `LhH.h   ^ `hH.h xx^x`hH.h HLH^H`LhH.h ^`hH.h ^`hH.h L^`LhH.@7 7^7`OJQJo(@7 n^n`OJQJo(.@7 ^`OJQJo(..@7 ^`OJQJo(...@ 7  ^ `OJQJo( ....@ 7 J ^J `OJQJo( .....@ 7 ^`OJQJo( ......@ 7 ^`OJQJo(.......@ 7 ^`OJQJo(........@77^7`@7n^n`.@7^`..@7^`...@ 7 ^ ` ....@ 7J ^J ` .....@ 7^` ......@ 7^`.......@ 7^`........1 F f}.Gq)n# 0qT6*3Pcz1K!syjL04j$q%0uM@0S@Tw3$0Td'0  K[WuP9#?n~}|(O YH$ulGQBFn6t})QwW[g-C$Xg-- D6       D                 <        f                          z=        v"                 f                         @#                 Dq3                                           D'|        o%<[, WUNt.@ievTf$C1D ?']ik}z F"^$A&H(0k([,-.J0 30 3w)406G7w.9B; O;{; C}G-HzFJ6L"L.MxNSWTxT57UjUVwV4VW\XbZvZfq[1_\o]=]aN]Y``Uaua?fbcpd#l7blhelam]inbo5qQ@r$;uHuwzs{G|^~C^)HaSVcGa Z[4G**g:1<m++O1X\}Zn:H2lqaaOp:<ybIl >L}vob"N\lJ%+ot$6K4Ox `FQnDI kQQWZbH8>T9=Eszxa~E-n"[!BZ.$?t:yGD,!,@/,p@UnknownG*Cx Times New Roman5Symbol3. *Cx Arial5. .[`)Tahoma?= *Cx Courier New;WingdingsACambria Math"qK7cf(%P%P!8824 , , 3qHP0}G2!xx  Test Strategy<Project/Sub-project Title>Dmitriy-                           ! " # $ % & ' ( ) * + ,  Oh+'0$ 4@ ` l x Test Strategysdlc_template_test_strategyDmitriy21Microsoft Office Word@@*@D@㢵%՜.+,0 px  KP , Test StrategyTest Strategy IntroductionTest Motivators> Conforms to USDA Certification and Accreditation Criteria' Satisfies User Acceptance Criteria3 Adheres to Government Mandates and RegulationsTest Approach% Identifying and Justifying Tests Unit Test Integration Test# User Acceptance Test (UAT) Load Test# Operational Readiness Test Beta Testing$ Measuring the Extent of Testing Entrance Criteria Exit Criteria+Dependencies, Assumptions, and Constraints  Title Headings  !"#$%&'()*+,-./0123456789:;<=>?@ABDEFGHIJKLNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Root Entry F뢵Data C1TableMPWordDocument.SummaryInformation(DocumentSummaryInformation8CompObjrbjbj.ڣڣ%%|eeeeeeeePeeeeeeeeeeeeeeeeeee뢵eeĸ0ePePePe eeeeeeeeeeeeeeeePeeeeeeeee? õ: ,1h. A!"R#n$n% 666666666vvvvvvvvv666666>6666666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~,CJOJPJQJ^J_HaJmHnHsHtH dB`B  K1KG=K9CJ OJPJQJ^JaJ BA`B KA=>2=>9 H@8DB 0170F0XiX 01KG=0O B01;8F04 l4a .k. 0 5B A?8A:0PK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VCWNIA!ޝ}7/݉%BR7Hw9!p<Ǥፉ.EB\ /T*Y>,cy'$gC."Vso+C1OǓt}8>V3mBb%DWs'O''Gw ~lh;UM!DzŬ;C K^ysJJ1KRμ)~.ک/ Y\n9?[]67)qnpJOF$ w;fCLL&׸m%]V%z-{ v8Ҩm-.xo(-ms~ۜ|s>Ͼ%O04h=یщ!eƌ\f :C*OiIA 64HpUa7 UO3 d:(fA@٣>N"Hhp&hA38 )SUUR'V5&HM.6xpyn,ބ!h^^Z4~0#w,,& g"Ic힍Q)˕C6%^+Hk!$A*#.D)irdq8Y^}q~C>Np%uJx?+al|zf[Ux5b>c!:M (MkIVEpYPҍN2$ÿ -.h۴"P6T{T 6]u̒VhVnR+n;)ȔbL X6Y`+qB]( 0H1$6_[s)k8Tm Aa?R d ڒɾ0{eRF& Ī't\{BHuM6`pGϽO+!XoN'^[crh2*tW<{1U+l_QSncX<)Q(wJH ٯ#zCm>nhf6t}M&ʺ6ײ'\gkNS:;\qN-S;kǺ"{DailL`̗/޿ ^o#I&%0]SPV!] PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!^}-theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK]   , z%*-q2 !#$&')+,.7A zk&a+e+i+m+--- -2.6.:.>...../"%(*-/012345689:;<=>?@ KW p @UnknownG*Cx Times New Roman5Symbol3. *Cx Arial5. .[`)Tahoma?= *Cx Courier New;WingdingsACambria Math"0h0@P $P K0!xx   F Microsoft Word 97-2003 MSWordDocWord.Document.89q