Difference between revisions of "Python SOAP - Document Injection Example"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Using Python [[ZSI]] to implement | =Using Python [[ZSI]] to implement SOAP Test Harness= | ||
A Python script using the [[Zolera SOAP Infrastructure]] was implemented which allowed arbitrary combinations of orders to be generated. This script was run from the command line with arguments specifying the required attributes of order set. It dynamically generated an order cluster with randomized data, injected this into the web tier and captured and parsed the return response into a log file along with various timings. | A Python script using the [[Zolera SOAP Infrastructure]] was implemented which allowed arbitrary combinations of orders to be generated. This script was run from the command line with arguments specifying the required attributes of order set. It dynamically generated an order cluster with randomized data, injected this into the web tier and captured and parsed the return response into a log file along with various timings. | ||
Email me at if you are interested in finding out more... | |||
[[Category:Python]] | |||
[[Category:LoadTesting]] | |||
[[Category:ZSI]] | |||
[[Category:SOAP]] | |||
Latest revision as of 13:08, 2 April 2009
Using Python ZSI to implement SOAP Test Harness
A Python script using the Zolera SOAP Infrastructure was implemented which allowed arbitrary combinations of orders to be generated. This script was run from the command line with arguments specifying the required attributes of order set. It dynamically generated an order cluster with randomized data, injected this into the web tier and captured and parsed the return response into a log file along with various timings.
Email me at if you are interested in finding out more...