fMBT v0.15.1 released
by Kervinen, Antti
New features and improvements:
* Windows porting:
- fMBT utils use distutils, they were autotools-only.
- ImageMagick++ dependency dropped, only low-level C API is needed.
- eye4graphics DLL is built as a Python extension.
- fmbt-scripter and fmbtwindows.py run on Windows.
- fmbtandroid.py runs but has connection issues on Windows.
- See README-windows.txt for more details and instructions.
* fmbt-scripter:
- code completion on TAB for defined variables.
* Deprecated the fmbt-parallel tool.
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, 6 months
fMBT v0.15 released
by Kervinen, Antti
New features and improvements:
* fmbt-scripter:
- Interactive Python shell added to the console.
- Reference bitmap selection with forced locations.
- Running Python code prints return value when available.
* fmbt-debug:
- Gives Pdb prompt to where fmbt.debug() is called.
- Enables debugging AAL/Python code that is running in remote_pyaal.
* fmbtandroid/chromiumos/tizen/vnc/windows/x11:
- Supports forced location files for reference bitmaps (see GUI FAQ).
- waitScreenUpdated() added.
* fmbtandroid: default swipe/drag uses "input swipe" on Android 4.3+.
* fmbtchromiumos: added shellSOE(), fixed the connection bug.
* fmbttizen:
- Support for new mobile hardware model.
- keyNames() added.
- pressKey() supports the modifiers parameter.
* fmbtwindows: added topWindowProperties() and async shellSOE().
* End conditions: lookahead_noprogess will stop test generation when
the lookahead heuristic does not see any growth in the coverage in any
simulated future.
* Many minor 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, 7 months