Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [performance-testing]

Performance testing is the process of determining the speed or effectiveness of a computer, network, software program or device.

0 votes
0 answers
34 views

Increase the test performance avoiding the use of mock.create_autospec()

I have created a class called RedisCliWrapper where I have written many methods that call methods of the class redis.Redis. Below I show the class with only the method get_hgetall_value(), which is ...
User051209's user avatar
-1 votes
1 answer
25 views

JMeter: Samples and FAIL issue in HTML Report

After generating the HTML report manually (or) by typing Jmeter -g ...csv -e report (or) jmeter -n -t .jmx -l .jtl -e -o report but in the generated HTML Report shows wrong Samples and FAIL this ...
Bhaskara Reddy Dwarampudi's user avatar
-1 votes
1 answer
19 views

JMeter: Difference In Error% in JTL vs HTML Report

After test execution is done in NON GUI Mode and in cmd shows as Error % is 66.07% But in JTL file shows as Total 1.68% After Generating html report manually shows same like cmd which is 66.07% ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
29 views

Performance Testing Tool Selection For Desktop Based Application

There is a requirement to performance test the Desktop Based Application and servers are physical servers. Server hardware configuration is processor: Dual Core Processor and RAM: 4GB. The requirement ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
50 views

Java heap space error in JMeter

The vm hardware configuration is Processor: Dual Core RAM : 8GB RAM Increased the JMETER Heap Space to 8GB but still getting as JAVA HEAP SPACE issue. Also in the Task Manager the while wrunning the ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
79 views

SSL Certificate Error

There is a web based application for the performance testing. Servers are physical servers. Application works without proxy setting. Script is Running successfully using JMeter in vm with the help of ...
Bhaskara Reddy Dwarampudi's user avatar
1 vote
1 answer
24 views

How to analyze the performance report if the application doesn't have access to any Monitoring tool

Had asked in an recent interview that if an Application doesn't have access to any monitoring and profiling tool then how do you analyze the report. How can we identify any issues like bottlenecks, ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
48 views

Login is redirected to Session Timeout page using jmeter

I'm new to jmeter and would appreciate if someone could help me out on this. I recorded a script in jmeter from Login to Logout using firefox as my browser. When I checked the input parameters, it is ...
Nelza's user avatar
  • 1
-1 votes
1 answer
17 views

Complex parameterization In Jmeter

There is data dependancy i.e., COMPANYID 1 , SOURCEID 1, CS1 file so User1 should pick COMPANYID 1 , SOURCEID 1, CSV1 file User2 should pick COMPANYID 2 , SOURCEID 2, CSV2 file User3 should pick ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
32 views

Web Application VS JMeter Reports differences

I have recorded the script and run test with 1 VU. Checked the response of the application by using developer tools and the response got in application side and response from the JMeter is same but ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
25 views

Manually Application Vs Jmeter reports differences [duplicate]

I have recorded the script and run test with 1vuser.Checked the response of the application by using developer tools and the response got in application side and response from the jmeter is same but ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
62 views

Cannot see Jmter in Influxdb measurement

I was trying to interact jmeter and influx db but getting as ERROR o.a.j.v.b.i.HttpMetricsSender: Error writing metrics to influxDB Url: http://localhost:8086/api/v2/write?org=ITM&bucket=JMter, ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
11 views

While running a performance test using Blaze Meter with JMeter script. Load graph is showing inaccurate data

While executing JMeter scripts with ultimate thread group, the graphs are showing the wrong wrong ramp up. I have checked the JMeter logs and they are perfectly showing the start and end time of each ...
Bhuvanesh h's user avatar
1 vote
0 answers
44 views

Loadrunner Vugen: How to save the Replay Summary Results that is displayed in Vugen as a csv/excel/tabular report?

I have created a script in Loadrunner TruClient protocol and would like to run the script in Vugen and view the results now and then. This is to measure any changes in UI rendering time for every new ...
kkarthik72's user avatar
0 votes
2 answers
64 views

HOW do I do performance testing on a web app (manually)?

It is an interview question, and I did not know how to tackle it. do I go to DevTools and check its performance? what kind of tools do I use?
chris's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
14