Tag: Ajax Truclient
-
Suppose you want to create your own log file, here’s how to do that in Ajax Truclient using the Evaluate Javascript action from the Toolbox. So, drag it onto your script, make sure it’s inside an Action and not in vuser_init or vuser_end. It didn’t work when I initially placed it inside vuser_init and I’m not sure why. To… Continue reading
-
For example you are waiting for an object with a message like “6 card(s) processed successfully.” where 6 could be any number. Here’s how to use isRegExpMatch descriptor to identify that object. First, change the ID method of the object to Descriptors and open the Descriptors Editor. Then, add a text property (if it’s not already there)… Continue reading
-
Version: HP Vugen 11.52Protocol: Ajax Truclient IE I had a recent task where the project team wanted to know how long it takes for several concurrent users to play a certain video. The goal really is to see how much buffering is happening as the users are increased, and if the server can handle it.… Continue reading