testNg Assertions in Selenium – Hard & Soft assert
Assert is to compare the expected with actual. Assert is class exposed from org.testng.Assert; 2 types of Asserts – Soft…
Assert is to compare the expected with actual. Assert is class exposed from org.testng.Assert; 2 types of Asserts – Soft…
An Array variable can have different data type values like int, char, string, Boolean etc An Array variable values can…
What is Array Arrays are used to store homogenous elements/values (of same data type) Can access the elements by the…
In this article, we will understand how to locate WebElements on mobile devices, for this we will be using UIAutomatorViewer tool.Before…
In this post, we will discuss how to setup android & ios simulators, write and run appium java tests using…
In this article, we will see basic setup of Appium, where we can run appium tests on mobile handset or tablet…
Appium is an open-source tool for automating native, mobile web, and hybrid applications on various mobile platforms like iOS and AndroidOS…
Appium sometimes stuck and not able to run the android tests or not launching the andorid app with error as…
Like selenium WebDriver locators, we have locator strategies for AndroidDriver (for android) & IOSDriver (for iOS), both extending the AppiumDriver…