Just a generic question - what options are there to use for running tests for the purpose of test automation and/or performance testing with perl?
I normally use a tool called LoadRunner, which works great, but is expensive from a multi user perspective, and if possible at a minimum convert to at least test automation within perl alone. These would just be run against a website (https) that I'd need to send requests and capture responses in different formats - html, json, etc... and be able to use different ciphers depending on the env.
I'm just seeking what my best options are at this point in 2016 and see if there has been any movement along with getting something like this working with perl.