Yes, T-Plan Robot can automate Flash applications. It is however a matter of what you expect. As the tool works on the desktop image level, it doesn't see the component hierarchy. I recommend you to review the tutorial (link above), especially the chapter 2.
T-Plan Robot (formerly known as ...
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Search found 5 matches
- 2010-01-10 16:27
- Forum: VNC-related products
- Topic: T-Plan Robot: Automated testing based on VNC
- Replies: 3
- Views: 5806
- 2010-01-10 16:23
- Forum: VNC-related products
- Topic: T-Plan Robot: Automated testing based on VNC
- Replies: 3
- Views: 5806
Re: T-Plan Robot: Automated testing based on VNC
My apologies for late reply. I haven't reviewed the forum for a while.
Yes, T-Plan Robot would work for GUI based tests. Is it what you need? I just released an extensive tutorial today which I believe addresses your questions. Let me know if you have further questions.
http://www.vncrobot.com ...
Yes, T-Plan Robot would work for GUI based tests. Is it what you need? I just released an extensive tutorial today which I believe addresses your questions. Let me know if you have further questions.
http://www.vncrobot.com ...
- 2009-11-25 17:24
- Forum: Olders
- Topic: How to send a single Windows key to the server?
- Replies: 1
- Views: 4499
Re: How to send a single Windows key to the server?
Never mind. I reviewed the server code and I found out that the key should be rather 0xFFEB or 0xFFEC (corresponding to the left and right Super key in keysymdef.h). Having changed that the Windows key replays correctly.
Thanks anyway!
Thanks anyway!
- 2009-11-25 11:40
- Forum: Olders
- Topic: How to send a single Windows key to the server?
- Replies: 1
- Views: 4499
How to send a single Windows key to the server?
I'm working on T-Plan Robot which is a Java automation testing tool working over VNC. As part of the automation process I send key events to the server programatically on the level of RFB protocol (KeyEvent messages).
I have a question regarding the Windows specific keys. As I understand it ...
I have a question regarding the Windows specific keys. As I understand it ...
- 2009-11-11 20:00
- Forum: VNC-related products
- Topic: T-Plan Robot: Automated testing based on VNC
- Replies: 3
- Views: 5806
T-Plan Robot: Automated testing based on VNC
T-Plan Robot (formerly known as VNCRobot) is a black box GUI automated testing tool working on top of remote desktop technologies. It takes advantage of the RFB (VNC) protocol where it acts as a scriptable client driving a remote or local VNC desktop server. Though it currently relies just on VNC ...