当前位置:网站首页>Differences and concepts between software testing and hardware testing
Differences and concepts between software testing and hardware testing
2022-08-02 13:45:00 【Software Testing ~ Shang Lin】
Similar points
It is mainly classified into the following points:
1. Test process
A product is handed over to you, the preparations before the test (environment,data, tools, people, tasks, etc.)
The general process is as follows:

2. Defect Process Management
Submit Defects > Confirm Defects > Track Defects > Close Defects)
3. Ability to identify and analyze problems
If a junior tester has the ability to observe and identify problems keenly, then the advantage will be obvious in the initial stage, and the ability to analyze problems after gradual growth.When encountering a problem, how to quickly locate whether it is a valid defect or an invalid problem (mainly for the comparison of requirements, environmental verification, understanding of the way the system works, the way the background data runs, etc.)
Similarities and differencesstrong>
It is mainly classified into the following points:
1. Different test purposes
Hardware test: mainly to ensure the reliability of the hardware and the correctness and accuracy of the connection relationship between the hardware and the hardware.
Software testing: mainly to ensure the correctness of the software process and the correct application logic relationship.
2. Different test methods
Hardware test: mainly for the test of the hardware itself and the environment, such as aging test, life test, failure rate test, etc.
Software testing: mainly by controlling the input of the software, so as to achieve different test results, and compare whether the test is correct and accurate through the difference between the input and output.
3. Different test tools
Hardware test: more is to use hardware, such as various measuring instruments, oscilloscope and so on.
Software testing: Relatively speaking, they are all performed using software, such as the packet capture tool Fiddler, the stress testing tool Jmeter, and the interface testing tool PostMan.
4. The stability of the test results is different
Hardware test: It is possible to have different test results under the same conditions (such as the same temperature)
Software test: If the input is the same, if no randomness is introduceddata, the output is the same.
边栏推荐
- FreeBSD bnxt以太网驱动源码阅读记录三:
- WeChat applet getPhoneNumber interface code=40013
- C# 编译错误:Compiler Error CS1044
- "Second Uncle" is popular, do you know the basic elements of "exploding" short videos from the media?
- 【C语言】虐打循环练习题(2)
- Based on the flask mall administrator functions
- 【C语言】手撕循环结构 —— for语句
- Taurus.MVC V3.0.3 微服务开源框架发布:让.NET 架构在大并发的演进过程更简单。
- 攻防世界----unfinish
- [typescript] Use the RangePicker component in antd to implement time limit the previous year (365 days) of the current time
猜你喜欢
随机推荐
Ribbon负载均衡的深度分析和使用
SQL函数 UCASE
How to connect DBeaver TDengine?
读《IDEO,设计改变一切》有感
Word | 关于删除分节符(下一页)前面的版式就乱了解决方案
C# 编译错误:Compiler Error CS1044
GTK:Gdk-CRITICAL **: IA__gdk_draw_pixbuf: assertion ‘GDK_IS_DRAWABLE (drawable)‘ failed
高效代码静态测试工具Klocwork 2022.2——Portal全新升级、支持RLM
暑假集训-week2图论
eclipse连接数据库后插入数据报错null
【C语言】手撕循环结构 —— for语句
.Net 5.0快速上手 Redis
微信小程序getPhoneNumber接口code=40013
自动生成代码器推荐-code-gen
uniapp/小程序 onload方法每次打开页面都执行解读
嵌入式系统驱动初级【2】——字符设备驱动基础上_基础框架
为什么四个字节的float表示的范围比八个字节的long要广
RESTful 风格(详细介绍 + 案例实现)
【ONE·Data || 排序入门】
wait() ,notify(),notifyAll()以及wait()与sleep()比较





![[C language] Analysis of function recursion (2)](/img/b1/9baa60a69d41a1823ed92001d1b0a0.png)


