Votes
Answers
Views
Question
2
1
152
asked 5 years ago by coleslaw
updated 5 years ago by miraclefren2
Category:
Application Lifecycle Management
♥ 1
Hello. I am trying to create a query that will provide a report containing the run times broken down into seconds, minutes, etc. So far, I have the following query, but I keep receiving an error. Can you help me with this? Thanks! SELECT rn_test_id, sum(rn_duration) as sec, sum(rn_duration) / 60 as ...
4
1
49
asked 9 years ago by Iama_mess
updated 9 years ago by DavidMofOSI
Tags:
Is there a way to feed in the expected response time in the LR during or after the execution; so. it can compare the Expected vs Actual response time and tell me if my transaction is pass or fail. Presently I am doing it in excel which is a tedious process.