Im assuming you want to change this while the test is running? a. http://jakarta.apache.org/jmeter/usermanual/best-practices.html - BeanShell Server b. Modify your test itself so that it knows that the value needs to be changed and picks up a new value(What is the condition under which you want to make this change)?
regards deepak On Thu, Aug 19, 2010 at 5:47 AM, Nithya Prakash <[email protected]>wrote: > Hi Karsten, > > Thanks man.. Its working now. I have another query... Is it possible to > change the input value's from command prompt ?? > > Eg: I have a variable in UDV named "uname" and its value is " JUser ". Now > I > need to change the user name to "CMDUser" from the command prompt itself. > > I have seen the various command line options, but unable to understand. can > u pls guide me?? > > Regards > Nithya. > > On Thu, Aug 19, 2010 at 4:19 PM, Karsten Gaul <[email protected] > >wrote: > > > Hi Nithya > > > > Once you're in your bin folder, type the following: > > > > java -jar ApacheJMeter.jar -n -t <testfile> > > > > rgds > > Karsten > > > > Am 19.08.2010 12:38, schrieb Nithya Prakash: > > > > Hi > >> > >> Till now I was running the test scripts in GUI mode which I found it > >> comfortable. Now my task is to run my scripts in non-gui mode. I require > >> your help in executing it. I have created a test script in GUI mode and > >> saved it as "cmdtc.jmx". Now my objective is to run this testcase in > >> command > >> line. I have gone thru' few materials reg this but am not able to > >> understand > >> properly. Kindly help me out. > >> > >> Steps I followed: > >> 1. Opened the cmd. > >> 2. Entered the syntax as shown > >> " C:\Documents and > >> Settings\tt\Desktop\jakarta-jmeter-2.3.4\jakarta-jmeter-2.3.4\bin\jmeter > >> -n > >> -t C:\Documents and Settings\nithya.prakash\Desktop\cmdtc.jmx " > >> > >> When I execute this I am getting > >> " An error occurred: Unkown arg: and > >> errorlevel=1 " > >> > >> Am unable to understand where i'm goin wrong.... can anybody help me out > >> please ?? > >> > >> > >> Regards > >> Nithya > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > >

