Read more about the article What are Executable Specifications or Specifications by Example?
Use Executable Specification Instead of Long Testing Spreadsheets

What are Executable Specifications or Specifications by Example?

Requirements and tests are just two sides of the same coin. You can’t have a user story or requirement without an acceptance criteria (test). These two meld into executable specification. Gherkin Using gherkin syntax (given, when, then) we can represent requirements using examples and create specifications by example. As a potential customer, I want to collect…

Comments Off on What are Executable Specifications or Specifications by Example?
Read more about the article Why You Shouldn’t Do Functional Testing From the UI?
Focused Testing

Why You Shouldn’t Do Functional Testing From the UI?

In many situations, there are a lot of business rules that need to be tested. Say we want to test that the correct discounts get applied based on a certain number of items in a shopping cart. To test these rules, most testers will go through the UI and hop through several steps to get to…

Comments Off on Why You Shouldn’t Do Functional Testing From the UI?
Read more about the article What is Test Driven Development (TDD)?
Test Driven Development

What is Test Driven Development (TDD)?

Test driven development is a programming approach where before the developer writes any code, she first writes an automated test. This test will fail at first because no code exists. Then she writes enough code to make the test pass. After that she might want to clean up or refactor her approach, all along ensuring that…

Comments Off on What is Test Driven Development (TDD)?
Read more about the article Who Is Responsible for Testing in Scrum?
Who Is Responsible For Testing?

Who Is Responsible for Testing in Scrum?

Testing is everyone’s responsibility. The entire team works collectively to develop a quality product. Most of the automation is done by the people writing the code using an approach known as Test Driven Development or Test Driven Design (TDD). This includes unit, integration, component, and system tests. These tests verify that the application works as intended.…

Comments Off on Who Is Responsible for Testing in Scrum?
Read more about the article When Do We Start Testing in Scrum?
Task Board Indicating Quality Is an After Thought

When Do We Start Testing in Scrum?

What does your task board say about your team? Many teams have a separate testing column. This indicates that we are still doing hand-offs from development to testing and that testing is an afterthought. Testing is not a phase that happens at the end of a project and it’s not a phase that happens at the…

Comments Off on When Do We Start Testing in Scrum?
Read more about the article What is The Testing Pyramid?
Agile Testing Pyramid

What is The Testing Pyramid?

Most teams today use an inverted pyramid where most of the tests are manual User Acceptance Tests and System tests and are manually executed via the UI. Unit tests are non-existent or are too few to be beneficial. In order to have a maintainable test suite, as explained in this post, the base of our pyramid…

Comments Off on What is The Testing Pyramid?
Read more about the article How Many Tests Are Enough?
How Many Tests Are Enough?

How Many Tests Are Enough?

When trying to decide how to distribute our testing efforts and how many tests to write for each different type, it’s important to consider: Test coverage: How much of the code has a test that verifies its behaviorTest execution time: How long does it take to run the test and get a result backTest feedback: How…

Comments Off on How Many Tests Are Enough?
Read more about the article What is a Bug? Here is the First Software Bug Ever Reported
A page from the Harvard Mark II electromechanical computer’s log, featuring a dead moth that was removed from the device. https://commons.wikimedia.org/w/index.php?curid=165211

What is a Bug? Here is the First Software Bug Ever Reported

Merriam-Webster defines the word bug as "an unexpected defect, fault, flaw, or imperfection." In 1946, the 1st ever case of a software bug was reported in an early electro-mechanical computer called the Mark II. An actual moth got trapped in the computer relay and caused it to malfunction. The moth was removed and taped into a…

Comments Off on What is a Bug? Here is the First Software Bug Ever Reported
Read more about the article Which Tests Should We Automate?
Which Tests Can We Automate?

Which Tests Should We Automate?

When we look at the different types of tests and the Agile Testing Quadrant, which tests in which quadrant can we automate? In general, any tests that can be scripted can and should be automated. If we can map out a series of preparatory steps, followed by an action that results in an expected value or…

Comments Off on Which Tests Should We Automate?
Read more about the article What is The Agile Testing Quadrant?
The Agile Testing Quadrant

What is The Agile Testing Quadrant?

Brian Marick came up with a way to categorize the different types by 2 dimensions: Tests that support programming or the team and tests that critique the productTests that are technology facing and tests that are business facing Test that support the team: These are tests that help the team build and change the application with…

Comments Off on What is The Agile Testing Quadrant?
Read more about the article What are the Different Types of Tests?
Types of Tests

What are the Different Types of Tests?

Test definitions vary. Sometimes they are categorized by type, level and approach. Below is my take on the different types of testing. Unit Testing: Verifies that a single unit of code (a specific behavior in a method) behaves as intended. Integration Testing: Verifies that two or more units communicating with each other behave as intended. Component…

Comments Off on What are the Different Types of Tests?

The Most Common Misunderstanding of Agile Software Development

Beyond Iterative Coding Many software teams think they're "doing Agile" when they're really just breaking down their coding phase into smaller chunks. This fundamental misconception might be holding your team back from achieving true agility and delivering real business value. The Misconception: "Agile Is Just Iterative Development" I've visited dozens of organizations that proudly claim to…

Comments Off on The Most Common Misunderstanding of Agile Software Development

4 Typical Transitions Teams Go Through When They First Start Adopting Scrum

Over many consulting engagements, I’ve come to see 4 stages that organizations and teams go through as they try to learn and implement Scrum on their own. Typically, these engagements start when an organization reaches out asking for help as they are not seeing the benefits they expected after adopting Scrum. I usually find the organization…

Comments Off on 4 Typical Transitions Teams Go Through When They First Start Adopting Scrum
Read more about the article Do You Offer Discounts on Certified Scrum Classes?
Training Discounts

Do You Offer Discounts on Certified Scrum Classes?

Absolutely! We offer various types of discounts based on ticket type as mentioned below in addition to special promo codes you can get by subscribing to our newsletter. These promo codes give you additional discounts of up $50 off upcoming Scrum classes. Our discounts based on ticket type include: Early Bird: For every class, there are…

Comments Off on Do You Offer Discounts on Certified Scrum Classes?