Launch Selenium Grid Hub And Nodes Using “JSON” Config File

What is JSON? “JavaScript Object Notation” is full form of JSON and it is best way to store information in an organized, easy-to-access and easy to read and understand manner. Here we can use it to store selenium grid config parameters. What is usage of JSON in selenium grid? Well.. Answer is :  When we … Read more

Running Multiple Nodes Of Selenium Grid On Same Machine To Run WebDriver Test

Earlier we learnt, How to start single node on one machine as described in THIS POST. Now our next question is “can we run multiple selenium grid nodes on same machine?”. Answer is yes. Selenium grid allows us to run multiple nodes on same machine. In general, It is not required to run multiple nodes … Read more

Test Case Writing in Test Link

We have learnt about create test suit in test specification. Now we can move on to writing test cases. This is the major feature of test link. Test link manages test case prime and properly. As the part of the procedure, Test case can be generated only after generating the test suits. This is key … Read more