Posts

Showing posts with the label Continuous planning

DevOps tools - choose wisely!

Image
One of ours DevOps implementation could be described like most effective and simple way to move forward. CI/CD is based on Gitlab and other activities are integrated together like this: JunoOne  - Test management system with issue tracking and much more Git  -  distributed version-control  system for tracking changes in  source code  during  software development Jira -  software development tool used by agile teams Gradle - From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster. Selenium -   If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. Php Unit -  PHPUnit is a programmer-oriented testing framework for PHP. It is ...

DevOps and Continuous Planning

Image
Continuous Planning will enable your team to provide a constant flow of functionalities by having a continuously updated plan in place, adjusted to the business requirements. Continuous Integration will implement the plan and provide feedback on development speed to ensure a realistic plan is in place. Continuous Planning is a practice that requires planners, architects, and agile teams to integrate their plans across the enterprise on an ongoing basis.  It relies on six principles: Value simplicity The manifesto for agile software development Design thinking Iterative and incremental development Lean management Estimation accuracy At first we shall explore the capabilities in the DevOps, Continuous Planning and Continuous Integration (CODE, BUILD, TEST). Describe Objectives and Key Results Compare Continuous and Static Planning Describe the six principles of Continuous Planning Characterize Continuous Integration Analyze the effects of Continuous Integration on performance And als...