UX/UI Design: Most Commonly Used Charts
Tech BitesUX/UI
August 15, 2023

UX/UI Design: Most Commonly Used Charts

In order to successfully convey certain information to an audience or a user, we often come into a situation where we need to visualize the data we are presenting. Whether we are creating a presentation or designing an interface for an application, it’s important to know the basics of presenting…
Definition of Done Evolution
Product ManagementTech Bites
July 26, 2023

Definition of Done Evolution

1. Puzzles called Products In the realm of software development, the initial path forward is usually clear, with a well-defined goal of creating a high-quality product through incremental task deliveries. However, amidst this journey, it's not uncommon for the team members to have varying interpretations of what constitutes a task…
Data-Driven Testing with Cucumber
QA/Test AutomationTech Bites
July 4, 2023

Data-Driven Testing with Cucumber

Cucumber is a testing framework that supports Data-Driven Testing.  What is Data-driven testing? Data-Driven Testing (DDT) is a software testing approach that uses data sets to drive the testing process. This approach involves testing an application with a range of input values, each designed to test a specific feature or…
Protractor parallel execution
QA/Test AutomationTech Bites
May 12, 2023

Protractor parallel execution

Why Parallel Testing? When designing automation test suites, the ability to run tests in parallel is a key feature because of the following benefits: Execution time - Increasing tests efficiency and, finally, faster releases Device compatibility - There are many devices with various versions and specifications that need to be…