Graceful Exit

Class library usage, coding and language questions.
Nik
Posts: 18
Joined: Fri Sep 29, 2006 1:35 am

Graceful Exit

Post by Nik » Fri Dec 22, 2006 12:11 am

Just want to know if Ranorex can take care of keystrokes. When an application is running and I want to close it in the middle. So, can I specify any key combinations which I can handle in the code , so that any clean if needed can be taken care.

-Nikhil

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Sun Dec 24, 2006 11:27 pm

We will support some kind of shortcuts in the future, but i think you don't need them for this situation.
Nik wrote:When an application is running and I want to close it in the middle.
You can close every windows application with ALT+F4 in the middle, your test script should fail in this case and you can take clean up.

Jenö Herget
Ranorex Team

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Thu Jan 11, 2007 9:39 pm

We implemented an ExitKey function for the next release(V1.1.0).
You can exit with a shortcut from your running script.

Gabor Herget
Ranorex Team