I want to test Desktop application with Grinder. My application is multiple client/server app. I must use TCPProxy and remotehost options. But I couldn't. Please guide me.
How can I use remote host options TCPProxy on Grinder?
213 Views Asked by Tester At
1
There are 1 best solutions below
Related Questions in CLIENT-SERVER
- Is there a way to use Family Link group in my own application?
- Setting Up a Remote Employee Clocking System with Biometric Recognition
- Issues Starting Real-Time Streaming onClick of an Icon in an Android App
- Security of Google Drive API Objects using Google Service Account Credentials in Client Side Code for Website
- String formatting lost from URL string capture when sending from client to node js back-end
- cant send javascript variable to server-side code behind
- How to catch SSL handshake exception with asyncio.start_server?
- the client/server application is not working correctly
- Astrojs "window is not defined" error, even though i'm using client:only directive
- Client-Server command pattern
- How to send an image in a Client/Server architecture with Socket python
- Custom ThreadPool and Request Queue
- How can I handle multiple (compound) commands in a command server program?
- Timeout error when connecting a client to a server running on a different machine in Python
- Why is test deployment not working while normal deployment is OK
Related Questions in DESKTOP-APPLICATION
- How To Convert Nextjs Typescript Golang Postgresql Web App Into Desktop App
- UI Interface Crashes and Hanging Issues in MFC Application
- WindowsAppSDK resource file modification requires rebuild
- Unable to Publish my ElectronJS app to Microsoft Store
- How to avoid chrome from doing auto Handlers
- Change dark mode using main.js electron
- Is there a way to configure so that pgadmin 4 via browser can continue to work after pgadmin 4 via desktop version is closed?
- Not able to open prompt using .WithPrompt(Prompt.SelectAccount)
- App with sidebar routes in React and Electron
- Finding challenging to call function from Rust to NextJS ( Tauri + NextJS )
- How to configure to open application if click Notifications of my Electron js Applications In Windows Action Center (Notification Panel)
- Auto Logout from Epic Games Launcher
- FlaskUI Desktop App Error: "127.0.0.1 refused to connect" when run as administrator
- How to execute a .py file with a class using .robot file or integrating it to robot framework?
- How to create trustworthy desktop applications that do not conflict with antivirus software
Related Questions in PERFORMANCE-TESTING
- How to enter user input in jmeter console (without doing parameterization)
- Error:Vuser failed to initialize java_int.dll (Vugen/Loadrunner)
- Convert Neoload script to LoadRunner script
- is their any industry standard for performing 300K load test (Thermostat->HVAC system)?
- Performance degradation in Asynchronous paging
- JMeter parallel mq publishing request messages with unique sequence ID which needs to be validated against external system before being sent
- Extracting 3 values using json extractor
- correlate multiple values using json extractor
- Want to capture the response from the first validated sampler within a Random Order Controller
- How to decode the UTF-8 response into text in JMeter
- fbprophet how to adapt the date of my data to the prediction date and cross-validation
- How to boost the data distribution speed of stream tables in DolphinDB?
- How can I save reference Id In Jmeter? and generate it new in each iteration
- HTML Dashboard Throughput, Response Times and User Load
- K6 each VU with own test data
Related Questions in GRINDER
- Grinder: Not able to set External editor
- Why does the Grinder console only show 200 "Successful Tests"
- Flutter not running on Android Device
- Redirects issue in ngrinder groovy-Eclipse plugin
- Get files from S3 using Jython in Grinder test script
- IIS bottleneck?
- Grinder: report CPU and Memory data
- Load test of SSL Session ID Resumption
- MySQL connection with Jython using com.mysql.jdbc import Driver
- Importing Jyson Jar into nGrinder
- POST error when sending JSON data in Grinder
- Grinder multiple post url test not working properly
- Simulate multiple users in Grinder
- Testing Liferay multiple user login using JMeter
- JAVA API performance testing using GRINDER
Related Questions in REMOTE-HOST
- Auto Sync files to remote server through SSH not updating with changes in Intellij
- Unable to get docker command run on remote host using ssh return same output as run manually
- Changing remote_host field in Logstash AccessEvent Fields to reflect X-Forward-For header - Spring Boot
- CLion not correctly highlighting syntax while using remote host
- The problem of printing characters to the right in a for loop with the ncurse library
- Call function from function into remote host through bash script is not working
- Cant access and execute a script on remote node using Ansible Tower
- how to connect to remote host running in docker container from jenkins running in docker container using ssh
- VMWare Remote Console not showing any GUI Dialog on MacOS Mojave
- NodeJS - ERR_INVALID_ARG_TYPE Error thrown while issuing a HTTP request to remote host
- Passing local variable to remote shell bash script
- PHP Login by hostname. Is this safe enough?
- Command not found.when executing bash on remote host
- Install chromedriver using a remote host
- Reading a file on a remote host
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have solved this. if we connect a remote host and if we use proxy, we must set proxy:
Open cmd cd c:\grinder C:\grinder>java net.grinder.TCPProxy -remotehost myremotehost -remoteport myremoteport -console>test.py and recording process