Testing Web application using AndroidDriver
This blog is mostly like a “How to” post on testing web application using Eclipse IDE, JUnit and AndroidDriver. What all you need ? Eclipse (version 3.7), JUnit, selenium-server-standalone-2.15.0.jar and of course Android SDK.
This is a test framework skeleton and can be leveraged for specific testing requirements.
Before you do anything, you need to install Android Emulator on Windows, and then install WebDriver on that emulator:
This is a test framework skeleton and can be leveraged for specific testing requirements.
Is it necessary to install Webdriver on mobile emulators for testing purpose ?? plese explain the necessacity..
ReplyDelete