Service Virtualization

  • 1.  DevTest is taking port automatically in recording

    Posted Jun 07, 2018 04:41 PM

    I am trying to record a website with host and domain (no port) i.e. google.com but DevTest 10.1 takes port automatically e.g. 80 ot 443

    Please help me, how can i create vse for any application with host and domain by recording.



  • 2.  Re: DevTest is taking port automatically in recording
    Best Answer

    Broadcom Employee
    Posted Jun 07, 2018 04:57 PM

    Hi Saurabh,

     

    When no port is specified in a URL, HTTP defaults to 80 and HTTPS defaults to 443.

     

    http://www.google.com/  and  http://www.google.com:80/  are equivalent.

     

    --Mike



  • 3.  Re: DevTest is taking port automatically in recording

    Posted Jun 07, 2018 05:06 PM

    Thanks Mike for answer.

     

    I have corrected and started recording but one question here is listen port i gave 9001 now how application will run on this port or do we need to configure frontend application for this port ? Please help me.