Forum Discussion

Arunachalam_RM's avatar
Arunachalam_RM
Occasional Contributor
4 years ago
Solved

how to run sample rest projects present in smart bear website?

https://support.smartbear.com/readyapi/docs/general-info/tech/rest.html#sample-projects   I have installed xampp server .my 8084 port is running .how the connection will be established for the ecom...
  • AlexKaras's avatar
    AlexKaras
    4 years ago

    Hi,

     

    This project consists of two parts: virtualized server that emulates tested one and tests to be executed against this virtual server.

    As in is mentioned in the project description: "Sample Projects bases on a virtualized REST service. Please make sure that port 8084 is available on your local machine or you can update the virtual API under the serviceV tool to reflect an open port on your system. You will also have to update the ports on the tests to reflect the same ports on the virtual service."

     

    So, you need to navigate to the APIs | EcommerceVirt project node and start virtual service (adjust port settings for the service appropriately if port 8084 is already occupied on your box).

    After virtual service is started you should be able to execute tests from the Functional Tests project node.