Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

Regarding Virtual Table Server capabiltities

$
0
0

Hi,

If anybody can give me information on below , It would be great.

1) I am using VTS latest version which supports Load Runner 12.02 and need to know whether VTS server can handle concurrent virtual user access..Is it queueing user requests and then, serve? or whether it has capabilty to handle concurrent virtual users (say 50 users).

2)  I use below code snippets to read column data and it worked. However, after few iterations, it was found that the data in the table was exhausted. Is there any VTS function onlyto read data so that data in the table is not exhausted?

int rc = 0; 
lr_start_transaction("retrieve_column");
rc = lrvtc_retrieve_row();
lr_log_message("retrieve_row rc=%d\n", rc);
lr_log_message("%s", lr_eval_string("{CustomerID}"));
lr_end_transaction("retrieve_column", LR_AUTO);

 


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>