Questions tagged [webloadui]

LoadUIWeb is a free desktop tool for performance, stress, scalability and load testing of web servers and services.

LoadUIWeb is a free desktop tool for performance, stress, scalability and load testing of web servers and services.

Designed from the ground-up to help you focus on the tasks at hand, it does not require programming knowledge.

It works with both traditional HTML web sites and with Rich Internet Applications using modern web technologies like AJAX, ASP.NET, Flash, Flex or Silverlight.

Source: http://loaduiweb.org/

13 questions
5
votes
1 answer

Return part of string using Regex

I'm looking for some regex to retrieve the GUID from the following URL GetUploadedUserAudioIdfriendlyName=eb0c5663-a9c3-4321-8c0e-5ffbfb3139fc I've so far got GetUploadedUserAudioId\?friendlyName=([A-Fa-f0-9-]*) but this is returning the full…
Jd_Daniels
  • 260
  • 2
  • 14
2
votes
2 answers

How to do basic authentication for the Request in WEBLoad Radview performance tool

How to do basic authentication for the request in web load performance tool?
2
votes
1 answer

Extracting text between backslashes in webload (or other similar applications?)

In Webload, there is a function extractValue("start","end", source, 1) that basically just extracts any values between a specified start and end point. So for example if you have abcdefg and you want to extract cde you could do extractValue("b","f",…
Steven Hsu
  • 183
  • 1
  • 3
  • 15
1
vote
1 answer

How to get number from string present in HTML using webload javascript

How to extract number from string using webload javascript. String is "A new Employer has been created with the EmployerID 677"
A new Employer has been created with the EmployerID 677
Suma
  • 103
  • 2
  • 14
1
vote
1 answer

Which is the best option to select - Don't Correlate or Automatically Correlate? in Webload(Radview) recording

I am new to Webload Testing and trying to perform load testing using Webload (Radview free version) Tool.Once the recording is complete in IDE, which option is advisable to select Don't Correlate or Automatically Correlate? . I had selected both and…
Suma
  • 103
  • 2
  • 14
1
vote
0 answers

WebLOAD IDE error when trying to create new project

I just installed WebLOAD IDE & I get following error, "failed to register on TestTalk", this happens regardless of being on VPN or what my proxy setting are. Thanks in advance, Salil
Maharaj
  • 313
  • 2
  • 3
  • 14
1
vote
1 answer

extractValue function to extract from HTML?

So I was working with webload and was using a function called extractValue, but when I googled it to try and find proper use of it, I learned that it is actually a SQL function for extracting XML values (? is this correct?). Now seeing as that XML…
user3504410
  • 173
  • 1
  • 13
0
votes
0 answers

When I run webload script from IDE, it runs in 45 mins. When i run same script using webload console, it takes 5 hours. What could be the problem?

I have a Webload recorded script which automates some admin operations of the application. When i run the script from the webload IDE, completion of script with singles thread it is taking around 45 mins. Same script with single thread is executed…
0
votes
0 answers

WebLoad Console takes more time when compared to IDE(recorder) to execute the script

Why does the Script take more time when we run from WebLoad Console but when we run the same script from Webload IDE (recorder) comparatively less. Script is recorded to load the data to DB , when we run the script from IDE it nearly takes 1hr but…
Supritha
  • 1
  • 1
0
votes
1 answer

Automate WebPageTest

I have created a web application that will have to operate under a heavy client load, so I was planning to test it out with automated services, yet I don't seem to be able to find any. In essence, I am looking for a way to imitate real requests from…
andriy
  • 105
  • 2
  • 8
0
votes
2 answers

Result Mismatch between Jmeter and Webload in Performance testing

i'm new into performance testing. While doing performance testing of a website I found the results obtained by Jmeter were not matching with the results from Webload. So, i tested a simple website lifechanger.org through both the tools, with 1…
0
votes
1 answer

How to use Regular Expression Extractor while correlating using javascript in Webload PT tool?

I am able to extract a value from a given expression by using the Left and Right boundary in Webload, but I am unable to extract a particular value (for example, index) from the following expression using regular expression…
-2
votes
4 answers

How to get a specific value from json

How to retrieve value from json using webload javascript Message: keys value is : {"_Success": 1, "Criteria": "1234", "SearchAndSelect": [ {"DateOfBirth": "15/02/1962","EmpNo": "123456","LastName": "John", "FirstName": "Smith", "Reference":…
Suma
  • 103
  • 2
  • 14