ContributionsMost RecentMost LikesSolutionsRe: How do I know SOAP UI pro executed on a specific environment? JoostDG Tried your solution. I am able to see environment details on the logs. And also able to see the environment it executed on the PDF report. HimanshuTayal After trying JoostDG and little bit research on the test runner commands. We can actually get the environment details, end points it connected including JDBC connections can be viewed on the PDF report by using Testrunner commands. Re: How do I know SOAP UI pro executed on a specific environment? HimanshuTayal Thanks for the response. Yes- I am using the commands from the link you provided, I have mentioned the syntax for the command that used as well in my post. We can give instruction on which environment to execute the test cases, however my question is how can we confirm that it executed in the specific environment? I would like to see in logs or in any reports? Please advise... How do I know SOAP UI pro executed on a specific environment? Hi, I have set up various test environments test1, test2, test3. However I am not able to find out whether its executed on a specific test environment test1, test2 or test3. I am executing using testrunner.bat via command prompt. I would like to see in logs or any report where it captures the environment it executed. Command prompt: testrunner.bat" "-RJUnit-Style HTML Report" "-fC:\Users\ABCuser\Documents\SOAP-UI\Reports" "-Etest1" Thanks in advance. Solved