Appium Tutorial – Type In Text Box Of Android App

Text box is very common element of any android native software app or software web application. In android appium software automation test, If you wants to type text in text box of android app then you can use sendKeys(keysToSend) command of selenium WebElement interface. Let’s look at example to learn how to type in text … Read more

Bugzilla Introduction

Bug tracking and Issues tracking procedure is the most require procedure for managing a project. This will be fulfilled with one best of the bug tracking tool Bugzilla. We are going to learn it. Bugzilla is open source software which is built in Perl language and using MYSQL for data base tracking. Bugzilla is based … Read more

Appium : Tap On Switch Button Of Android App To ON/OFF

In android, There is one important element ON/OFF switch. It is very easy to ON/OFF switch in android automation test using appium but you should know how to do it. In this article, I am going to described you how to ON/OFF switch in appium android automation test using tap(int fingers, int duration) method of MobileElement class. … Read more