I am trying to record a mobile application in Tunnel mode. After detecting servers, whatever port number we specify for the server to use, the configuration check displays a message that the port is occupied. I have tried “net stop http /y” and “net stop dns” commands as suggested in another answer. No success yet. Please provide a solution for this.
When NeoLoad is stopped what do you get when you run the command below:
netstat -l |grep dns or netstat -atun|grep :53
Same commands for the other ports in conflict.
Hi Nouredine
Thank for the reply. It was because of some IP conflict and I sorted out this issue. But i have another issue:
I am using tunnel mode. I detect the servers by settings DNS and then browsing the app in mobile->Go through configuration check successfully->Now try to record the steps->Issue: None of the steps are getting recorded. I tried with web and it works fine but it is no working with native and hybrid apps. Kindly provide your inputs. Thanks