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
0
votes
2 answers

How to write Dynamic Transaction names with loop count in truclient

I want to define dynamic transaction name with a variable in it like for(var i=0;i<=5;i++) LR.startTransaction("Application_TransactionLoopcount_"+myloopcount); Truclient step1 Truclient…
Jan
  • 1
0
votes
2 answers

How to set a custom download path in Chromium in Truclient protocol of Loadrunner

I am trying to record a UI in Truclient protocol using its Chromium extension. As part of my workflow, I am downloading a file by clicking a button on UI. While replaying my script the downloaded file is saved in the default download path of Chrome.…
Deepak
  • 1
  • 1
0
votes
1 answer

How to call an external API in truclient protocol of loadrunner

I am recording a script using truclient protocol.In my script ,i need to externally call an API which generates the Password. The password is fetched using the co-relation,which is used as an input for Login. I am however unable to call the…
Vishal
  • 147
  • 4
  • 16
0
votes
1 answer

Loadrunner TC protocol

How to add dynatrace header in TC protocol scripts of LoadRunner? Steps to add dynatrace header in TC protocol.Is it the same way we do in web http protocol i.e, cmd prompt or different?
0
votes
1 answer

Truclient object identification

We have a page where with dozens of rows listing tasks that we have created. We have named the tasks 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…
0
votes
3 answers

Press Space key inside a text box field using trueclient vugen Tool?

I need to Press space Key using JavaScript Inside a TextBox after typing the string. How can I do it inside vugen tool (Load runner) using eval js function? can anyone guide me? I tried inside to evaluate javascript on the object but getting an…
Mia
  • 448
  • 8
  • 22
0
votes
2 answers

What could be the possible reason behind huge difference between response time of a page in chrome and same in chromium?

I have me testing a application using Loadrunner TruClient using browser Chromium, which gives me response time of a page as 50 seconds on an average. But when i see the timings for the same page in Chrome, it is not more than 10 seconds on an…
Vishal Chepuri
  • 306
  • 5
  • 26
0
votes
2 answers

Need a way to close browser instance through truclient

While replaying the script in truclient during a transaction a new instance of browser opens, and due to this rest all transactions are failing. Is there a way to close the new browser instance so as to continue the script replay using truclient.
0
votes
2 answers

Truclient - how to send keystroke to an unordered list

We are using a Javascript UI library that models a combobox as an unordered list in the HTML, e.g.
  • Item 1
  • Item 2
  • ...
This is rendered like a combobox where the user clicks on it and picks from a droplist of the items.…
user3191192
  • 169
  • 13
0
votes
1 answer

How to capture and verify Web application Page size in Truclient 12.60?

I am Working on truclient to measure Download Time of Text File. Scenario : Navigate to Link. Provide valid creds and click login. Text File opens in browser itself. I want to verify the download size (page size) of step 3. I tried using verify…
Vishal Chepuri
  • 306
  • 5
  • 26
0
votes
1 answer

Error while installing loadrunner standalone truclient12.56 version

I am getting an error while installing Truclient standalone 12.56 version This patch cannot be installed because the required HP software component is not installed. Please install the correct patch I also tried to install the latest patch from HP…
0
votes
1 answer

LoadRunner TruClient - How to measure page response time properly?

Question for LoadRunner TruClient, how to measure page load time properly? Right now I'm thinking the only way to do is to have 1) Click a link event 2) Verify object show up on the next page. But if I put the transaction around 1)+2), the response…
user6252041
  • 73
  • 2
  • 10
0
votes
1 answer

Multiple Script serially or simultaneously in Loadrunner TruClient?

Is there any ways that I can run multiple script serially or simultaneously by scheduling or other process in TruClient? Like I have 100 scripts on a single project. So if I need to run automation test, I don't want run all the scripts manually.…
0
votes
1 answer

Fetching data from excel sheet in Truclient lite (script recording tool)

How do we fetch data/inputs from the excel sheet while recording script using the Truclient lite script recording tool?
Manas
  • 11
  • 1
0
votes
1 answer

LoadRunner Truclient, need to access elements directly and force events. How to force the .onClick() event?

We have an App Under Test which is using frames, and seems to be ignoring standards. (Image 1-3.) Problem: I need to force an onClick() event inside the page, because TruClient does the click() event, but the onClick() doesn't fire. We're using a…
Bill C
  • 21
  • 4