herbie68nl
10 years agoOccasional Contributor
Can I retrieve the Computername from the System environment
When executing a test I also want to register on witch environment the test was run. So I need the Computername of my machie. Is there a possibility to retrevie this value in VB. I alread...
- 10 years ago
Hi,
You can use HostName property, more about it: https://support.smartbear.com/viewarticle/68025/
Kristina
- 10 years ago
Sys.HostName contains the computer name.