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