Rayrun
← Back to Discord Forum

How to automate a system ?

Hi, All I Struggle with how to automate a system which involves mobile and web apps. For example, a client passes an order from the mobile app and his order reaches the administration web app need your light please.

This thread is trying to answer question "How to automate a system which involves both mobile and web apps?"

1 reply

First of all, Playwright does not support testing of mobile native apps, only in browsers. I have no experiences with mobile apps, so someone else would have to give you some suggestions how to approach this.

One approach could be to separate this to different test suites. Do you really need to test it E2E? You can mock the user input from an app using (for example) some API calls and then test the web app by standard browser tests using the test data.

Related Discord Threads

TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email luc@ray.run.