Test Link introduction

We are learning a web based software test management tool which is called Test Link. This is most widely used as it is an open source tool. Requirement specification and Test specification both combine here. We can create test project and software test case document for the same. Test link tool is managed by admin. … Read more

Selenium Grid 2 – Using @DataProvider To Run Parallel WebDriver Tests

In my previous post, We learnt how to execute selenium WebDriver single software automation test in multiple browsers in parallel using Selenium Grid 2. We had used “parameter” tag in testng.xml file to feed browser name in which your software automation test needs to run in parallel. Instead of using @Parameters, We can use @DataProvider … Read more

How To Use Selenium Grid 2 To Run WebDriver Test Cases In Parallel

Main advantage of selenium grid is we can run webdriver software test cases in parallel using selenium grid 2 environment to reduce software test execution time as described in THIS POST. Also It helps us to perform compatibility testing as it is supporting multiple browsers too. Earlier we have configured selenium grid 2 hub in THIS … Read more

Bugzilla Dashboard

Each and every software tool has own functionality for users. Dashboard is one of the best features of Bugzilla software. We are going to learn this functionality of Bugzilla software. First of all we should know about Dashboard. Dashboard is the combination of different types of objects. All the objective will be displayed on same … Read more