Forum Discussion
lanahorton
13 years agoOccasional Contributor
My starter project was a simple opening of a website. One file content pasted below the following information about my existing project.
We are in the process of evaluating LoadUI for the purpose of running Rest API calls on hand-held devices. I am looking at SoapUI Runner, but our existing scripts call resources and rely on custom properties in SoapUI. I don't see a way to incorporate those into SoapUI Runner after looking at yutorials and searching this forum. I only have a few days to finish my evaluation, so anything you can assist to get all parameters into the attributes of my scripts will help.
The following sample script (existing in-house project) creates a unique RequestId, picks up the static ApiClientId (this can be hard-coded), picks up the AuthTranId from Properties (unique identifier created and transferred to Properties in previous steps), and lastly pulls the SMSPin (created and transferred to Properties in previous steps) - some parameters are pulled from the Test Suite Custom Properties and could be included in the Properties step of the test:
{
"RequestId" : "${DataGen - RequestId#RequestId}",
"ApiClientId" : "${#TestSuite#ApiClientId}",
"SubClientId" : "",
"AuthenticateTransactionId" : "${Properties#AuthTranID}",
"Passcode" : "${Properties#SMSPin}"
}
In the meantime, per your request/reply to my question about why the trial version is not returning any results when attempting to access a website multiple times...
Here is the content of the 'execution.properties' file:
#
#Tue Dec 10 13:16:38 MST 2013
ID=558c56a6-4e24-46e3-9381-0d984cec80eb_1386706571560
totalRequests=0
LABEL=2013-12-10 13\:16
START_TIME=1386706571560
LENGTH=7005
totalFailures=0
'EvalProject1_2013-12-10_131611-560.trace.db' file contains too many characters to post here and I don't see anywhere on this template to attach a file.
We are in the process of evaluating LoadUI for the purpose of running Rest API calls on hand-held devices. I am looking at SoapUI Runner, but our existing scripts call resources and rely on custom properties in SoapUI. I don't see a way to incorporate those into SoapUI Runner after looking at yutorials and searching this forum. I only have a few days to finish my evaluation, so anything you can assist to get all parameters into the attributes of my scripts will help.
The following sample script (existing in-house project) creates a unique RequestId, picks up the static ApiClientId (this can be hard-coded), picks up the AuthTranId from Properties (unique identifier created and transferred to Properties in previous steps), and lastly pulls the SMSPin (created and transferred to Properties in previous steps) - some parameters are pulled from the Test Suite Custom Properties and could be included in the Properties step of the test:
{
"RequestId" : "${DataGen - RequestId#RequestId}",
"ApiClientId" : "${#TestSuite#ApiClientId}",
"SubClientId" : "",
"AuthenticateTransactionId" : "${Properties#AuthTranID}",
"Passcode" : "${Properties#SMSPin}"
}
In the meantime, per your request/reply to my question about why the trial version is not returning any results when attempting to access a website multiple times...
Here is the content of the 'execution.properties' file:
#
#Tue Dec 10 13:16:38 MST 2013
ID=558c56a6-4e24-46e3-9381-0d984cec80eb_1386706571560
totalRequests=0
LABEL=2013-12-10 13\:16
START_TIME=1386706571560
LENGTH=7005
totalFailures=0
'EvalProject1_2013-12-10_131611-560.trace.db' file contains too many characters to post here and I don't see anywhere on this template to attach a file.