Programmer, tester, manager, client – mutual understanding between these people is essential for the positive completion of any mobile application programming project. Nobody said it would be easy, but BDD frameworks can help.
At the very beginning of a project, as its contractor, we have to define the requirements of an android app with the client. Each required functionality should be described on the basis of a specific structure: title, description and acceptance criterion.
The description should contain information about its: user, business value, and effect (what happens after the function is performed).
Acceptance criterion is a defined list of steps that must be taken to achieve the desired goal.
Behavior driven testing
To determine that a feature meets the agreed upon acceptance criteria, we must test it. This is where the team often encounters communication barriers on the line: tester-developer or manager-client.
Non-technical people understand the data specified in the test by the programmers differently. In relation to that, they are often unable to check what a given test performs and whether it meets the criteria described in the requirements. Behavior-Driven Development will come to our aid.
In the first part of the article, “BDD frameworks”, I will briefly describe the main assumptions of BDD as the sections following describe selected User Interface testing frameworks and Unit testing frameworks.
What is Behavior-Driven Development?
BDD is a software development process created in 2003 on the basis of TDD. Its main task is to describe the behavior of a system from the perspective of its users. With BDD testing tools we can test application views or perform unit tests, among other things.
BDD development
The main rules of Behavior-Driven Development are as follows:
- The language in which we describe user behavior needs to be natural (understandable to non-technical users)
- A
feature
must be found in each test (i.e., the title and description of the feature, information regarding what function it is to perform as in the requirements). - Each test also has a
scenario
(i.e., steps of acceptance, a description of the business situation as in the requirements)
In the description of the system behavior 3 keywords are used:
Given
– context, scenarioWhen
– behavior, actionThen
– result
Practical example of “Behavior Driven Development Testing”
Feature: Login feature
Scenario: As a valid user I can log into my app
When I press "Login"
Then I see "Welcome to the coolest app ever"
After learning the main assumptions of BDD we can move on.
See the following articles:
- BDD frameworks (part 2): About User Interface Testing
- BDD frameworks (part 3): About Unit Testing Framework
You can find the source code on my GitHub.
Popular posts

From Hype to Hard Hats: Practical Use Cases for AI chatbots in Construction and Proptech.
Remember the multimedia craze in the early 2000s? It was everywhere, but did it truly revolutionize our lives? Probably not. Today, it feels like every piece of software is labeled "AI-powered." It's easy to dismiss AI chatbots in construction as just another tech fad.
Read more
Fears surrounding external support. How to address concerns about outsourcing software development?
Whether you’ve had bad experiences in the past or no experience at all, there will always be fears underlying your decision to outsource software development.
Read more
What do you actually seek from external support? Identify what’s preventing you from completing a project on time and within budget
Let’s make it clear: if the capabilities are there, a project is best delivered internally. Sometimes, however, we are missing certain capabilities that are required to deliver said project in a realistic timeline. These may be related to skills (e.g. technical expertise, domain experience), budget (hiring locally is too expensive) or just capacity (not enough manpower). What are good reasons for outsourcing software development?
Read more