ImageVerifierCode 换一换
格式:PDF , 页数:6 ,大小:21.50KB ,
资源ID:1018369      下载积分:10000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-1018369.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(REG NASA-LLIS-0723-2000 Lessons Learned Independent Verification and Validation of Embedded Software.pdf)为本站会员(orderah291)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

REG NASA-LLIS-0723-2000 Lessons Learned Independent Verification and Validation of Embedded Software.pdf

1、Best Practices Entry: Best Practice Info:a71 Committee Approval Date: 2000-03-30a71 Center Point of Contact: MSFCa71 Submitted by: Wil HarkinsSubject: Independent Verification and Validation of Embedded Software Practice: To produce high quality, reliable software, use Independent Verification and V

2、alidation (IV locate, identify, and correct software problems and errors early in the development cycle.Programs that Certify Usage: This practice has been used on Apollo Launch Vehicles and Engines, and Space Shuttle Elements, Payloads, and Experiments.Center to Contact for Information: MSFCImpleme

3、ntation Method: This Lessons Learned is based on Reliability Practice No. PD-ED-1228; from NASA Technical Memorandum 4322A, NASA Reliability Preferred Practices for Design and Test.Benefit:The use of Independent Verification and Validation (IV peer reviews; status monitoring and reporting; walk-thro

4、ughs; dynamic analysis; simulations; risk analysis; code inspection; software library maintenance; audits; and IV&V testing using software analysis tools. These activities come into play during the various phases of the software development life cycle, and are usually documented in a family of repor

5、ts as shown on Figure 1.Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-refer to D descriptionD Figure 1: Synchronizing IV&V with the Software Development Life Cycle Although the IV&V is generally concurrent with the software developers life cycle ph

6、ases, the completion of the IV&V corresponding phases lags the completion of the software development phase slightly as shown on Figure 1. Typical key IV&V functions that are performed in each phase are summarized as follows:1. Concept Analysis Phase: Documentation that is produced in the software d

7、evelopment conceptual phase is independently evaluated. These documents include the statement of work, advanced planning reports, project initiation descriptions, and feasibility study reports. The allocation of functions to hardware and software elements, and the criticality of each software elemen

8、t are assessed.2. Requirements Analysis Phase: Software requirements are verified through independent derivation of requirements, comparison to standard reference systems, functional simulations, and timing and sizing analysis. A software requirements traceability analysis and a software interface a

9、nalysis are performed. A system test plan is developed, and acceptance test requirements are established. IV&V software is designed, and requirements analysis phase reports are prepared.Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-3. Design Analys

10、is Phase: A number of techniques are used to verify the satisfaction of software requirements. These techniques include correlation of traceability between design elements, functional simulations, independent derivation of equations and algorithms, comparison with standard references and models, ana

11、lysis of interfaces, and identification and development of a software test program. Design analysis techniques to be used for any particular function are dependent on the nature of the function (such as filtering, display output, and device interfacing). For example, logic analysis techniques are ap

12、propriate for executive control functions while mathematical methods are better suited for numerical functions. The proposed design of each software function is verified by using the selected method to determine the extent to which it satisfies the corresponding software requirements. Control logic

13、is similarly verified to ensure proper interaction between software functions.4. Implementation Analysis Phase: During this IV&V phase, two parallel activities are performed: (1) coding analysis and (2) testing. Coding analysis includes version comparison, textual and syntactical analysis, standards

14、 auditing, equation reconstruction, data structure analysis, flow charting, logic reconstruction, manual code inspection, traceability analysis, interface analysis, and database analysis. Software tools are employed to automate many of these program analysis techniques. They are used to help identif

15、y actual or potential errors in the developed code, and to reformat and consolidate information to facilitate manual analysis, software tools present a reliable, cost-effective means to supplement manual program analysis techniques. To maximize the visibility of software development quality, coding

16、analysis is performed in parallel with code development. Coding analysis is achieved by analyzing the incremental code deliveries and modifications introduced in the updated program versions. Testing analysis includes the application of independent tests performed to determine compliance with softwa

17、re and system requirements. Component testing and interface testing are planned for both nominal and extreme conditions within the required performance limits.5. Independent Verification and Validation Phase: Simulation, testing, inspection and computer-aided software verification and validation are

18、 performed during this phase. Problem reports are prepared which identify anomalies in formal documentation, source code analysis, software database analysis, and the software developers test results. Component test results and interface test results are documented.6. System Integration Analysis Pha

19、se: The credibility of the system in its operational environment is established in this phase. In this phase, the final results of the software development effort are evaluated after the software has been fully tested in IV&V, and all problems and discrepancies have been corrected. During this IV&V

20、phase, integration, system, and acceptance tests are performed in a serial fashion to validate the software.7. Operational and Maintenance Analysis Phase: The validated system is placed under configuration control during installation, checkout, operation, and maintenance. IV&V functions during the o

21、peration and maintenance analysis phase include monitoring problems reported and ensuring that Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-they are resolved according to established configuration management procedures. Outputs of this phase are I

22、V&V problem reports, installation and checkout reports, configuration management reports, and flight software problem reports.Technical Rationale:IV&V has proven to be a necessary function for software projects of all sizes, but is particularly important in large, critical software packages. Althoug

23、h the level of IV&V performed will be proportional to project size, its performance in embedded flight software projects is widely considered to be mandatory.References:1. 1. Lewis, Robert O.: “Independent Verification and Validation.“ John Wiley & Sons, Publishers, New York, NY, 1992.2. “MSFC Softw

24、are Management and Development Requirements Manual.“ MM8075, George C. Marshall Space Flight Center, Huntsville, AL, January 21, 1991.3. “IEEE Guide for the Use of IEEE Standard Dictionary of Measures to Produce Reliable Software.“ IEEE Standard No. 982.2-1988, Institute of Electrical and Electronic

25、s Engineers, New York, NY, June 12, 1989.4. “IEEE Standard Dictionary of Measures to Produce Reliable Software.“ IEEE Standard No. 982.1-1988, Institute of Electrical and Electronic Engineers, New York, NY, April 30, 1989.5. Beizer, Boris: “Software Testing Techniques, Second Edition.“ Van Nostrand

26、Reinhold, New York, NY, 1990.6. Perry, William E.: “How to Test Software Packages.“ John Wiley & Sons, Publishers, New York, NY, 1986.7. Hollocker, Charles P.: “Software Reviews and Audits Handbook.“ John Wiley & Sons, Publishers, New York, NY, 1990.8. Wallace, Dolores R. and Fujii, Roger F.: “Softw

27、are Verification and Validation: Its Role in Computer Assurance and Its Relationship with Software Project Management Standards.“ NIST Special Publication No. 500-165, National Institute of Standards and Technology, Gaithersburg, MD, September 1989.9. Tauswarthe, Robert C.: “A General Software Relia

28、bility Process Simulation Technique.“ JPL Publication No. 91-7, Jet Propulsion Laboratory, Pasadena, CA, April 1, 1991.10. “Cost-Effectiveness of Software Independent Verification and Validation.“ NASA RTOP No. 323-51-72, Jet Propulsion Laboratory, Pasadena, CA, October 15, 1985.Impact of Non-Practi

29、ce: Failure to perform IV&V for software projects could result in software system weaknesses, Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-performance of unintentional functions, and failure of the system and the mission. Anything less than a meth

30、odical, systematic rigorous treatment of IV&V could cause loss of mission, life, and valuable resources.Related Practices: N/AAdditional Info: Approval Info: a71 Approval Date: 2000-03-30a71 Approval Name: Eric Raynora71 Approval Organization: QSa71 Approval Phone Number: 202-358-4738Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1