Requirement Specification in Test Link

We have learnt about test specification now it’s time to move on with requirement specification. Test Link can save your entire requirement according to your test plan. It is explain all the requirement information about test project. Tester can test whole project based on requirements and test cases also written on same bases. After execution … Read more

Test Specification in Test Link

We have created Test plan and Test build for a Test project. Now we are moving further for Test Specifications. We will learn here the procedure of test specification. For that you need to understand what test specification is. Test specification is contains Test suits for a Test project and this test suit contains test … Read more

Set Selenium Grid Node “timeout” When Running WebDriver Test

“timeout” is node configuration parameter using which you can set timeout for selenium grid node browser session. If you set “-timeout 20000” and run test, If node browser not receiving any command and stay ideal for 20 seconds then it will be closed automatically by –timeout parameter. That means it tells node browser -> “wait max 20 … Read more