Skip to content

neves01/ProfMapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProfMapp: profile extractor of mobile apps (Accessibility Extension)

This tool aims to identify and quantify characteristics of mobile apps from a software testing perspective.

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

@article{HNSilva2020,
title = "On the Relation between Code Elements and Accessibility Issues in Android Apps",
journal = "Information and Software Technology",
year = "2020",
doi = "https://doi.org/10.1145/3425174.3425209",
author = "Silva, Henrique Neves and Endo, Andre Takeshi and Eler, Marcelo Medeiros and Durelli, Vergilio, Silvia Regina and Durelli, Vinicius H.S.",
}

Description

Tool execution

  • Download file profmapp.jar from the /Tool folder.
  • Execute the following command: java -jar profmapp.jar
  • Inform the path for the projects' source codes.

Mapping of code elements x WCAG

  • Code elements of the native Android API that may be related to accessibility features, and mapped them to principles and success criteria of Web Content Accessibility Guidelines (WCAG).
  • Android API: 30.
  • WCAG: 2.1 version
  • File: Code elements x WCAG Principles.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%