Git Product home page Git Product logo

filltheform's Introduction

FillTheForm

Build Status License

FillTheForm is an Android app that that helps you to develop and test apps faster.

Now you can fill out every EditText with just a long press!

FillTheForm Speed Test

FillTheForm Speed Test

Requirements

  • Android 5+
  • FillTheFormSample app or your Android app with EditText elements that have id-s

Usage

  • Import this project to Android Studio
  • Install FillTheFormSample app
  • Install FillTheForm app
  • Open FillTheForm app. Enable all required permissions and then press 'Load configuration'
  • Press the button 'com.hrs.filltheformsample'
  • Long press one of the EditText fields in the FillTheFormSample app

Create configuration file for your Android app

Single item in the configuration file should have the following format:

<edit_text_id>value</edit_text_id>

Items can be grouped in profiles:

<profile name="Profile name">
    ...
    <edit_text_id>value</edit_text_id>
    <other_edit_text_id>other_value</other_edit_text_id>
    ...
</profile>

This is the configuration file for the FillTheFormSample app:

<fillTheFormConfig>
    <packages>
        <package>com.hrs.filltheformsample</package>
        <package>com.hrs.filltheformsampletwo</package>
    </packages>
    <profiles>
        <profile name="Max Mustermann Profile">
            <first_name>Max</first_name>
            <last_name>Mustermann</last_name>
            <email>[email protected]</email>
            <city>Köln</city>
            <city>Düsseldorf</city>
            <state>NRW</state>
            <country>Germany</country>
            <country>Deutschland</country>
            <phone>+491234879625</phone>
            <zip_code>50667</zip_code>
            <comment>Viele Grüße aus NRW!</comment>
        </profile>
        <profile name="John Doe Profile">
            <first_name>John</first_name>
            <last_name>Doe</last_name>
            <email>[email protected]</email>
            <email>[email protected]</email>
            <city>San Francisco</city>
            <state>California</state>
            <country>United States of America</country>
            <country>USA</country>
            <phone>(415) 321-654</phone>
            <zip_code>CA 94129</zip_code>
            <comment>Welcome to San Francisco!</comment>
        </profile>
        <profile name="Random Test Profile">
            <first_name>random_first_name</first_name>
            <last_name>random_last_name</last_name>
            <email>random_email</email>
            <city>random_city</city>
            <state>random_state</state>
            <country>random_country</country>
            <phone>random_phone</phone>
            <zip_code>random_zip_code</zip_code>
            <comment>random_text</comment>
            <comment>random_paragraph</comment>
        </profile>
    </profiles>
    <!-- No profile -->
    <first_name>Ivan</first_name>
    <last_name>Jukic</last_name>
    <country>Croatia</country>
    <city>Imotski</city>
</fillTheFormConfig>

License

FillTheForm is available under the Apache 2 license. See the LICENSE file for more info.

filltheform's People

Contributors

ivan9jukic avatar

Watchers

James Cloos avatar Nick Tsilivis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.