by Amit Kulkarni | Apr 21, 2018 | Amazon Web Services (AWS)
What is Cloud Computing? The need for dedicated infrastructure is going away with cloud. Cloud computing is about using a shared hardware hosted by some provider. The development team is then abstracted from the infrastructure. Infrastructure in the modern days are...
by Amit Kulkarni | Apr 16, 2018 | Agile Scrum
User story is one of the popular way of writing requirement in Agile. Lot of Agilists prefer the User Story format. However, that is not the only way of writing requirements in Agile projects. You could write requirements in many ways, for e.g.Use Cases, Business...
by Amit Kulkarni | Apr 12, 2018 | Agile Testing
In an Agile testing team, testers must closely collaborate with all other team members and with business stakeholders. This has a number of implications in terms of agile tester skills must have and the activities they perform within an Agile team. Agile Tester Skills...
by Amit Kulkarni | Apr 8, 2018 | Agile Testing
Some of the options while deciding the strategy for structuring of Agile Testing teams are as follows Testers Embedded into the Development Teams : Independent testers are often more effective at finding defects. In some Agile teams, developers create many of the...
by Snehamayee | Mar 31, 2018 | DevOps
A Deployment pipeline is an important concept in Continuous Delivery. In Deployment pipeline we break the build process into distinct stages In each stage we get feedback to move into the next stage. It is a collaborative effort between various groups involved in...
by Archana Shinde | Mar 24, 2018 | DevOps
There are three steps to deploying software Creating and Managing the infrastructure in which your application will run (hardware, networking, middleware, external services) Installing correct version of your application into it Configuring the application including...
by Amit Kulkarni | Mar 21, 2018 | DevOps
Continuous Integration is an enormous step forward in productivity and quality for most projects that adopt it. It ensures that the teams working together to create large and complex systems can do so with higher level of confidence and control then is achievable...
by Amit Kulkarni | Mar 19, 2018 | DevOps
DevOps Tool – Cucumber is a tool based on Behavior Driven Development (BDD) framework which is used to write acceptance tests for web application. It allows automation of functional validation in easily readable and understandable format (like plain...
by Amit Kulkarni | Mar 18, 2018 | DevOps
DevOps is all about how businesses must be results-oriented to meet evolving customer demand and gain greater market share. Today’s marketplace is connected, always on and increasingly competitive. Companies are adopting what we call an “as-a-service” approach to...
by Amit Kulkarni | Mar 10, 2018 | Agile Testing
Many kinds of testing exist. Brian Marick came up with the Agile Testing Quadrant as shown below. In this diagram, he categorized tests according to whether they are business facing or technology facing and whether they support the development process or are used to...