Putting Agile and Performance Testing together

5
Putting Agile and Performance Testing together

Transcript of Putting Agile and Performance Testing together

Page 1: Putting Agile and Performance Testing together

Putting Agile and Performance Testing together

Page 2: Putting Agile and Performance Testing together

Putting Agile and Performance Testing together

In this Slideshare, we will try to understand how to properly integrate performance testing in an agile workflow.

Discuss more...

Page 3: Putting Agile and Performance Testing together

Putting Agile and Performance Testing together

Here are certain things you will be seeing in this slideshare:

The need for Agility Putting Agile and Performance Testing together

Different Testing Models A Summary of Performance Testing Benefits in Agile Processes

What sorts of issues are commonly faced during Performance Testing? It’s also fairly difficult to rely on data generated in limited test environments, when predicting

app performance in more multi-layered, complicated, and dynamic scenarios.

Page 4: Putting Agile and Performance Testing together

Putting Agile and Performance Testing together

The need for Agility • In a waterfall model, performance testing tends to be conducted at the very end of the life cycle, but when it comes to the agile

process, the exact opposite takes place; performance testing is implemented right at the beginning, in the earliest stages of the app design.

Putting Agile and Performance Testing together • To ensure maximum efficiency in an agile scenario, identifying and resolving performance issues needs to be done at the level of

your base code, to keep the rest of your pipeline free of any bottlenecks.

Different Testing Models • Primarily, there are three models of iterative performance testing in agile environments : On Demand , On Retainer, Full

immersion

A Summary of Performance Testing Benefits in Agile Processes • It should be clear enough now that performance testing in your Agile environment has a number of benefits

Code optimization at the start of the project streamlines workflow in later phases App rejection risk is reduced due to stronger code and lower likelihood of memory leaks The duration for tuning and retesting is cut down significantly

Page 5: Putting Agile and Performance Testing together

Read More at: http://bit.ly/1SB5XAb

At every step of the Agile process, performance testing needs to be a priority for both developers and testers. It’s very important to understand how to properly integrate such

testing in an Agile workflow.

Putting Agile and Performance Testing together