This session will talk about how testing not only verified the features work as expected but also ensure the user interface produces the right output. UI testing is more closely associated with the device or emulator than with the platform language. This enables to record a UI flow on one device and then replay the test to other devices.
Based on my own experience, UI testing with the manual test is so frustrated when we have a new build every day especially if we have a lot of test cases need to be verified before the product goes to market. With the power of image processing, Automated UI testing is possible to created which is really helpful to reduce the testing time.
I would like to share how the team in BBM implemented the automation to automate the UI testing. comparing some of the existing libraries that supported robot framework and try to create the extended library to fulfil the needs.