SiKing
12 years agoCommunity Expert
testrunner switches
I am trying to figure out the beaviour of some of the testrunner switches. Specifically -e and -h.
In my project I have a combination of SOAP (multiple endpoints), REST (multiple endpoints), AMF, and JDBC calls. Everything runs on the same server.
Using the -e switch overrides all the endpoints to whatever I specify, which does not work in my case.
Using the -h switch overrides the hostname. But only for REST and SOAP calls? AMF and JDBC are unchanged. Is this the correct behaviour?
Please note that I am aware of the Environments (-E switch) feature. I am just trying to figure out how the -h switch (supposedly?) works.
In my project I have a combination of SOAP (multiple endpoints), REST (multiple endpoints), AMF, and JDBC calls. Everything runs on the same server.
Using the -e switch overrides all the endpoints to whatever I specify, which does not work in my case.
Using the -h switch overrides the hostname. But only for REST and SOAP calls? AMF and JDBC are unchanged. Is this the correct behaviour?
Please note that I am aware of the Environments (-E switch) feature. I am just trying to figure out how the -h switch (supposedly?) works.