Steps List
Search:
- All Defined Steps
- Given I have a web service (features/rest_client.feature)
- And I have "GET" service for "/test" (features/rest_client.feature)
- And I am a rest client (features/rest_client.feature)
- When I "GET" from the web service (features/rest_client.feature)
- Then I receive the expected message (features/rest_client.feature)
- Given I have a web service (features/rest_client.feature)
- And I have "PUT" service for "/test" (features/rest_client.feature)
- And I am a rest client (features/rest_client.feature)
- When I "PUT" to the web service with the following (features/rest_client.feature)
- Then I receive the expected message (features/rest_client.feature)
- Given I have a web service (features/rest_client.feature)
- And I have "POST" service for "/test" (features/rest_client.feature)
- And I am a rest client (features/rest_client.feature)
- When I "POST" to the web service with the following (features/rest_client.feature)
- Then I receive the expected message (features/rest_client.feature)
- Given I have a web service (features/rest_client.feature)
- And I have "DELETE" service for "/test" (features/rest_client.feature)
- And I am a rest client (features/rest_client.feature)
- When I "DELETE" from the web service (features/rest_client.feature)
- Then I receive the expected message (features/rest_client.feature)
- Given I have a web service (features/url_parameter.feature)
- And I have "GET" service for "/test?first=1&second=2&third=3" (features/url_parameter.feature)
- And I am a rest client (features/url_parameter.feature)
- When I "GET" from the web service with the parameters (features/url_parameter.feature)
- Then I receive a message with "first=1&second=2&third=3" (features/url_parameter.feature)
- Given I have a web service (features/print_response.feature)
- And I have "GET" service for "/test" as follows (features/print_response.feature)
- And I am a rest client (features/print_response.feature)
- When I "GET" from the web service (features/print_response.feature)
- Then I receive the expected message (features/print_response.feature)
- Given I have a web service (features/print_response.feature)
- And I have "PUT" service for "/test" as follows (features/print_response.feature)
- And I am a rest client (features/print_response.feature)
- When I "PUT" to the web service with the following (features/print_response.feature)
- Then I receive the expected message (features/print_response.feature)
- Given I have a web service (features/print_response.feature)
- And I have "POST" service for "/test" as follows (features/print_response.feature)
- And I am a rest client (features/print_response.feature)
- When I "POST" to the web service with the following (features/print_response.feature)
- Then I receive the expected message (features/print_response.feature)
- Given I have a web service (features/print_response.feature)
- And I have "DELETE" service for "/test" as follows (features/print_response.feature)
- And I am a rest client (features/print_response.feature)
- When I "DELETE" from the web service (features/print_response.feature)
- Then I receive the expected message (features/print_response.feature)
- Given I have a web service (features/header_options.feature)
- And I have "GET" service for "/test" with the following headers (features/header_options.feature)
- And I am a rest client (features/header_options.feature)
- When I have the following header (features/header_options.feature)
- And I "GET" from the web service (features/header_options.feature)
- Then I receive the expected message (features/header_options.feature)
- Given I have a web service (features/header_options.feature)
- And I have "POST" service for "/test" with the following headers (features/header_options.feature)
- And I am a rest client (features/header_options.feature)
- When I have the following header (features/header_options.feature)
- And I "POST" to the web service with the following (features/header_options.feature)
- Then I receive the expected message (features/header_options.feature)
- Given I have a web service (features/header_options.feature)
- And I have "GET" service for "/test" for user "test" and password "rest" (features/header_options.feature)
- And I am a rest client (features/header_options.feature)
- And I have basic auth for user "test" and password "rest" (features/header_options.feature)
- And I "GET" from the web service (features/header_options.feature)
- Then I receive the expected message (features/header_options.feature)
- Given I have a secure web service (features/header_options.feature)
- And I have "GET" service for "/test" for user "test" and password "rest" (features/header_options.feature)
- And I am a rest client (features/header_options.feature)
- And I have basic auth for user "test" and password "rest" (features/header_options.feature)
- And I "GET" from the web service (features/header_options.feature)
- Then I receive the expected message (features/header_options.feature)