PDF资料:自动驾驶汽车软件单元测试
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
HEICON Global Engineering GmbH Kreuzweg 22, 88477 Schwendi Internet: www.heicon-ulm.de Blog: http://blog.heicon-ulm.de
Software unit testing: Aerospace best practices usable in autonomous vehicles?
HEICON –Global Engineering GmbH
HEICON is a specialized engineering company which provides consulting-and development support with a focus on software-based embedded systems.
The efficient implementation of methods and processes is the area of our engagement. Founding:
2018 Headquarter:Schwendi near Ulm Membership:
Revenue Distribution:
71%
72%
39%
16%
23%20%
28%
36%
35%
6%18%
14%
4%
3%10%11%19%
1%2%8%19%18%2%8%4%5%7%0%
10%20%30%40%50%60%70%80%90%100%
2013
2014
2015
2016
2017
Other Sectors Military Space Railway
Industrial Automation Automotive Aerospace
Unit Tests considerations
Comparison Aerospace and Automotive Industry Examples for different Interpretation of the Standards Best Practice Aerospace
Contact
✓ISO 26262 und IEC 61508 require such tests.
✓The Aerospace (DO178) does have more than
30 years of experience in doing this kind of
testing.
✓Software Unit Tests providing a 100%
structural source code Coverage, find software
bugs early.
✓To create the required documentation (Test
Cases, Test Procedures, Test Reports,
Traceability) for SW Unit Tests is costly and
takes a lot of time.
✓Therefore efficient ways to create these tests
are essential.
Main.c
(Scheduler)
Function 1
Function 2
Function 3
FBlock1.1.c
Function 1
Function 2
FBlock1.2.c
Function 1
Function 2 Function 3 Function 4 Function 5 Function 6
FBlock2.3.c
Function 1
Function 2
Function 3
Function 4
Function 5
FBlock2.1.c
Function 1
Function 2
Function 3
Function 4
Function 5
Function 6
Function 7
FBlock2.2.c
Function 1
Function 2
S o f
t w a
r e U n i
t t e s
t
S o f t
w a r e /S
o f t w a r
e
I n t e g r a
t i o n s t e
s t 1Sof twa re/S oftw are Inte grat ions test 2
Main.c (Scheduler)Function 1Function 2Function 3
FBlock1.1.c Function 1Function 2
FBlock1.2.c Function 1Function 2Function 3Function 4Function 5Function 6
FBlock2.3.c Function 1Function 2Function 3Function 4Function 5FBlock2.1.c Function 1Function 2Function 3Function 4Function 5Function 6Function 7
FBlock2.2.c Function 1Function 2