Forum Discussion

NaveenVanapalli's avatar
NaveenVanapalli
Occasional Contributor
12 years ago

One search for every 10 minutes

Hello,

I am using LoadUI 2.6.3 version and I need to create a project using already created SoapUI project.

Existing SoapUI Project:
1. Maintaining 2 test suites (TestSuiteA and TestSuiteB)
i. TestSuiteA – contains 4 steps
Step-1 : DataSource – Has 8 XMLs files
Step-2: PropertyTransfer – Transfers the request XML to HTTP Request
Step-3: HTTP Request – Request XML is submitted
Step-4: DataSourceLoop
ii. TestSuiteB – Having same steps as TestSuiteA but the XMLs are different.

Using LoadUI:
Using above SoapUI project, I am trying to create a Load Test using LoadUI tool where it should submit the 1st type of search (TestSuiteA) having 8 XML files at a time (or one at a time) at 7’O clock (only once) and after 10 minutes (i.e., 7:10 ) I need to submit the 2nd type of search (TestSuiteB) 8 XML files at a time (or one at a time) and it should continue as follows

Ex:
7:00 – SearchA (8 XMLs)
7:10 – SearchB (8 XMLs)
7:20 – SearchA (same XMLs as used at 7:00)
7:40 – SearchB (same XMLs as used at 7:10)
7:50 – SearchA (same XMLs as used at 7:00)
8:00 – SearchB (same XMLs as used at 7:10)
.
.
.
Like this the test need to continue for 8 hours.

Is this possible in creating the above test in LoadUI (non-Pro) tool?

Thanks,
Naveen
No RepliesBe the first to reply