Python Pexpect and Cisco IOS

Hello User!, Lets say you have a couple of Cisco Switches in your environment on which you need to automate some tasks like switching the interfaces such that the device in path gets redirected or if you would like to take backup after running your tests. Manually switching or taking backup of the entire environment …

Selenium Nodes as a Windows Service remotely started via telnet.

Hello User! In this use case, I want to simulate a user testing a website and i want to do this using selenium grid and selenium node. The basic approach is to write a selenium script at the grid server for testing my website and make the nodes walk these tests. There is one problem …