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 ...
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: 11189
- 2010-01-10 16:23
- Forum: VNC-related products
- Topic: T-Plan Robot: Automated testing based on VNC
- Replies: 3
- Views: 11189
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: 10032
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: 10032
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: 11189
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 ...