A huge pain for SDETs is filling mock data to our automation test. PODAM is one such library that is easy to use, requires little to nothing set up, and auto-fills Java POJOs with data. It initializes a java object tree with random data, but you can also define a strategy or use attributes to decide the values that should be set (this makes it more powerful than other libraries like Java Faker, JFairy, etc.)
Read more here: https://mtedone.github.io/podam/index.html
Quick nice video: https://youtu.be/oaQSb-PxrrI
Enjoyed reading this article? Please share the knowledge with your friends and colleagues.
Comments
Post a Comment