Quality is delighting customers
This group is basically to discuss jmeter.This is a open source tool designed to load test client/server software.JMeter can help you regression test your application by letting you create test scripts with assertions
Website: http://www.qualitytesting.info/group/JMetertool
Location: Gurgaon
Members: 140
Latest Activity: May 6, 2020
Started by sridhar. Last reply by Dmitri T Jul 9, 2018. 1 Reply 0 Likes
Started by Maharshi Shah. Last reply by Dmitri T Mar 5, 2015. 1 Reply 0 Likes
Started by Sekhar. Last reply by Kuldeep Rana Oct 18, 2014. 1 Reply 0 Likes
Comment
[Live Webinar] Enhance performance testing of your app by integrating JMeter with pCloudy
Digital experiences are front and center in a modern enterprise’s business strategy. Mobile app performance has a tremendous impact on customer experience today and can directly affect business. With the growing complexity and the size of digital applications it is imperative for enterprises to ensure best performance of their apps. Here, in this webinar we bring to you an integration of pCloudy with JMeter in order to make it easier for you to ensure awesome customer experience.
Registration Link - Click Here
The instructions are applicable for latest JMeter 4.0
sudo apt-get update
sudo apt-get install openjdk-8-jre-headless
wget -c http://ftp.ps.pl/pub/apache//jmeter/binaries/apache-jmeter-4.0.tgz
tar -xf apache-jmeter-4.0.tgz
apache-jmeter-4.0/bin/./jmeter -n -t apache-jmeter-4.0/extras/Test.jmx
Hi All,
I have download jmeter tool and try to run it but unable to run it, i am using linux 16.04. Please let me know step for the same
Thanks
Parthu
I am able to record all the application activities, but after executing them im unable to see the results properly.
I did all the possible activities like adding HTTP cookie manager and changing jmeter .properties in bin, still im able to see this message
Javascript is not enabled in this browser. Enable Javascript for this application to work correctly
How to execute the java scripts through jmeter, please help me out
It depends on what JavaScript is doing. JMeter is not a browser hence it cannot execute client-side JavaScript at all and doesn't actually "render" the page, it just gets HTML response and downloads images, scripts, styles, etc. measuring response time, not render time.
So if application you're testing uses JavaScript to set a cookie you can work it around with HTTP Cookie Manager.
If JavaScript is being used i.e. to calculate a kind of security hash code or something like this you can use JSR223 PostProcessor to execute the same JavaScript code and return the result back to JMeter.
Hi
I have created a script and executed it, going and seeing the results in listener: View Results Tree (HTML) i have obersved a meesage like
Javascript is not enabled in this browser. Enable Javascript for this application to work correctly.
what does it mean ?? PFA - error.png
Thanq Damitri....
If you're talking about .NET web application - JMeter doesn't care about underlying technology web application is built on so it naturally supports .NET web applications. However there are some specific mandatory request parameters which can cause problems so you won't be able just to record and replay. See ASP.NET Login Testing with JMeter guide for more details on load testing .NET applications with JMeter.
Is jmeter works on .net application
© 2021 Created by Quality Testing.
Powered by
You need to be a member of JMeter-Performance testing tool to add comments!