Re: Grinder Load Test Automation
Olivier <[email protected]>
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, This way of starting test Is not able to start several agent. You need to launch the console in headless mode and Start agent on targets . Then the automation Is done thru the restfull api since 3.10 or the python client console api. Ses online doc for more détails. Olivier -----Message d'origine----- De : "senz79" <[email protected]> Envoyé : 28/04/2014 06:53 À : "[email protected]" <[email protected]> Objet : [Grinder-use] Grinder Load Test Automation I am quite old to Grinder, but recently I am trying to automate the load test. Now i have partially automated the same with the below command, but since we know that Grinder works as Controller-Agent architecture, the below command is only initiating one Agent, and I am not getting any option to start another. Basically i want to use two agent to define concurrency. Any way out java -classpath %CLASSPATH% -Dgrinder.script=C:\grinder-3.11\TestScript.py -Dgrinder.processes=4 -Dgrinder.threads=10 -Dgrinder.runs=2 -Dgrinder.useConsole=false -Dgrinder.logDirectory="log/$(date +%y%m%d)" net.grinder.Grinder %GRINDERPATH%\grinder.properties -- View this message in context: http://grinder.996249.n3.nabble.com/Grinder-Load-Test-Automation-tp8798.html Sent from the Grinder - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ grinder-use mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/grinder-use ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ grinder-use mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/grinder-use