----- Original Message ----- From: "BAZLEY, Sebastian" <[EMAIL PROTECTED]> To: "'JMeter Users List'" <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 1:53 PM Subject: RE: Random questions about the http sampler
> Search: don't know, may depend on platform, try ^F perhaps. Nope - that brings up the Function Helper. > Save: use Save Response Post-processor Looking for ways to make things easier to use, this is probably one of them. > Javascript is not executed, and it should not be scanned either, as without > understang the code it's not generally possible to determine whether text > that looks like an embedded resource really is one or not. > Think of JMeter behaving like a browser with Javascript turned off. It's possible to do this pretty easily (had to do it with QALoad). The idea is to catch resources those urls are constructed via javascript...as in <img src=<javascript>blah, blah</javascript>> - we're missing those now. I'm looking at this stuff not for myself but because I've been asked to modify jmeter for a client to make it more comparable to a commercial tool. Adding things like simulated cacheing, concurrent connections, fixing compression support, fixing authorization handling, handling of javascript, automaticly launching the browser from the proxy, etc. Basicly fixing cases where it needs to act more like a browser and making it easier to use. I guess I'll add this to my list. At some point I hope to be able to put my modifications back into the jmeter src, but since I'm doing this for someone else, I'll have to wait until I get the okay - and of course the general concensus of everyone involved. <g> > One can always examine the downloaded source and add the relevant sampler to > the tree and re-run the test. If you can recognize it. That's the hard part - better if we can do it automatically. > Or, if the Javascript is reasonably easy to scan, one could hand-craft a > regex extractor and save the output in a variable for use by a HTTP sampler. > > S. > -----Original Message----- > From: joelsherriff [mailto:[EMAIL PROTECTED] > Sent: 12 August 2004 18:39 > To: JMeter Users List > Subject: Random questions about the http sampler > > > In the Response Data of the View Results Tree, is it possible to search for > text? If not, is it possible to save it to a file? If not, is it possible > to invoke an external editor? I know I can mark/copy/paste into an editor, > but that seems klunky. > > Does the html parser execute any embedded <javascript> as well first? If > not, we're possibly missing subrequests if download embedded resources is > enabled. > > J > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > _______________________________________________________ > > This e-mail and the documents attached are confidential and intended > solely for the addressee; it may also be privileged. If you receive this > e-mail in error, please notify the sender immediately and destroy it. > As its integrity cannot be secured on the Internet, the Atos Origin group > liability cannot be triggered for the message content. Although the > sender endeavours to maintain a computer virus-free network, the > sender does not warrant that this transmission is virus-free and will > not be liable for any damages resulting from any virus transmitted. > _______________________________________________________ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

