The Network Programmability Network programmability bits
Posts with the tag testing:

Using `Lux` for a fast transition from manual to automated testing

Lux scripts by nature are a simple way to move from manual testing to consistent, repeatable, and automated testing while keeping time to write tests to a minimum. A little or no experience is required to start. However, understanding some basic regular expression patterns will benefit you. Firstly, you need to collect some raw input and output strings to transform them into a Lux script. For example, connect to a host and do a manual test as you do before.