Skip to content

Instantly share code, notes, and snippets.

@canimus
Created July 7, 2013 19:31
Show Gist options
  • Save canimus/5944612 to your computer and use it in GitHub Desktop.
Save canimus/5944612 to your computer and use it in GitHub Desktop.
Perforchestor - Jmeter XML Supported Format
<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
<httpSample t="214" lt="214" ts="1320655216022" s="true" lb="HomePage" rc="200" rm="OK" tn="bp01_1 1-1" dt="text" by="822" ng="1" na="1" hn="load_injector"/>
<httpSample t="919" lt="919" ts="1320655216443" s="true" lb="Login" rc="200" rm="OK" tn="bp01_1 1-1" dt="text" by="2953" ng="1" na="1" hn="load_injector">
<assertionResult>
<name>Screen_Assertion</name>
<failure>false</failure>
<error>false</error>
<failureMessage>Login successful</failureMessage>
</assertionResult>
</httpSample>
</testResults>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment