Appium : Select Check-box Of Android App

Check box is another common element of any native, hybrid or mobile software web applications. Selecting check box of android software app in appium test is very easy task and I hope, most of you already knows how to select android app’s check box in appium automation test but i have to think about bottom level … Read more

Reporting Bug in Bugzilla

As we have seen that Bugzilla is bug tracking software. Now we will learn how it works. We need to post a bug for a Project or we can post a change also for improvement of our project. And this will share in team by Bugzilla so now we will learn here how we can … Read more

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