fMBT v0.16.2 released
by Kervinen, Antti
New features and improvements:
* Cross-compiling for Windows supported (mingw on Linux, experimental).
* fmbt-editor:
- Show save unsaved changes dialog on quit.
- Color names of covered inputs/outputs in visualization.
- Draw at most one edge per direction between states in visualization.
* fmbt-scripter:
- Show save unsaved changes dialog on quit.
* fmbtandroid new methods in the Device class:
- pinch/pinchOpen/pinchClose() perform the multitouch pinch gesture.
* fmbtx11: screenshot optimized, xwd bug fixed, xwd dependency removed.
* Many bug and Windows compatibilty fixes.
Project homepage: http://01.org/fmbt
Project wiki: https://github.com/01org/fMBT/wiki/fMBT-Wiki
Project sources: https://github.com/01org/fMBT/
6 years, 2 months
fMBT v.0.16.1 released
by Kervinen, Antti
New features and improvements:
* AAL syntax change:
- The topmost block (aal "..." { ... }) and the language block are
optional, allowing concatenation of AAL files.
* fmbtandroid/chromiumos/rdp/tizen/vnc/windows/x11:
- "Alternative bitmap" support added to optical image recognition for
all *Bitmap methods.
- Example: if "ref.png" does not match on verifyBitmap("ref.png"),
"ref.png.alt*.png" are automatically searched for. If any of them
matches, then verifyBitmap("ref.png") will return True.
* fmbtwindows, new methods in the Device class:
- setForegroundWindow() changes focus.
- showWindow() minimizes/normalizes/maximizes windows.
- windowList() lists top-level windows.
- refreshView() preliminary support for toolkit-based testing.
- tapText() finds texts recognized by the most recent refreshView().
- connection().execPython(CODE) executes CODE on Windows device.
* Windows compatibility improved on remote_python and fmbt-trace-share.
* Many bug fixes.
Project homepage: http://01.org/fmbt
Project wiki: https://github.com/01org/fMBT/wiki/fMBT-Wiki
Project sources: https://github.com/01org/fMBT/
6 years, 3 months