Badges
40 Points
10 Years
User Activity
Almost 4 years ago
Replied to UdayKumar What needs improvement with Apache JMeter?
@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…
Over 6 years ago
Answered a question: What Application Security Solution Do You Use That Is DevOps Friendly?
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…
Over 9 years ago
Commented on 3 Reasons for combining JMeter and WebDriver
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 10 years ago
Answered a question: Performance/Load Testing Tools: What are the options?
Another performance testing tool comparison review: http://blazemeter.com/blog/open-source-load-testing-tools-which-one-should-you-use
Over 10 years ago
Commented on Reporting feature can be improved but allows us to simulate a load of concurrent users on our application
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…
Over 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…
Over 10 years ago
Answered a question: What are the top performance tools available to load test web applications?
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 -…
Over 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…
Over 10 years ago
Answered a question: Performance/Load Testing Tools: What are the options?
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…
Almost 11 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…
Answers
Over 6 years ago
Static Application Security Testing (SAST)
Over 10 years ago
Performance Testing Tools
Comments
Over 10 years ago
Performance Testing Tools
Over 10 years ago
Performance Testing Tools
Over 10 years ago
Performance Testing Tools
Almost 11 years ago
Performance Testing Tools