SeUniVr / RestTestGen

A framework for automated black-box testing of RESTful APIs.
Apache License 2.0
36 stars 9 forks source link

Running problem #10

Closed alleykk closed 1 year ago

alleykk commented 1 year ago

Hello,

I have cloned the RTG, I opened it via IntelliJ IDE (on windows) and ran the io.resttestgen.core.cli.App. But I got error! How should I solve and run the RTG?

Many thanks in advance.

321

davidecorradini commented 1 year ago

Hello,

I can see form the log that the request was not processed by the server because a connectivity problem. Is the REST API under test up and running, and reachable trough the network? Make sure to specify the correct URL of the API in the specification.

Best, Davide

alleykk commented 1 year ago

I've cloned and ran the RTG! Should I change anything? Actually I didn't make change in the specification, because I don't know how should I change and input URLs! Where should I change the URL of API? Please help me to run RTG for an API!

davidecorradini commented 1 year ago

Hello,

RTG is an API testing tool. In order to run it, you need a target REST API to test. Do you have a REST API to test? In case, I can provide one.

alleykk commented 1 year ago

No, I don't have. Thanks. How and where should I input the API URL or requered files?

davidecorradini commented 1 year ago

Please let me know what do you want to do with RTG so I can help you with a custom configuration

alleykk commented 1 year ago

I want to test a sample API. I need an API to test with both strategies.

davidecorradini commented 1 year ago

In the June release (v23.06) that is scheduled for next week, the README file will explain everything about your concern. Thank you for your patience. Davide

davidecorradini commented 1 year ago

Hello, please let me know if the new README file was able to guide you. Thanks!

davidecorradini commented 1 year ago

Closed because of user inactivity