当前位置:网站首页>Embedded test process
Embedded test process
2022-06-30 07:13:00 【StarSkyHorse】
Embedded test process
Make a simple memory
adopt jira Tracking tasks 、bug、 demand .
- Clean up the source code's writing specification and writing style . There is no defect in the report detected by the tool , Tag the source code .
- To write LLR
- use excel Table writing , Then pass it to the code review tool (CCR) Conduct check.
- Enter the completed document into repo library (git)
- take excel Upload the form to mongo DB library (Polarion )
- To write api Equivalent to function header
- To write HLR
- Same as prepared LLR, But it has to be API Approved by
- Generate design documents (CDAD)
framework
- Data coupling Global variables are exposed to other components , Global variables of other components are exposed to this component .
- The function interface api bsp init helper
- Control coupling This component function is called by which functions and lists the components to which the calling function belongs .
High level needs
- api
- DHLR
- CHLR
- HLR
Design considerations
Low level requirements
- LLR
- Macro functions
- The function of convergence
- Introverted compilation (build-in)
Source code
The data dictionary
- This component
- Global variables
- macro
- The type definition (typedef)
- enumeration
- Other components
- Global variables
- macro
- The type definition (typedef)
- enumeration
- This component
review CDAD And generate evidence
Write a test strategy
To write LLTC
To write HLTC
Generate test documents after review (CTAD) And generate evidence
summary
The test process is simply sorted out , Used to enhance memory , So as to find more knowledge points in the work .
Under normal circumstances TC Take different values to test .
边栏推荐
猜你喜欢

Go common commands

Linux服務器安裝Redis

Win10 step pit - power on 0xc0000225

1285_把AUTOSAR函数以及变量等定义的宏用脚本展开以提高可读性

Steps for formulating class or file templates in idea

社招两年半10个公司28轮面试面经

Ad usage notes

Deploying web projects using idea
![[my advanced OpenGL learning journey] about the access methods of vector and matrix classification of OpenGL shaders: xyzw/rgba/stpq and array subscripts](/img/ed/76db436ab5e35fba742dc287402fe3.png)
[my advanced OpenGL learning journey] about the access methods of vector and matrix classification of OpenGL shaders: xyzw/rgba/stpq and array subscripts

Google Earth Engine(GEE)——墨累全球潮汐湿地变化 v1 (1999-2019) 数据集
随机推荐
如果我在珠海,到哪里开户比较好?另外,手机开户安全么?
【最全】linux服务器上安装Mysql
MySQL Optimization: from more than ten seconds to 300 milliseconds
Utilisation de la commande grep
QT wmic command obtains some hardware information
网络安全-ARP协议和防御
grep命令用法
failed to create symbolic link ‘/usr/bin/mysql’: File exists
Win10 step pit - power on 0xc0000225
Error reporting record
【docsify基本使用】
Write about your feelings about love and express your emotions
2022年6月29日--使用C#迈出第一步--使用 C# 中的“if”、“else”和“else if”语句向代码添加决策逻辑
Qstring to const char*
已解决:initialize specified but the data directory has files in it. Aborting
SwiftUI打造一款美美哒自定义按压反馈按钮
【已解决】Failed! Error: Unknown error 1130
How to set the hot deployment of idea web project
神经网络计算量及参数量
[semidrive source code analysis] [x9 chip startup process] 34 - RTOS side display module SDM_ display_ Init display initialization source code analysis