Learning and mastering a powerful location strategy is a must in Selenium test automation. In this article we will help you to master the CSS location strategies. Also,, we will discuss use of CSS in details.
In this blogpost we discuss mastering XPath for Selenium test automation engineers
Testing web applications in different web browsers, their versions running on different platforms/configuration can be automated using Selenium WebDriver with your favourite programming language. Selenium supports all the major web browsers. Selenium standalone server could be used for creating browser instances on remote machines too. Creating a browser instance (or launching a web
How to run a simple test with Appium What is Appium? Native, hybrid and mobile web software application test automation tool. Open source tool Can be used with actual devices, emulators or simulators. Useful to automate Android, iOS and FirefoxOS platform apps For this tutorial I will test the default Android calculator App. JDK:
We assume following JDK 1.7 or later it is installed. All required web browsers are installed on target machines (remote and local) Selenium Web Driver + Java + TestNG test cases are available.Testng.xml file is configured to run the test suite successfully Understand use of external drivers to run tests against IE, Google Chrome etc
Click the below link to see the Selenium WebDriver +Java +TestNG examples