Click here to Skip to main content
15,887,338 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to create an application which I can attach to the JMeter testing software. I want to know how to code my application so the I just pass the values from the applicatiion, it goes to JMeter on the backened, it is then tested, and the result is given back to my application. How do i pass values between different application? I am using javascript. Please help.
Posted
Comments
Sinisa Hajnal 13-Jan-15 6:40am    
Javascript and what else? What is on the backend?
Member 11371664 13-Jan-15 6:42am    
in the backened we have jmeter running, which will do all the testing part. the final result needs to be posted back to our application.
Sinisa Hajnal 13-Jan-15 7:16am    
Read their documentation.

In general, with javascript (or better yet jQuery - it is easier), you send the request (XMLHttpRequest) and listen for the returned value.

http://stackoverflow.com/questions/247483/http-get-request-in-javascript
http://api.jquery.com/jquery.ajax/

Member 11371664 14-Jan-15 1:09am    
thanks for the response. can u pls send some working code for the same if possible ? of any type.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900