Skip to main content

Testwizard for Mobile testobjects

Project description

Testwizard - Mobile

Python language support for testing Mobile devices using testwizard

Usage

  • import the testwizard.core and the testwizard.mobile packages
  • get a sesion and use it to create a mobile testobject.
  • Use this object to execute commands You can use the session to add results that will be reported to the robot when the script finishes or set results that will be posted immediately.

Sample

Python (mobile.py)

import sys
import time

from testwizard.core import TestWizard
from testwizard.core import ResultCodes
from testwizard.mobile import Mobile

with TestWizard() as TW:
    session = TW.session

    print(session.args['param1'])
    print(session.args['param2'])

    mobile = Mobile(session, "Mobile")

    print("InitDriver")
    result = mobile.initDriver()
    print(result.message)
    if (not result.success):
        session.addFail(result.message)

    # Add your commands here

    print("QuitDriver")
    result = mobile.quitDriver()
    print(result.message)
    if (not result.success):
        session.addFail(result.message)

    if (not (session.hasFails() or session.hasErrors())):
        session.setResult(ResultCodes.PASS, "Test was successful")

sidecar file (mobile.json)

{
    "tester": "Some tester",
    "parameters": [
        { "name": "param1", "value": "value1"},
        { "name": "param2", "value": "value2"}
    ],
    "resources": [{ "category": "MOBILE", "name": "Mobile", "id": "Mobile 1"}
    ],
    "outputFolder": "c:\\temp"
}

License

Testwizard licensing

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testwizard.mobile-3.1.8.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

testwizard.mobile-3.1.8-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file testwizard.mobile-3.1.8.tar.gz.

File metadata

  • Download URL: testwizard.mobile-3.1.8.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for testwizard.mobile-3.1.8.tar.gz
Algorithm Hash digest
SHA256 538fcc002cf5ee406be9bc9dd1af0c8863520b3f881610bca87af414f47e824e
MD5 5962ff3067376891a3c5e22081ab533a
BLAKE2b-256 b538947d026a8f89d99a4810f4b649f388594b4ac5824526b2102916a8bbcc5c

See more details on using hashes here.

File details

Details for the file testwizard.mobile-3.1.8-py3-none-any.whl.

File metadata

  • Download URL: testwizard.mobile-3.1.8-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for testwizard.mobile-3.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 22d3e7d34f7e263f1295c16b384eb99dfd8006ba3ce1f44b55fe4d1e9a787b82
MD5 e9160a54d9830262108fc76d550f2c54
BLAKE2b-256 4664b63dcc2b37294988abcb2a00844ab6d5a166ef14751212c7cad93ab3898c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page