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

Usage of “maxSession” In Grid 2 To Set Number Of Max Session Of Browser Instances

We learnt about “maxInstances” in my PREVIOUS POST. “maxSession” is another configuration parameter which helps to set max allowed sessions to run at a time on that specific node. Here session means number of concurrent browsers in terms of all browser. It will not allow that specific node to open browser more than value of “maxSession”. … Read more

Online Courses

Many blog readers are asking to provide selenium online training session and qa training session. Also peoples are asking questions and posting comments when they learn selenium or any other tool and face any problem.Well.., To be honest with you guys, It is not possible for me to provide online selenium training or software testing training to any individual due to my own … Read more

Test Link – Test Project Creation

Software Test Project creation is the mandatory procedure in Test Link. We are going to learn this in this article. Test Project will contain project requirements, Software project specification and Software Test plan, user rights. Only Admin can create Test Project which is not shared with anyone in initial level. If same software project have … Read more