Resource icon

Comparing Two Timestamps In Loadrunner 2017-12-07

No permission to download
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

admin

Administrator
Staff member
Aug 13, 2014
137
3
18
www.speforums.com
admin submitted a new resource:

Comparing Two Timestamps In Loadrunner - Working with timestamps in loadrunner

Sometime you get into a situation where you need to compare time between two clicks or compare the current timestamp with a server retured value in loadrunner. In this tutorial we have illustrated how you can compare current timestamp with the time on which the tutorial was written.

Attached is a working sample loadrunner script which you can play as a example.

Loadrunner Code:

Code:
Action()
{
  // The "calendar time" structure has the following members
  struct tm...

Read more about this resource...