当前位置:网站首页>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  What is agile testing _ iteration .

原网站

版权声明
本文为[51CTO]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071533116283.html