sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21253
[Question #236173]: Adding Performance Testing Transactions to Scripts
New question #236173 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236173
Hi,
We would like to add a transaction to our automation scripts that record the time taken from the start to the end of the script. We want to use this for basic performance testing.
eg
StartTransaction();
<<<run automated script>>>
EndTransaction();
Output("Time Taken was " +transactiontime())
Thanks in advance!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.