Page 1 of 1

record execution

Posted: Fri Jun 09, 2017 11:39 pm
by vk_sb
Hi,
I am new to Ranorex. We have automated some of our UI tests using coded modules (C#). we execute all these on Azure VMs and I would like to know, is there a way to record actions/mouse clicks while ranorex is executing the tests so i can play back at a later time to see if it has executed correctly. I think i can force it do screen capture every x seconds.
please let me know if there is an option.
Thanks,
VJ

Re: record execution

Posted: Mon Jun 12, 2017 2:15 pm
by qwertzu
Hi vk_sb,

So your goal is to check whether your test-run was successful and all actions were performed as wanted?
Basically, the report (appearing after the execution) gives you enough information on whether actions performed successfully or not.
Furthermore, you can capture several screenshots during run-time in order to actually get a picture of what happened during a test run.

regards,

qwertzu

Re: record execution

Posted: Wed Jun 14, 2017 7:45 pm
by vk_sb
Thanks!