Articles categorized as Testing

How to Seed Your Database using TypeORM Seeding

Seeding your database is an essential step in the application development process. It not only facilitates prototyping but also streamlines the transition to a production environment. Whether you're in the early stages of ideation or have a fully-fledged application, database seeding can be a game-changer. In this tutorial, we'll walk you through how to seed your database using TypeORM and TypeORM Seeding, focusing on creating random data and establishing relationships.

Cucumber BDD Framework with Java for Test Automation

Behavior-Driven Development (BDD) with Cucumber involves using natural language specifications to guide software testing and development for improved collaboration and clarity.