当前位置:网站首页>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 .
边栏推荐
- Dateticket and timeticket, functions and usage of date and time selectors
- 企业经营12法的领悟
- L1-025 正整数A+B(Lua)
- 【分布式理论】(二)分布式存储
- Lex & yacc of Pisa proxy SQL parsing
- Vscode three configuration files about C language
- A tour of grpc:03 - proto serialization / deserialization
- 简单的loading动画
- 策略模式 - Unity
- 【TPM2.0原理及应用指南】 5、7、8章
猜你喜欢
随机推荐
漫画 | 宇宙第一 IDE 到底是谁?
简单的loading动画
With the latest Alibaba P7 technology system, mom doesn't have to worry about me looking for a job anymore
第3章业务功能开发(用户访问项目)
麒麟信安携异构融合云金融信创解决方案亮相第十五届湖南地区金融科技交流会
深度学习-制作自己的数据集
测试3个月,成功入职 “字节”,我的面试心得总结
【网络攻防原理与技术】第7章:口令攻击技术 第8章:网络监听技术
第2章搭建CRM项目开发环境(搭建开发环境)
zdog.js火箭转向动画js特效
无法链接远程redis服务器(解决办法百分百)
L1-025 正整数A+B(Lua)
Audio Device Strategy 音频设备输出、输入 选择 基于7.0 代码
imageswitcher的功能和用法
本周小贴士#134:make_unique与私有构造函数
本周小贴士131:特殊成员函数和`= default`
如何在软件研发阶段落地安全实践
仿今日头条APP顶部点击可居中导航
Create dialog style windows with popupwindow
本周小贴士#135:测试约定而不是实现