On 17/04/06, Hoffman, Matthew <[EMAIL PROTECTED]> wrote:
> Is it possible to randomize the csv controller so it reads a random
> value for each thread as it runs? Is there a better way to do this?
Yes - please start a new thread when asking a different question.
-
Is it possible to randomize the csv controller so it reads a random
value for each thread as it runs? Is there a better way to do this?
-Original Message-
From: sebb [mailto:[EMAIL PROTECTED]
Sent: Monday, April 17, 2006 3:51 PM
To: JMeter Users List
Subject: Re: XML Schema
On 17/04/06, amelaao <[EMAIL PROTECTED]> wrote:
> I can't use option 1, because I'm using industry specific schemas which I
> can't change.
Aren't schemas just text files?
Can't you just copy the file and add the appropriate information?
> I extracted embedded message using RE extractor into a ne
I can't use option 1, because I'm using industry specific schemas which I
can't change.
I extracted embedded message using RE extractor into a new variable, but I'm
not sure in Java Request Sampler which parameter to pass the value of this
variable to, so that XML Schema Assertion checks against
I don't think this is possible currently, but there are some things
you could try:
* update the XSD to include the Soap wrapper
* extract the content using the RE extractor, and generate a dummy
sample using Java Request sampler, then add the XML Schema Assertion
to that.
Both are a bit messy.
I'm using JMeter for automated Web Services testing. I'm using Soap/XML-RPC
Request Sampler. I need to validate the embedded response message against
the schema. I can't simply use XML Schema Assertion, because it tries to
validate the whole Soap Response, where I need to validate just the payload
6 matches
Mail list logo