'How Test Database (PostgreSQL) with Loadrunner
I want to test a Database(PostgreSQL) with Loadrunner, I want to know if there is any sample code for that.
Solution 1:[1]
ODBC, if you have a postgresql ODBC driver and your client is an odbc client you can record the connection. Or, you can put your queries through an open ODBC client and record them
Or, see VUGEN guide, Advanced Concepts, Building virtual users in Visual Studio. This may help as well, http://www.postgresql.org/docs/current/static/client-interfaces.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | a_horse_with_no_name |
