Web Automation and Repositories

Ask general questions here.
Sanjay
Posts: 3
Joined: Tue Nov 04, 2014 10:55 am

Web Automation and Repositories

Post by Sanjay » Wed Jun 03, 2015 2:16 pm

Hi,

We've created a bunch of website tests that run on desktops supporting Chrome, IE and Firefox. The next phase is to create the same tests for IOS & Android. I'm aware that we can only create them using the rxBrowser. What I would like to know is whether I should use the existing repository or create a new repository solely for IOS & Android? In order to use the existing I would probably need to write some user code that works out what platform the tests are running in.

Just to be clear we're not planing to automate a mobile app, but the idea is to automate web testing on devices.

Having two sets of repositories could be more of a maintenance task when the underline object recognition is more or less the same? Or is it?

Please share any thoughts or experiences or even what's best practise.

Thanks,

Sanjay

User avatar
subodh4u7
Posts: 71
Joined: Tue Jan 06, 2015 8:26 am

Re: Web Automation and Repositories

Post by subodh4u7 » Fri Jun 05, 2015 10:33 am

In my point of view, you need to maintain two repositories one for desktop version and one for mobile version since the rxpath of the UI element will vary.

There are difference in the browser itself for device and desktop version.
Regards,
Subodh