@article{doi:10.1002/stvr.1752, author = {Koroglu, Yavuz and Sen, Alper}, title = {Functional test generation from UI test scenarios using reinforcement learning for android applications}, journal = {Software Testing, Verification and Reliability}, volume = {n/a}, number = {n/a}, pages = {e1752}, keywords = {mobile applications, reinforcement learning, software testing, temporal logic, test oracles, test scenarios}, doi = {10.1002/stvr.1752}, url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/stvr.1752}, eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/stvr.1752}, note = {e1752 stvr.1752}, abstract = {Summary With the ever-growing Android graphical user interface (GUI) application market, there have been many studies on automated test generation for Android GUI applications. These studies successfully demonstrate how to detect fatal exceptions and achieve high coverage with fully automated test generation engines. However, it is unclear how many GUI functions these engines manage to test. The current best practice for the functional testing of Android GUI applications is to design user interface (UI) test scenarios with a non-technical and human-readable language such as Gherkin and implement Java/Kotlin methods for every statement of all the UI test scenarios. Writing tests for UI test scenarios is hard, especially when some scenario statements are high-level and declarative, so it is not clear what actions should the generated test perform. We propose the Fully Automated Reinforcement LEArning-Driven specification-based test generator for Android (FARLEAD-Android). FARLEAD-Android first translates the UI test scenario to a GUI-level formal specification as a linear-time temporal logic (LTL) formula. The LTL formula guides the test generation and acts as a specified test oracle. By dynamically executing the application under test (AUT), and monitoring the LTL formula, FARLEAD-Android learns how to produce a witness for the UI test scenario, using reinforcement learning (RL). Our evaluation shows that FARLEAD-Android is more effective and achieves higher performance in generating tests for UI test scenarios than three known engines: Random, Monkey and QBEa. To the best of our knowledge, FARLEAD-Android is the first fully automated mobile GUI testing engine that uses formal specifications.} }