Reusing desktop tests for mobile testing

Hi,

I’m looking for some guidance on how best to reuse our desktop tests for mobile testing. We do not currently have a native mobile app, just a mobile web app, but the designs are different, which requires us to have to change some of the locators for the mobile tests. What is the recommended approach for doing so?

Thanks!

1 Like

I strongly recommend you to keep them separately. One of our departments did it, but as for me it bring not much benefit and itovercomplicate test structure.
Also it’s not only about selectors, it’s also about configs e.t.c. That really a lot of work for questionable value.

@davert can you enlight us with some best practice tipps here?