How to verify if TestNG is installed successfully
In this article you will learn how to verify TestNG is installed successfully or not, there are multiple ways to do so, we have produced couple of most popular and easy ways of verification In case you have not yet installed TestNG plugin, we recommend you to follow “How to install TestNG plugin in eclipse… (6 comments)

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… (12 comments)

When you are at final step to execute test automation script for mobile app testing on a mobile emulator or a virtual device or a real device, you might observe that script execution fails with different kinds of errors, In context to current article you will look at the error and solutions for: INSTALL_FAILED_ALREADY_EXISTS: Attempt… (0 comment)

OATS Installation Error – OUI-10133:Invalid staging area, there are no top level components
This is one of the error that we encountered during the installation process of Oracle Application Testing Suite, below is the error message that we got: “OUI-10133:Invalid staging area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area.” The case is when we zipped an existing OATS… (0 comment)

It is observed quite frequently that OpenScript of Oracle Application Testing Suite would not capture the steps performed on a browser when you try to record the test scenario on an Internet Explorer browser. Some of the issues faced are: Openscript records only one statement which is closing of browser, irrespective of what ever operations you perform on… (6 comments)