mgroen2
8 years agoSuper Contributor
Performance operations (Start, Check, Group Check, Get Value)
Does anybody have used the operations in the Performance section? If so, can anybody tell me what exactly does the Get Value operation?
- 8 years ago
Check out the following: https://support.smartbear.com/testcomplete/docs/testing-with/advanced/measuring-test-run-time.html#using-counters-in-keyword-tests
Basically, Get Value does just that... gets the value. You would need to then assign that value to a variable or use it in some other call. The examples given in the above link show using Get Value followed by a Log.Message where the value is passed in as "Last Operation Result". You could do the same when assigning as a variable.
So.... not a bug, just a matter of finding the correct documentation. :)