> For the complete documentation index, see [llms.txt](https://n-saikiran.gitbook.io/soapuingpro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n-saikiran.gitbook.io/soapuingpro/ready-api-how-to-use/test_case_creation.md).

# 2.2 Test Case Creation

You can now click to send individual requests to the service. Ready! API will display the response from the service once it is received.

![](/files/-M4S6esDbhNpVWnXlHkp)

To automate your tests, for example to send multiple requests at once or create [data-driven tests](http://readyapi.smartbear.com/soapui/data_driven/start), you need to create a SoapUI NG test:

* Right-click the REST request and select **Add to TestCase**.&#x20;

![](/files/-M4S6esF2P15vUvnv4UZ)

* Specify the name of the TestSuite and TestCase that will contain the request. SoapUI NG will create a TestSuite and TestCase for the request.
* Specify the name of the request and leave the rest of the options the same. Click **OK**

![](/files/-M4S6esHVapZ_RQXHRsn)

Ready! API will create a SoapUI NG test.
