当前位置:网站首页>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
.
边栏推荐
猜你喜欢

DatePickerDialog and trimepickerdialog

简单的loading动画

99%的人都不知道|私有化部署还永久免费的即时通讯软件!

鲲鹏开发者峰会2022 | 麒麟信安携手鲲鹏共筑计算产业新生态

Vscode three configuration files about C language

【4500字归纳总结】一名软件测试工程师需要掌握的技能大全

使用popupwindow創建对话框风格的窗口

DatePickerDialog和trimepickerDialog

With the latest Alibaba P7 technology system, mom doesn't have to worry about me looking for a job anymore

mysql官网下载:Linux的mysql8.x版本(图文详解)
随机推荐
深度学习机器学习各种数据集汇总地址
[tpm2.0 principle and Application guide] Chapter 1-3
状态模式 - Unity(有限状态机)
第3章业务功能开发(用户访问项目)
原生js验证码
DatePickerDialog和trimepickerDialog
在窗口上面显示进度条
企业经营12法的领悟
99%的人都不知道|私有化部署还永久免费的即时通讯软件!
【信息安全法律法规】复习篇
Cartoon | who is the first ide in the universe?
【TPM2.0原理及应用指南】 12、13、14章
第3章业务功能开发(安全退出)
LeetCode 890(C#)
【重新理解通信模型】Reactor 模式在 Redis 和 Kafka 中的应用
青年时代历练和职业发展
notification是显示在手机状态栏的通知
Define menus using XML resource files
TabHOST 选项卡的功能和用法
什么是敏捷测试