Service Virtualization
Documentation Home
  • Overview
  • Getting-Started-With-Service-Virtualization
    • Intro-to-SV
    • Creating SV Project
  • Dynamic-Assets
    • Advanced Mode
    • Building Dynamic Asset
    • Dynamic Asset
  • Manual-Assets
    • Build Asset Manually
    • Build New Request
    • Import Manual Asset
    • Manage and Send Request
    • Manual Asset
  • Advanced-Features
    • Global Variable
    • Parameterization
    • Strict Mode
  • FAQs
    • FAQs
Powered by GitBook
On this page
  • Contents
  • Hit the request
  • View the Request
  • Delete the Request
  • Related Content
  1. Manual-Assets

Manage and Send Request

Last updated 1 year ago

In the previous learning documents, we've explored how to make a request. Now, let's take an additional step and examine whether the request we made is functioning properly and how to handle it effectively.

Contents


Hit the request

You can go ahead and test your created request by hitting it as shown below. Click on the plane icon and try it.

Once you click on Hit Request, you see a couple of things on the right side of the page as shown below.

Let's understand what all the shown data indicates

  1. Status

    On the top, the status is shown as 200 which was given at the time of the creation of the request.

  2. Info

    1. Date and Time indicate at what time the request was sent.

    2. Status is again the same thing that you've given at the time of request creation.

    3. Response time is the extra time taken by our Qyrus service to return the response

    4. URL is made of our endpoint and your given context path + query/path params.

  3. Response Body

    This request is returning the exact same response body that we had given at the time of request creation.

The Virtualized API is now prepared for use. You can take the URL that is shown and incorporate it into your application.


View the Request

If you've created a couple of requests under the same asset then it can be a little difficult to go inside each request and check the data but no worries. We've got your back.

You can click on the eye icon as shown in the below image and inspect what data you've given in that request.


Delete the Request

If you need to remove an unwanted request, you can simply click the "Delete" button and then continue with the process as demonstrated below.

The click of the "Delete" button, will lead you to the Delete popup for confirmation. You can click on the "Delete Request" button to delete the request.


Related Content

Dynamic Assets
Parameterization
Global Variable
Manage and Send Request
Hit the request
View the Request
Delete the Request
Related Content
HitRequest
ResponseData
ReadOnlyResponse
DeleteStub
DeeletAsset