Selenium Grid 2 Configuration – Setup Hub To Run Selenium WebDriver Tests

We learnt what is Selenium Grid 2 and when to use it in PREVIOUS POST. Selenium Grid is another project of selenium so you need to configure selenium grid 2 from scratch to execute selenium webdriver software test cases parallel in grid. Let’s try to configure selenium grid In single machine and then we will run selenium … Read more

Bug Reports In Bugzilla

We have seen that how we can post an issue in Bugzilla. Now we will move in next step by learning that how we can create a report here for particular application.  From bug report , you can identify each and every information within short time period. What is the status of the project?, How … Read more

What Is Selenium Grid 2? When To Use Grid?

Earlier we learnt selenium WebDriver/Selenium 2 tutorials with practical examples and you can find all webdriver tutorials links on THIS PAGE. Selenium Grid 2 may be new for most of you but you must needs to learn It because If you wants to run your selenium software tests In multiple browser versions and OS parallel … Read more

Appium – Perform LongPress Using TouchAction In Android Dialer App

24Sometimes you need to press and hold(long press) an element for few seconds to get required result In your android software app. In this case we can use longPress(org.openqa.selenium.WebElement el) method of TouchAction class In appium automation test. Earlier we have used longPress method to generate action chain of DRAG AND DROP, SWIPE ACTION and MULTI … Read more