Test Link Installation

In this article we will learn about Test Link Installation procedure. First of all we need to understand all the benefits if the test link. Benefits of Test Link: Test link supports multiple project at a time It provides credential to multiple user and assign rolls to them, they can on same also. We can … Read more

Usage Of “maxInstances” In Grid 2 To Set Allowed Max Number Of Browser Instances

“maxInstances” is configuration parameter which is used during selenium grid 2 node configuration. Using “maxInstances” in selenium grid 2, We can set “how many max number of same browser instances are allowed to open and run software test at same time”. “maxInstances” tells node machine to not allow more than allowed instances on that specific … Read more

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