Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
WebServicePlugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
12
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3064ce86
...
3064ce863f5c0f28055babcdf777220179f03509
authored
2017-09-16 12:47:25 +0000
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
eca43953
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
3064ce8
# WebServicePlugins
Plugins for Visual Studio Loadtest and Webtest to handle SOAP and REST requests
and responses that use XML, JSON or MSBIN formats. Provides XPath based
verification and extraction rules, a request/response viewer in the webtest gui
results tab, and a request body editor for web tests.
## Branches and versions of Visual Studio
The initial checkin to the master branch is a copy of the original code from
Codeplex of the VS2013 version of the plugin, taken 2017-09-02, version 3.2,
last built on December 28 2013.
This project has a master branch for the main logic, and separate branches for
specific code targeting specific versions of Visual Studio. I.e. code changes
specific for a VS version should be committed to the appropriate branch. Code
changes to common files should be committed to master, so the VS specific
version branches can merge with master to receive these updates, without having
to cherry pick commits.
This also means that the branches may NEVER be merged into master, since these
only contain VS version specific code changes.
Builds should only be created on the non master branches, for a specific version
of Visual Studio, although the master branch currently targets VS2013, there is
a specific branch for VS2013 as well. Changes that are needed to be committed
that are specific for VS2013 should therefor be committed to the vs2013 branch,
since these can not be allowed to be merged into the other version branches.
\ No newline at end of file
Please
register
or
sign in
to post a comment