-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ShahJe edited this page Mar 10, 2017
·
8 revisions
RESTBuddy is simple desktop application built in C# to let you run lists of test cases quickly to APIs and pages over HTTP.
The power lies in test xml file where you can configure your test cases. You can define common attributes at the top that are shared by all tests. Individual tests can override the values defined at header.
The baseuri at header is set to be as google.com. The test named "UsingMasterBaseUri" does not have element named "baseuri" on it and therefore will use value defined at header.
The test named "csharp" overrides the "baseuri" value. Any of the available properties can go into header and can be overridden by individual tests.