Posts

Selenium vs Appium

Image
Selenium vs Appium Selenium is a device testing tool to search for web applications. On the other hand, Appium comes with features to make mobile applications automatically. Experts can use it to evaluate the Appium native, mobile, active and active web site. You can even do the Appium to test your iOS applications and apps and Android devices. Both Selenium and Appium are open to search equipment. Selenium facilitates web application requests directly to many printers, operating and programming methods. Appium brings features to facilitate the screening of mother birth, mobile web, and integration equipment.                                       The test can use a tool to evaluate web pages and web applications for machine makers. Appium can be used to test different types of mobile applications that work on iOS and Android apps. However, Appium is in iOS, Android and Wind...

Debugging Selenium Tests

Image
At the time a test fails, it passes through the Selenium   client, Selenium Server (or Selenium RC in Selenium 1), the browser, the Javascript mechanism and the application function. The testers usually have 5 degrees of separation in relation to the cause of the problem. Most of us are interested in knowing how the code is running. Sometimes, even if we write the code without syntax errors during execution, we face problems that require code debugging. As the web controller script runs quickly, if we want to run the web driver code line by line and check if the output can be obtained using the debug mode in Eclipse. The first technique is to capture a screenshot every time a test fails. There are some methods provided for this: ·          Capture Screenshot ·          Capture ScreenshotToString Ø   Access Capture Screenshots of Selenium Failures, in the YouDevise Developer blo...