by Amit Kulkarni | Jan 27, 2018 | Agile Scrum, DevOps
In Continuous integrations, all the developer work is merged to main branch several times a day. This helps in reducing integration problems. In Continuous integration we try to minimize the duration for which a branch remains checked out. A developer code gets...
by Amit Kulkarni | Jan 19, 2018 | DevOps
Continuous deployment can be thought of as an extension of Continuous Integration and Continuous Delivery aiming at minimizing lead time, the time elapsed between development writing one new line of code and this new code being used by live users, in production. To...
by Amit Kulkarni | Jan 18, 2018 | Agile Testing
Managing Regression Risk with Evolving Manual and Automated Test Cases In an Agile project, as each iteration completes, the product grows. Therefore, the scope of testing also increases. Along with testing the code changes made in the current iteration, testers also...
by Amit Kulkarni | Jan 13, 2018 | Agile Testing
The Differences between Testing in Traditional and Agile Approaches Testers must understand the differences between testing in traditional lifecycle models (e.g., sequential such as the V-model or iterative such as RUP) and Agile lifecycles in order to work...