Tuesday, October 10, 2017

How to Initialize Database Variables and Assign Them Values for Multiple Thread Groups

DZone Database Zone
How to Initialize Database Variables and Assign Them Values for Multiple Thread Groups
How to Initialize Database Variables and Assign Them Values for Multiple Thread Groups

Creating a variable and assigning a value to it, is important for writing test cases that use database queries. In our last blog post, we learned to initialize variables and assign values to them, in a database, for one Thread Group. In this blog post we will do it for multiple thread groups.

Let's get started.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...