Tag

FunTester

0 views collected around this technical thread.

FunTester
FunTester
Aug 1, 2022 · Backend Development

Integrating Dynamic and Static Performance Testing Models in the FunTester Framework

This article explains how to combine dynamic and static performance testing models in FunTester by adding asynchronous console commands to control thread‑pool scaling and QPS adjustments, providing step settings, incremental changes, and graceful termination through simple key inputs.

FunTesterJavaQPS
0 likes · 7 min read
Integrating Dynamic and Static Performance Testing Models in the FunTester Framework
FunTester
FunTester
Mar 3, 2022 · Backend Development

Implementing Response Time Statistics in the FunTester Framework

This article explains how to filter early response times and compute detailed latency metrics—including percentiles, average, and median—within the FunTester load‑testing framework by redesigning data collection structures and adding a unified statistics method.

FunTesterJavacode optimization
0 likes · 6 min read
Implementing Response Time Statistics in the FunTester Framework
FunTester
FunTester
Jun 30, 2021 · Operations

Script‑Based Performance Testing Scenarios Using the FunTester Framework

This article introduces a flexible, script‑driven performance testing approach built on the FunTester framework, explains how to write Groovy/Java test scripts, demonstrates a demo implementation with reflection‑based execution, and covers test case creation, transmission, and execution for HTTP‑based load testing.

Distributed TestingFunTesterGroovy
0 likes · 13 min read
Script‑Based Performance Testing Scenarios Using the FunTester Framework
FunTester
FunTester
Jun 24, 2021 · Backend Development

Recap of FunTester Session: HttpClient Interface Testing and Performance Practices

The second FunTester sharing session covered HttpClient basics, FunTester’s encapsulation of HttpClient, and practical functional and performance testing techniques, providing resources, code examples, and templates for effective Java interface testing.

FunTesterHttpClientJava
0 likes · 8 min read
Recap of FunTester Session: HttpClient Interface Testing and Performance Practices
FunTester
FunTester
Jun 1, 2021 · Backend Development

Distributed Performance Testing Framework: Jar Method Scenarios, Demo Implementation, and Execution

This article explains how to design and implement distributed performance testing cases using jar‑method invocations, demonstrates a Java demo with reflection‑based execution, discusses common pitfalls, and shows how to package, deploy, and run the test cases within a Docker‑enabled environment.

Distributed TestingDockerFunTester
0 likes · 13 min read
Distributed Performance Testing Framework: Jar Method Scenarios, Demo Implementation, and Execution
FunTester
FunTester
Feb 4, 2021 · Operations

Multi‑Chain Performance Testing Demo Using FunTester

This article presents a practical demo for multi‑chain performance testing with FunTester, describing the overall workflow, custom multithreaded implementation, Java code example, and sample console output to illustrate how to execute and analyze load tests across multiple request paths.

FunTesterHTTPJava
0 likes · 7 min read
Multi‑Chain Performance Testing Demo Using FunTester
FunTester
FunTester
Dec 17, 2020 · Operations

Multi‑Interface Load Testing for Collect/Uncollect Feature Using FunTester

This article describes how to implement a multi‑interface performance test for the collect and uncollect operations of a teacher’s resource list, using Groovy scripts, a custom FunTester framework, multithreaded request generation, request‑id tracking, and response recording to produce QPS and RT metrics.

API performanceBackendFunTester
0 likes · 8 min read
Multi‑Interface Load Testing for Collect/Uncollect Feature Using FunTester