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-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to