How to Create Maven Archetype

maven

Hello all, I have been automating web and mobile apps for a long time. The first step of my automation journey starts with copying and pasting our base classes into the new project. Those base classes generally contain base Selenium methods, intelligent … Read more

Test Data Generation Libraries

data generation

Hi all,  I will give you some information about test data generator libraries to use in test project. If you ever developed automation code, you know that creating test data is a difficult task. There are any approach for test data generation: … Read more