You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Pravesh Shrivastava <pr...@gmail.com> on 2018/08/29 07:17:50 UTC

Need pointers to test .Net based Desktop Application

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

Re: Need pointers to test .Net based Desktop Application

Posted by "glinius@live.com" <gl...@live.com>.
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-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org