Elvorin
14 years agoContributor
Performance Numbers
I have test case with the following steps -
DataSource [to read input from file]
SOAP Call [make the call for which we want performance numbers]
Property Transfer [for logging purpose, as currently I donno how else to get request/response in table log]
These steps takes different amount of time. So my question is when LoadUI shows a response time, is it the total of these steps? If so, is there a way to measure just the SOAP call response time, as that's what we really wanna measure. Dont want it to be skewed by file read/property transfer step execution time.
DataSource [to read input from file]
SOAP Call [make the call for which we want performance numbers]
Property Transfer [for logging purpose, as currently I donno how else to get request/response in table log]
These steps takes different amount of time. So my question is when LoadUI shows a response time, is it the total of these steps? If so, is there a way to measure just the SOAP call response time, as that's what we really wanna measure. Dont want it to be skewed by file read/property transfer step execution time.