Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.12 KB

readme.md

File metadata and controls

36 lines (26 loc) · 2.12 KB

Open Source Love

Don't forget to give a ⭐ to make the project popular.

❓ What is this Repository about?

  • This repo contains example code for generating the fake test data using Builder design pattern in Java Lombok and DataFaker library.
  • This repo uses Maven as build tool and TestNG testing framework to run the tests.
  • To run the test from command line use the following command: mvn clean install
  • Tests can also be run using TestNG by right-clicking on the testng.xml file and selecting the option Run .. \testng.xml

✍️ Blog Links

Following blog will give you more insights on how to use Builder Pattern with Lombok and generate fake data using Data Faker library:

Checkout the following blogs where I have used the Builder Pattern with Lombok to generate fake data on run time and used it in end-to-end tests:

🧬 Need Assistance?

  • Discuss your queries by writing to me @ mohammadfaisalkhatri@gmail.com OR
  • Ping me on any of the social media sites using the following link:

💻 Paid Trainings

Contact me for Paid trainings related to Test Automation and Software Testing, mail me @ mohammadfaisalkhatri@gmail.com or ping me on LinkedIn

💭 Checkout the blogs related to Testing on my website