load-testing

Using Visual Studio Team Services (VSTS) to run web/load testing with SSL error

≡放荡痞女 提交于 2019-11-28 14:14:48
I have a contractor who created and uploaded test to VSTS but now when we run them we get: The request was aborted. Could not create SSL/TLS secure channel. Screen cap of errors How is this fixed? I am new to VSTS. Is your certificate valid? This error most often comes from an invalid or development certificate, or from a certificate supplying a different TLS version to the one the client is expecting. According to this answer on Software QA , you can usually work around this by modifying the ServicePointManager in a pre-test handler plugin that you include with your code. Please read the

How to make load testing for web application that based on Webrtc [closed]

孤人 提交于 2019-11-28 11:34:31
Im trying to make load testing for web application that based on Webrtc, does someone knows with whitch tool can I test that application. also I`d like to know if i can use Jmeter and if so , how can i use it ? thanks a head When it comes to load testing, WebRTC is different. And that's because WebRTC is peer-to-peer and not client server. What you can test is the client server part, more specifically the signaling server and the STUN/TURN server. For these, you can easily use JMeter as for any web server. For STUN/TURN just follow the specs (though if you're using an existing server, I would

Change the thread count of test plan in JMeter, at run time

僤鯓⒐⒋嵵緔 提交于 2019-11-28 11:10:54
I want to change the number of threads for a JMeter test plan at runtime. I have Googled my problem and found a proposed solution to use JMeter plugins. But in this solution I would have to schedule the thread group before running the test plan, which I don't want. I also found another potential solution which changes the property, but doesn't affect test plan behavior at run time. Ultimately, what I am trying to do is change the thread number given in a thread group and have it immediately increase or decrease the number of threads in the current running test plan. Is this possible? The short

Locust.io: Controlling the request per second parameter

馋奶兔 提交于 2019-11-28 09:26:27
I have been trying to load test my API server using Locust.io on EC2 compute optimized instances. It provides an easy-to-configure option for setting the consecutive request wait time and number of concurrent users . In theory, rps = wait time X #_users . However while testing, this rule breaks down for very low thresholds of #_users (in my experiment, around 1200 users). The variables hatch_rate , #_of_slaves , including in a distributed test setting had little to no effect on the rps . Experiment info The test has been done on a C3.4x AWS EC2 compute node (AMI image) with 16 vCPUs, with

Thrift API load test

拥有回忆 提交于 2019-11-28 06:55:27
问题 I am new into Apache Jmeter. Basically I want to load test our couple of thrift APIs but have no clue where to start with. It is in java where api takes 2 parameter and then send java object as response. Any pointer would be very helpful. 回答1: You can use JSR223 Sampler + Groovy (add groovy-all.jar in jmeter/lib) and look at this client example, see NonblockingClient code for an example: http://www.javacodegeeks.com/2012/03/apache-thrift-quickstart-tutorial.html Make your groovy code call a

use csv parameters in jmeter httprequest path

混江龙づ霸主 提交于 2019-11-28 05:29:05
问题 I want to use CSV Data Set Config to modify the path of a HTTP Request. My CSV file: 120,120 121,121 My CSV variable names: paraa, parab . My http request path: /my/path/with/?{paraa}/?{parab}/ . I tried and I failed. Is there anyway to work this around? 回答1: Seems that you incorrectly refer jmeter variables. Try /my/path/with/${paraa}/${parab}/ instead, where ${paraa}, ${parab} refer corresponding values extracted in CSV Data Set Config: 来源: https://stackoverflow.com/questions/8798273/use

Intentionally Slow Down HTML/PHP Page Load to Test

戏子无情 提交于 2019-11-28 04:54:01
I'm curious if there exists a method to intentionally slow the page load? I'm testing my HTML & PHP pages on my local host right now, and I want to see how my loading gif etc will perform when the page load is slower. I realize this is a rare request as most developers are only concerned with speeding up page loads, but I thought there might be a method, using either javascript/jQuery or PHP, to do something like this for testing purposes. Thanks for any help! Note: I'm testing on MAMP, so that's Apache server running on Mac OS 10.7 You can use php's sleep($seconds) function to slow down a

How to enable amf sampler type

无人久伴 提交于 2019-11-28 02:09:04
问题 I want to record script using amf proxy server but in http sampler setting amf type is missing. How should i enable amf type in amf proxy server. 回答1: Try first existent solutions: 1. AMF Plugin for JMeter This will add the following new components: AMF Request AMF Request Defaults AMF Proxy Server that will allow you to test your app using the AMF3 protocol: Record AMF and HTTP traffic with the AMF Proxy Server Translate AMF to XML for easy manipulation Use variables to provide each virtual

Purpose of Throughput Controller?

為{幸葍}努か 提交于 2019-11-28 01:06:15
问题 I need some help to use JMeter. I want to record two different scenarios like clicking 2 different buttons. If i try to run for 2 users, one user should hit first button, another should hit another button concurrently. I know this is the basic question. But i am new to this one. Thats why asking here. I have tried like below: Thread Group -Throughput Controller --Login --Clicking 1st button -Throughput controller --Login --Clicking 2nd button When i run with 2 users using CSV Data Set Config,

JMeter: Distributed (Remote) Testing in Linux Environment

别说谁变了你拦得住时间么 提交于 2019-11-28 01:04:00
问题 I setup a distributed load testing environment using JMeter. I am using Three Linux Machines (RedHat)(IPs: xxx.xxx.xxx.121 , xxx.xxx.xxx.122 , xxx.xxx.xxx.123 ) using Secured Shell from my Windows 8.1. I have fulfilled the prerequisite to perform Distributed test: All machines(Client & Slaves) are in the same subnet. Firewall is disabled for all machines. JMeter(2.13) and JDk version(1.6.0_25) are same for all. Client(Master) Machine :xxx.xxx.xxx.123 Server(Slave) Machines: xxx.xxx.xxx.122