Hi,
I'm attempting to test a DB with the JDBC request sampler and Im having an
issue with the Response Assertion. My SQL query returns multiple lines and I
want to use a Response Assertion (pattern equals) to validate.
If I run the query and copy paste the response into a Response Assertion
everyt
On 6 October 2011 22:58, Deepak Shetty wrote:
> as far as I remember , you cant do it from the GUI(which expects a date
> string i think) - but if you directly modify the JMX file using any editor
> (to read value from a passed in property - note it has to be a property ,
> not variable) , it does
as far as I remember , you cant do it from the GUI(which expects a date
string i think) - but if you directly modify the JMX file using any editor
(to read value from a passed in property - note it has to be a property ,
not variable) , it does work (never tested)
there probably in a thread in th
After putting first variable in start time filed the end time input filed
become non-editable. I hope this wont work.
Thanks
skchoppala
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Non-GUI-mode-parameters-tp4666306p4878052.html
Sent from the JMeter - User mailing list arc
Eeh, some places they don't allow parameters. I haven't used the scheduler
so I don't know off the top of my head if it's one of them.
I'd expect it to work if you use property functions to hold those variables
-- pass -DSTART_TIME="..." and -DEND_TIME="..." to jmeter when you invoke
it, and then
Thanks Bruce,
It did work. But Thread Group is not allowing to parametrize scheduler
fields. Is there any work around for this?
skchoppala
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Non-GUI-mode-parameters-tp4666306p4877790.html
Sent from the JMeter - User mailing list
It's not terribly difficult to write a jmeter plugin, but the encoding and
decoding process would have to be documented somewhere. If the silverlight
protocol were documented well enough, I'm sure you could write a jmeter
sampler for it. You'd probably also want to modify the recording controller
t
You do this in a User Defined Variables Configuration Element, or in the
test plan element configuration page. Either one will work.
--
Bruce Ide
flyingrhenqu...@gmail.com
Hi All,
Create a user defined variable named USERCOUNT and give it the value
${__P(usercount,10)}
Can any one clarify where should we create this?
Thanks
Sunil Choppala
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Non-GUI-mode-parameters-tp4666306p4877693.html
Sent from
Thanks for the reply Philippe. So far I've not come across any JMeter
plugin's for Silverlight, but have not given up hope. Correct on the
text protocol and would be a last choice for any testing.
Stan
On 10/6/11 11:36 AM, Philippe Mouawad wrote:
Hello,
Silverlight uses an XML Binary format
If you have developers, etc. who can replicate the encoding of the payload
externally outside of Silverlight (say like with a command line tool, etc.)
and similarly decode the payload received back from server response, then
you can similate the load w/o needing to record payloads via a proxy and
s
Hello,
Silverlight uses an XML Binary format (MC-NBFX (binary XML) or MC-NBFS
(binary SOAP)) I don't think you can use JMeter without a plugin that can
handle this format to make a realistic test.
You may be able to record with a proxy the payloads and save them to a file
then replay them.
But to
I'm working with a Silverlight application and the communication between
the client and server is a binary payload. Anyone know of any methods
to deserialize /serialize the Silverlight payload?
Stan
-
To unsubscribe, e-mail:
Akhil, kindly suggest me how to overcome this issue.
Also the developer has said that its a multi-part form and making full
postback.
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Unable-to-record-in-Jmeter-sharepoint-application-tp4873037p4875740.html
Sent from the JMeter
14 matches
Mail list logo