Compiled languages are intended for developing system and enterprise applications, rather than being optimized for scripting automated tests — In terms of raw speed, a compiled language such as C# is a lot faster than a scripting language, e.g. Ruby. But I am talking in the context of end-to-end (via UI) test automation. The context matters, an aeroplane goes slower than a Tesla on the ground. Also, I used…