当前位置:网站首页>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
.
边栏推荐
猜你喜欢
随机推荐
百度地图自定义样式向右拖拽导致全球地图经度0度无法正常显示
【网络攻防原理与技术】第5章:拒绝服务攻击
textSwitch文本切换器的功能和用法
赋能智慧电力建设 | 麒麟信安高可用集群管理系统,保障用户关键业务连续性
Create dialog style windows with popupwindow
DatePickerDialog and trimepickerdialog
本周小贴士#141:注意隐式转换到bool
做软件测试 掌握哪些技术才能算作 “ 测试高手 ”?
责任链模式 - Unity
Face recognition attendance system based on Baidu flying plasma platform (easydl)
VSCode关于C语言的3个配置文件
【TPM2.0原理及应用指南】 1-3章
【TPM2.0原理及应用指南】 12、13、14章
L1-019 谁先倒(Lua)
Ansible 学习总结(9)—— Ansible 循环、条件判断、触发器、处理失败等任务控制使用总结
actionBar 导航栏学习
[distributed theory] (I) distributed transactions
MRS离线数据分析:通过Flink作业处理OBS数据
Functions and usage of tabhost tab
本周小贴士#136:无序容器









