Discussion:
Need pointers to test .Net based Desktop Application
Pravesh Shrivastava
2018-08-29 07:17:50 UTC
Permalink
Hi Experts,

I have been using JMeter for web based application but now I have to test a
desktop application with JMeter. Kindly share the details how to test this.
Below are the details:

Windows Application
Database - SQL Server 2012
Technology - .Net Framework, C#, Entity Framework, Oracle Client, Telerik
Kendo UI Controls, EPPlus
--
Regards
Pravesh Shrivastava
g***@live.com
2018-09-04 08:25:06 UTC
Permalink
If your application talks to the database directly you can use JMeter's JDBC
Request
<https://jmeter.apache.org/usermanual/component_reference.html#JDBC_Request>
sampler to simulate multiple applications accessing the database
simultaneously.

So instead of interacting with the UI you need to send associated SQL
queries to the backend.

1. Download Microsoft JDBC Driver for SQL Server
<https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=sql-server-2017>
and drop the .jar (and .dlls if you are going to use native authentication)
to JMeter Classpath
<https://jmeter.apache.org/usermanual/get-started.html#classpath> and
java.library.path <https://www.chilkatsoft.com/java-loadlibrary-windows.asp>
correspondingly
2. Restart JMeter to pick up the libraries
3. Add JDBC Connection Configuration
<https://www.blazemeter.com/blog/real-secret-building-database-test-plan-jmeter>
and define database URL, credentials and other settings there
4. Add a JDBC Request sampler per simulated query and put your query there





--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@jmeter.apache.org
For additional commands, e-mail: user-***@jmeter.apache.org

Loading...