Laravel Database Seeder in Appium

Hi,

For my automation, I want to validate that the data are found in the database and if not I want to seed it dynamically. I am using Appium Java and the database/back-end is written in Laravel. How can I do such approach? Has anyone worked on Database Seeding through Appium? Please suggest any implementation to reach the goal.

Thank you

Appium is the portion of your automation that helps you to work with mobile devices and the apps that are installed on them. It doesn’t really have any database seeding capability. I think you’d be better served using another tool for this, or writing some code to accomplish this. Did you know that Laravel has a discussion board?

https://laravel.io/forum

Also, I’m seeing a ton of Laravel database seeders from a simple websearch:

https://duckduckgo.com/?q=laravel+database+seeder&atb=v269-1&ia=web

Maybe something like that would work?

1 Like