Badges

40 Points
10 Years

User Activity

Over 3 years ago
@UdayKumar 1. JMeter supports Ruby given you place JRuby (https://www.jruby.org/) jar into JMeter Classpath 2. Throughput can be changed dynamically during the runtime via Constant Throughput Timer and Beanshell Server combination (https://jmeter.apache.org/user...) 3…
About 6 years ago
It depends on your requirements, the list of security testing tools you can find at https://www.owasp.org/index.php/Appendix_A:_Testing_Tools With regards to including security testing into continuous delivery pipeline you can consider using i.e. Apache JMeter…
About 9 years ago
Thanks for the great guide. Actually is it already possible to combine JMeter and WebDriver via WebDriver Sampler so you won't need to reinvent the wheel, just use the plugin along with your load test. WebDriver Sampler's usage specifics is covered by The WebDriver Sampler…
Over 9 years ago
Another performance testing tool comparison review: http://blazemeter.com/blog/open-source-load-testing-tools-which-one-should-you-use
Over 9 years ago
Thanks for sharing your experience. I agree that vanilla JMeter reports are hard to read/understand but JMeter is module architecture and any test element is basically a plugin. For the moment there is a number of JMeter Plugins which provide extended results analysis…
Almost 10 years ago
If your testing is does not require immense load and is limited to HTTP/JDBC/JMS protocols then feel free to choose any of them If you need to run tests from more than one machine, you should be considering JMeter as it can be run in distributed clustered mode and has…
Almost 10 years ago
Feel free to choose of following Gatling - http://gatling-tool.org/ Tsung - http://tsung.erlang-projects.org/ Grinder - http://grinder.sourceforge.net/ JMeter - https://jmeter.apache.org/ Depending on your programming language knowledge: Gatling - Scala Tsung -…
Almost 10 years ago
Re: Room For Improvement. JMeter provides a number of Post Processors like XPath or CSS/JQuery extractor which can help in dealing with dynamic elements. HTTP Cookie and Cache managers are also quite powerful. Besides, JMeter can be extended by scripting in variety of…
About 10 years ago
Open source solutions like JMeter, Grinder, Gatling and Tsung are absolutely reliable. JMeter is the most popular option as it's very easy to start with, has great official documentation, large community and it can be extended by scripting and plugins. For instance, JMeter…
Over 10 years ago
JMeter DOES support SSL JMeter DOES support LDAP, Database, Mail, FTP, etc. and can be easily extended with any protocol as plugin or as built-in extension like Beanshell - http://blazemeter.com/blog/queen-jmeters-built-componentshow-use-beanshell JMeter scripts can be…