Skip to content

andremenegassi/x-PATeSCO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

x-PATeSCO - Cross-Platform App Test Script Recorder

x-PATeSCO is a software tool that proposes mechanisms to produce automated tests for cross-platform mobile apps.

If you use this tool, we gently ask you to cite our publication:

@article{iet-sen/MenegassiE20,
  author    = {Andre Augusto Menegassi and Andr{\'{e}} Takeshi Endo},
  title     = {Automated tests for cross-platform mobile apps in multiple configurations},
  journal   = {{IET} Softw.},
  volume    = {14},
  number    = {1},
  pages     = {27--38},
  year      = {2020}
}

Folders

Each folder is described as follows.

x-PATeSCO (source) - it contains the source files for the prototype tool. The tool has been developed in C# and its project can be opened using Microsoft Visual Studio 2017.

x-PATeSCO (bin) - binary files and dependencies to run the tool; we tested it with Windows 10. It requires an Appium server (http://appium.io/) installed and running; the mobile device must be accessible through the Appium server. The server's address and port are set up within the tool.

Experimental Data/AppProject - for each app, we provide the project source folder (used to build the .apk for Android and .app for iOS). We make available seven out of nine apps tested in the paper since two apps are from IT partners and are not open source.

Experimental Data/TestProject - for each app the test project (for Microsoft Visual Studio 2017) that runs and collects the data about the eight locating strategies discussed in the paper.

Experimental Data/data.csv - it contains the raw data for the experimental study conducted in the paper. This file summarizes pieces of information for all executions, initially recorded in JSON files.

We believe all files needed to replicate the experiments are herein available.

Best regards,

André Augusto Menegassi - [email protected]

Andre Takeshi Endo - [email protected]

UTFPR - Campus Cornelio Procopio - Brazil

About

Cross-Platform App Test Script Recorder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages