当前位置:网站首页>What is agile testing
What is agile testing
2022-07-07 17:40:00 【51CTO】
Readers ask questions : What is agile testing ?
Achang replied : I answer this question from three aspects :1、 What is agile testing ;2、 Several application forms ;3、 The core of agile testing .
One 、 What is agile testing
Agile testing is also known as “ Small step run ”、“ Fast iteration ”. Agile testing is the continuous feedback of software quality problems .
The difference between agile test and traditional test :
Traditional testing delivers a whole huge demand , Agile testing delivers this huge demand 1/N : If the test activity is compared to eating cake , Traditional tests eat the whole at a time 16 Inch cake , Agile testing cuts this big cake into 64 Share , Each iteration only eats 1/64.
Two 、 Several application forms
One ) Daily station will
Daily station will , Every morning 10~30 Minutes of meeting time , Project team member ( Including products 、 Design 、 Research and development 、 test ) Introduce the completion of yesterday's task in turn 、 Problems encountered 、 The work to be completed today .
Two ) Iterative disk
Every Sprint After the end , The members of the project team hold an iterative review meeting , Review iteration goals 、 result 、 The process 、 summary .
3、 ... and ) Test-driven development
If you write code first , Then test the implementation , You may encounter some problems , That is, excessive research and development , Design deviation , Testability issues .
Test-driven development ( Write test code before coding , Write the code when the test code is ready , Then use the test code to verify the written code , Modify and improve the logic in time ) Help reduce software defects 40% To 60%.
3、 ... and 、 The core of agile testing
The core of agile testing is quality built-in .
The goal of agile testing is not to find more Bug, It is Help developers understand requirements ( Prevent defects in advance , Instead of waiting until the development is completed to find many problems ), Deliver high-quality software as soon as possible , This is the quality built-in .
Let's talk again tomorrow 【 Built in quality 】.
After reading today's sharing, is it enlightening for you , If you have any idea, you are welcome to send a private message backstage, ah Chang , Discuss and communicate with each other
.
边栏推荐
- 目标检测1——YOLO数据标注以及xml转为txt文件脚本实战
- 第3章业务功能开发(实现记住账号密码)
- Function and usage of textswitch text switcher
- [distributed theory] (II) distributed storage
- Alertdialog create dialog
- notification是显示在手机状态栏的通知
- 【TPM2.0原理及应用指南】 5、7、8章
- 【TPM2.0原理及应用指南】 12、13、14章
- 运行yolo v5-5.0版本报错找不到SPPF错误,进行解决
- Establishment of solid development environment
猜你喜欢
随机推荐
Lex & yacc of Pisa proxy SQL parsing
数值 - number(Lua)
自动化测试:Robot FrameWork框架大家都想知道的实用技巧
【信息安全法律法规】复习篇
Problems encountered in Jenkins' release of H5 developed by uniapp
LeetCode 497(C#)
imageswitcher的功能和用法
【信息安全法律法規】複習篇
测试3个月,成功入职 “字节”,我的面试心得总结
让保险更“保险”!麒麟信安一云多芯云桌面中标中国人寿, 助力金融保险信息技术创新发展
With the latest Alibaba P7 technology system, mom doesn't have to worry about me looking for a job anymore
鲲鹏开发者峰会2022 | 麒麟信安携手鲲鹏共筑计算产业新生态
【可信计算】第十一次课:TPM密码资源管理(三) NV索引与PCR
MySQL index hit level analysis
Matplotlib绘制三维图形
深入浅出图解CNN-卷积神经网络
第1章CRM核心业务介绍
zdog.js火箭转向动画js特效
DatePickerDialog和trimepickerDialog
目标检测1——YOLO数据标注以及xml转为txt文件脚本实战









