-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
executable file
·53 lines (34 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
This is 0.4 version of Martlet Qt4 Gui testting application.
It allws you to nearly automatical record and playback of test scripts.
This is early release
HOMEPAGE:
https://sites.google.com/site/qmartlet/home
Main features:
Spy Qt4 applications object trees and properties.
Martlet - autamatic scripts recording/and playback.
- Manage multiple scripts as a project.
- Record user events in a simple csv format.
- Test application
- Currently only Mouse/Keyboard events are supported.
- Spy object tree and properties.
- Add "VERIFY" lines to your script.
Next steps:
Get sources:
git clone git://github.com/sashao/martlet.git
This is Qt4 project.
Currently only Linux OS supported.
Tested platforms: Fedora / Qt 4.7.0-4.7.2
Build all:
cmake . && make
Run:
cd /bin
./martlet
Install:
Any Authomatic installations is not supported.
Now you can click on application widgets and see its object tree and object properties in "Spy Window".
Enjoy.
Feel free to contact with author if you want to get support.
Developer:
Oleksandr Omelchuk sashao@e-mail.ua
Thanks for Help:
Anatoliy Kyrylyuk anatoliykyryliuk@gmail.com