Hi, I got tired to do UI testing by always doing the same actions in the menus and so on, like:
- go in Videos - go in Video Library - go in Movies - etc So I started a little branch to automate that kind of navigation, it's on lp:~philn/elisa/autodrive To use it, launch elisa once with the -r argument: ./elisa-core/bin/elisa -r autodrive.pickle Do the navigation stuff in the menus and quit. Then relaunch elisa with the -a argument: ./elisa-core/bin/elisa -a autodrive.pickle And the UI should display the last menu you navigated at first run. This could be useful for developers doing UI stuff and later, if the QA process integrates some kind of automated UI testing. Philippe
