Questions tagged [loadui]

LoadUI is a open source API load testing solution that is free and cross-platform. It supports all the standard protocols - from REST, SOAP/WSDL, AMF, JDBC, POX to HTTP(S) and HTML. In a single test environment, LoadUI provides complete test coverage, including Web Load Testing, Automated Testing, Stress Testing, and more.

LoadUI is a open source API load testing solution that is free and cross-platform.

With a visual, drag-and-drop interface, it allows you to create, configure and redistribute your Load Tests interactively and in real-time.

It supports all the standard protocols - from REST, SOAP/WSDL, AMF, JDBC, POX to HTTP(S) and HTML.

In a single test environment, LoadUI provides complete test coverage, including Web Load Testing, Automated Testing, Stress Testing, and more.

Home page: http://www.loadui.org/

29 questions
0
votes
1 answer

Trouble calling py script from another script

Im new to python, I created a py file from a ui file, the problem with that if i change something from the ui file nothing changes in py file therefore i made another py file that loads the ui file instead. With that if i change something in the ui…
Sev
  • 31
  • 1
  • 8
0
votes
1 answer

System Error when running PyQt4's loadUi()

I'm pretty new to Qt, Python and their combinations. I'm currently writing a QGIS plugin in python (I used QtCreator 2.1 (Qt Designer 4.7) to generate a .ui-file and am now trying to use it for a Quantum GIS plugin that's written in Python 2.5 (and…
amelie
  • 45
  • 6
0
votes
2 answers

Can loadUI be used to load test a WCF Service

I am looking at the basic intro for LoadUI and it seems to be for webpage load testing Is there a way to load test wcf services with it? or is that just not its purpose?
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
0 answers

tomcat 7's performance on multiprocessor

I have tomcat 7 running on a hardware with 16gb ram and 4 quad core processors. I have to support 400 requests per second to the REST APIs. A typical call to the REST API takes 300ms on an avg. When I am testing the load using LoadUI with 250…
0
votes
0 answers

LoadUI and SoapUI and Rest API backend does not execute

I am currently using LoadUI and SoapUI for Load Testing a REST API. However each time I ran either my functional tests from SoapUI or my Load Tests based on the SoapUI project the backend code does not execute. I expected to see the service doing…
user3498133
  • 195
  • 3
  • 15
0
votes
1 answer

Need unique property to use for different Test Cases in SoapUI free

I am trying to reuse soap testcases into loadUi, but I am using the free version, so data driven testing, with excel or db is out of the question. Now my problem is I need unique ID for each virtual user, but this id has to be reused in the 2nd…
0
votes
1 answer

PyQt4 add label loadUi

import sys from PyQt4 import QtCore, QtGui, uic class MainWindow(QtGui.QMainWindow): def __init__(self): QtGui.QMainWindow.__init__(self) self.Dynamic_log = uic.loadUi("Dynamic_log.ui") self.Dynamic_log.show() …
Rhys
  • 4,926
  • 14
  • 41
  • 64
0
votes
1 answer

Can SOAPUI run LoadTest TestSteps sequentially

I have a LoadTest in SoapUI with a TestSuite of 3 TestSteps, Step1, Step2 and Step3. I want to run the TestSuite from 10 concurrent threads where each threads runs the TestSuite 10 times. When I set this up in SoapUI the TestSuite isn't run as I…
Andreas Selenwall
  • 5,705
  • 11
  • 45
  • 58
0
votes
1 answer

automate the loadui

I am using Windows OS. I went through the loadui website to understand the automation process. As I am very new with this software, I cant even understand how to run certain command. For example, there is command like this "loadUI-Agent-1_5_0.exe…
user1914937
  • 27
  • 1
  • 2
0
votes
1 answer

Perfomance Test reporting with accurate TPS

I need to complete some performance tests on SOA appliances with side cache. I have developed a simple application to generate SOAP/HTTP traffic but now i need some way of monitoring the E2E applications performance. One vital metric i require is an…
Hector
  • 4,016
  • 21
  • 112
  • 211
0
votes
1 answer

How can I send AMF Credentials in an AMF request in soapUI?

I need to send a login and password with an AMF Request in soapUI. Yes, I'm aware that there is an option on the testCase level where you can specify this, and that you can set this property through a test step, but I need to send this information…
0
votes
1 answer

Does a soapUI runner used with a Virtual User generator only run the specified testCase's setup script once in loadUI?

I'm trying to run a load test on a testCase I have created in soapUI using loadUI. My soapUI testCase has an AMF request in it that creates a database object, lets call it "someList". In the testCase options menu, I have "Enable AMF session" checked…
0
votes
1 answer

how to generate load using loadUI?

I want to generate load test using soapui+loadui integrated test case for generating load on our instance of tomcat but when i increase request rate to 200 to 500 or 800 at that time most of the request will be discarded what was the problem ? i am…
jayesh
  • 2,422
  • 7
  • 44
  • 78
0
votes
2 answers

How to perform data driven load testing using LoadUI

I am load testing a web service. Is it possible to perform data driven testing using loadui? If yes, how? We can just give requests to web runner (where url is given) but I am not able to feed any data.
user1347083
  • 11
  • 1
  • 1
1
2