Its very difficult to diagnose your problem when the only information you provide is that it didnt work and you got an error
Attach a View Results Tree listener and observe the requests you are making and the responses you are getting and see where the problem lies . Ensure that all your tests have assertions so you can figure out the first place of failure easily. also take a look at what the error actually is e.g. if your CSS file gace you a 404 error its likely that this is a problem with your site(the browser would ignore this error) if you have recorded the test, if it gave a 401 it might mean that your login probably didnt work. You can also compare what your test does with what the browser does (using any browser sniffing tool like HTTPWatch or LiveHTTPHeaders) See http://jakarta.apache.org/jmeter/usermanual/functions.html#__Random for the random function On Tue, Jul 7, 2009 at 4:25 AM, phanikishan <[email protected]> wrote: > > Hey guys, > I'm a new user to Jmeter and have a few doubts. I am testing my > web-application for performance. It involves logging in, making a database > query, modifying a certain parameter, saving it and then logging out. > I want to modify the parameter dynamically (rand() etc.) > Please suggest how exactly to go about it? > Till now I have: > Used the recording feature and recorded the steps involved. > Tried running the test for a single user by simply modifying by hardcoding > a > different value to the parameter (which didnt work). I have also had a > sampler error as my browser tried requesting a css sheet. > I also am not able to figure out if the test plan has been executed the way > I think it to be. > Please help me or point me to the right forums/threads. > Thank you > > Phani Kishan > -- > View this message in context: > http://www.nabble.com/Modifying-data-while-filling-forms-and-basic-Jmeter-help-tp24371548p24371548.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

