nastester
3 years agoRegular Contributor
Log all requests via Performance Transaction Log
I am looking for a way to log every request made during a performance test. I basically need to see the timestamp for every request made. I am thinking this needs to be accomplished via a groovy script in the T-log configurations screen.
I tried using something like soapui_context.statusCode == 200 to just get a log of every successful request but it doesn't seem to match everything I am posting.
Is there a better way to accomplish this? Thanks