Many ansible online course (s) are available online, but here in this ansible tutorial for beginners we also address challenges faced by novice users. Also covers the topic like setting up initial environment where you can make your hands dirty in using ansible. While DEVOPS automation is a collection of steps, one of the most…
In this article,we are going to understand the need for customizing xpath and learn tips and tricks on how to achieve it in Open Script. This is really very useful concept to run automation scripts independent of environment and data used .To start with,I have mentioned below few frequently ocurring scenarios which requires xpath customization that will…
Oracle released its new version of OATS i.e 13.1.0.1. Here you can learn about OATS 13.1.0.1 new features and announcements, i.e. the changes which got introduced in to the 3 tools that form the OATS Enterprise Suite, i.e. Oracle Functional Testing ( OFT ) , Oracle Test Manager ( OTM ) and Oracle Load Testing (…
OpenScript has rich features to identify xpath. Below are various ways that can be leveraged in openscript spy objects and get their properties. Inspect Path : This is an option available in openscript spy objects and get property values a. Open openscript IDE and then navigate to Script >Inspect Path as below: b. A pop…
Apache JMeter is an Open Source tool used to load test functional behavior and measure the Performance. It is a Java based application and was initially developed only for web applications, as time spanned it was extended for many more types of applications and needs. With JMeter you can simulate load on a server, group…
Assuming that you are aware of test data parameterization in OpenScript using databank, in case you are not aware, request you to go through the following article Openscript test data parameterization with databanks Now when we execute scripts for multiple iterations, it is highly possible that one of the test data iteration might fail /…
If you are at this page, it means that you have are working on creating project in android studio to automate mobile app testing, and when android studio tries to build the project by pulling dependencies through gradle, it says BUIL FAILED with errors and you might end up in some error details like below…
When you are in the process of writing selenium webdriver code to automate any mobile app for testing it, one of the major aspect is to identify the object attributes and it values, as these details are required to form the xpath or to find the elements in the mobile app through automation code. So…
If you are working on creating a test automation script for mobile app testing, as part of the selenium webdriver code, you need to specify the android app’s package name and launcher activity, so in this article you will know 3 simple ways as how to find android mobile app package name and launcher activity.…
Especially when working with Appium (1.4.16), Android Studio (2.2.3 and above) and with Android N (7.0) version, execution of test automation script encounters the below error: Error: Command failed: C:\Windows\system32\cmd.exe /s /c “C:\Users\{user}\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell “ps ‘uiautomator'”” Error you see in Appium server: info: [debug] Error: Command failed: C:\Windows\system32\cmd.exe /s /c "C:\Users\132266\AppData\Local\Android\sdk\platform-tools\adb.exe -s emulator-5554 shell…