Sha256: c7b5f01c9ff8a18bc6b01c8707c9fd29b515fe38d75e4a9eef941bce270e74d8
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
Feature: Parsing of paramters @parameters Scenario: Given a testbed with a "LocalWebServer" application And a "HelloWorld" application in it And I create a "default" instance on the "HelloWorld" http-application When the "default" instance of "HelloWorld" is offered on path "/" on the "LocalWebServer" application And a client accesses the "LocalWebServer" on "/" And I click on "PostForm" And I enter "Schmuhl%yzt& hupe" into "Text" And click on "Submit" Then the resulting page contains "Schmuhl%yzt& hupe" When a client accesses the "LocalWebServer" on "/" And I click on "GetForm" And I enter "Schmuhl%yzt& hupe" into "Text" And click on "Submit" Then the resulting page contains "Schmuhl%yzt& hupe"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/local_web_server/features/parsing_args.feature |