Questions tagged [truclient]

TruClient is a browser-based testing technology for performance, load and automation developped by HP.

Its supports simple Web as well as modern JavaScript-based applications (Web 2.0).

54 questions
1
vote
1 answer

Click on a link beside text in TruClient

We have a page where with dozens of rows listing cases that we have created. We have named the cases unique so we can use a loop in TruClient to scroll down the page until we find that text. Our page has us then clicking on the link to the left of…
Brian Folan
  • 205
  • 2
  • 9
1
vote
1 answer

replay failed to start see vugen log for more details - error when replayed vugen

I am using Loadrunner 2020 community edition. I have created a script in TruClient and when trying to replay in develop script mode, getting 'replay failed to start see vugen log for more details' error. 'logfile.log' was empty and 'mdrv.log' file…
1
vote
1 answer

Is there any way to read what was printed to console programatically in JS? (For testing)

I have some automated tests written in TruClient scripts and I want to verify what was printed in the application JS console. Is there any way to access that from the javascript? Like console.getText() type of thing? I want to verify that some…
Loop
  • 233
  • 1
  • 3
  • 13
1
vote
2 answers

LR 12.55/TruClient vusers are stuck in Init state not going to running

I created a TruClient Web (IE) protocol script in LR12.55, when I try to run the script with 50 users, only some would go into running state (in between 25-37) and the rest would stuck in init forever. I tried to change the Controller -> Options->…
user6252041
  • 73
  • 2
  • 10
1
vote
1 answer

LoadRunner TruClient - Power BI module shows 'Navigation to the webpage was canceled.'

I have a page with Power BI report module. When I reply my scenario in LoadRunner TruClient (IE), it shows 'Navigation to the webpage was canceled'. But if I launch the page in IE, it is shown fine. Anybody can tell me why this is shown?
user6252041
  • 73
  • 2
  • 10
1
vote
1 answer

How do I handle an unpredicted alert in TruClient?

How do I handle an unpredicted alert in TruClient? My application throws an alert box sometimes notifying about system related stuff. I cannot predict when it will appear. I do not want to add many Press OK in alert dialog all over the script. Is…
CodeWizard
  • 128,036
  • 21
  • 144
  • 167
1
vote
1 answer

LoadRunner TruClient - Dynamic Transactions with Parameters/Variables

Just wondering whether it's possible to create a dynamic transaction in TruClient like you are able to in the HTTP protocols? Whenever I try and create a transaction I am unable to add a variable to it. If anyone has any ideas/solutions, it would be…
foobar
  • 41
  • 12
1
vote
5 answers

Loadrunner 12 - TruClient IE & FireFox Issues

Having the below issues using the TruClient Protocols. Any help would be much appreciated. Set Up: I have Loadrunner 12 installed in Win7 with IE 11 & latest version of Firefox (32.0) installed. Question 1: When I record a script using "TruClient…
TTS777
  • 11
  • 1
  • 1
  • 2
1
vote
2 answers

Loadrunner TruClient and enough throughput/httsPerSeconds

I run a LoadRunner http-protocol request against a single url (OpenAM isAlive.jsp site) and I get about 1000/900 hits per seconds throughput using i.e. 100 VUsrs (http). Running the similar test with TruClient I try to run 100 VUseres and when I…
Magnus Jensen
  • 905
  • 6
  • 36
  • 73
1
vote
2 answers

LoadRunner: TruClient: Big difference between duration of step from VUGen in "load mode" and from the controller

Replaying a script from VUGen in "Load mode", one transaction takes aprox. 0,5 secounds. Running the same script with one single Vuser from The Controller and localhost as loadgenertor the same transaction takes 12 secounds. How is that possible? I…
Magnus Jensen
  • 905
  • 6
  • 36
  • 73
0
votes
3 answers

Ajax TruClient, scope of use and limitations?

Just got LR 11 Vugen licence and tried TruClient, looks great and the firefox based script recording works really nice. However, I have not found answers to the following: 1)Is TruClient running limited the same way as QuickTest Pro virtual users…
LorenzoD
  • 15
  • 2
  • 5
0
votes
1 answer

Why chromium does not display objects while running load test for Truclient script but objects displayed perfectly fine while running script in local?

There are radio options those should be displayed when launching a web page in chromium. Radio options display correctly when running the Truclient script in local machine but they don't display/blank space when running the load test. This is…
0
votes
1 answer

Wait For Object Clickable in Truclient Vugen script

In TruClient Vugen script is it possible to wait for a Button to become clickable. Currently in my script I am waiting for an object to exist, but its not very stable and some transactions keep failing because of it. Please help on the logic to wait…
0
votes
1 answer

How can I simulate Tab Key and Enter Key press, using JavaScript for TruClient

I am working on LR Truclient, which uses JavaScript as underlying language. I have a scenario, where I need to click 'Tab' key and then 'Enter' key (to change the focus to browser pop button, which I am not able to handle with default steps…
Jeby
  • 21
  • 3
0
votes
1 answer

TruClient - Evaluate JS on Object to return array

My application has a table with a "Status" column. I am using "Evaluate JS on Object" to scan the column to determine if any of the rows is in "Pending" status and take the appropriate action. The object identification works fine, as TruCLient…
JaxCoq
  • 3
  • 2
1
2 3 4