| Author |
Jython with Grinder for Load testing
|
Abhay Kumar
Greenhorn
Joined: Jun 03, 2003
Posts: 15
|
|
Hi All, Need some Help in Writing Jython scripts which will be used with Grinder. I need to write a script which executes a batch(.bat) file. the batch file is interactive, i.e it accepts paramets during its execution. I was able to write a script which executes a batch file, but when i am trying to give the inputs, its not taking.. can you please help me. Here is what I have written. Let me know where am i wrong and how do i solve this issue. --------------------- from net.grinder.script import Test; from net.grinder.script.Grinder import grinder; import TestGrind; log = grinder.logger.output; test = Test(1, "Execute"); class TestRunner: def __call__(self): session = test.wrap(TestGrind("client.bat")); --------------------- best regards, Abhay
|
 |
 |
|
|
subject: Jython with Grinder for Load testing
|
|
|