android - How can I do automation tests using real mobile devices in rails -


i using webdriver-user-agent perform automation test in rails.

the available options are:

:browser

:firefox (default) :chrome 

:agent

:iphone (default) :ipad :android_phone :android_tablet 

:orientation

:portrait (default) :landscape 

how can check automation request using real mobile devices such android/iphone/ipad,etc.

that gem used mimic device's resolution/user-agent responsive design testing. can't run tests on actual device it. if want test web application on mobile browser, webdriver-user-agent should enough.

for testing on device, you'd need appium.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -