Hi,
I'm new to Silk Test,
Currently I'm trying to do a recording from a Windows PC with Silk Test installed to do a remote recording on another Mac for mobile/web recording.
Documentation only mentioned that Information Service running on port 22901 for http and 48561 for https.
While our network rules only allow this 2 ports, we failed to do the remote recording as we notice from the log that it actually running on dynamic port. Here are the log files I have:
Mobile Recording:
start command 'iOS Appium Server: clientAddress = 'TSTVMEBK001', browserInfo = 'deviceName=iPhone XS Max;platformName=iOS;platformVersion=12.1;isSimulator=true - Safari 1', uniqueDeviceKey = 'platformName=iOS;deviceName=iPhone XS Max;platformVersion=12.1;host=255.25.5.2'':
[/Applications/Silk/InfoService/../Mobile/osx/Node/node, /Applications/Silk/InfoService/../Mobile/common/Appium, -p, 49153, --log-level, info, --bootstrap-port, 49154, --relaxed-security, --webkit-debug-proxy-port, 49155, --webdriveragent-port, 49156] | qtp2109957412-21 | com.microfocus.silktest.infoservice.mobiletest.AbstractServer | AbstractServer.java:146
Browser recording:
2019-01-30 17:58:01,269 [INFO] Server start command 'Selenium Server: clientAddress = 'TSTVMEBK001', browserInfo = 'platformName=Mac - Safari 12', uniqueDeviceKey = 'Safari_6d5e43d9-60e6-4b1c-8770-3d5a7037d65f'':
[/Applications/Silk/jre/bin/java, -Dselenium.LOGGER.level=SEVERE, -jar, /Applications/Silk/InfoService/../Mobile/common/SeleniumStandaloneServer/selenium-server-standalone-3.13.0.jar, -port, 49152] | qtp2109957412-23 | com.microfocus.silktest.infoservice.mobiletest.AbstractServer | AbstractServer.java:146
My question is, is there a range of the dynamic port I can specify to allow it for the network port rules?
Or it is possible to limit/fix it to certain static port/s?
Thanks!
Eric