Skip to main content

Robot Framework Code Generator from Keyword-Driven Tests in imbus TestBench 3.0 and newer

Project description

robotframework-testobject

A simple test object for robot framework without external dependancies and without UI that can be used for trainings and demos

Installation

pip install robotframework-testobject

Usage

*** Settings ***
Library    TestObject

*** Test Cases ***
Test Password Change
    Login User    captain    1234567890
    ${username} =    Get Username
    Should Be Equal    Steve Rogers    ${username}
    Change Own Password    new_password=new_password    old_password=1234567890
    Logout User
    TRY
        Login User    captain     1234567890
    EXCEPT    ValueError: Invalid Password    AS    ${e}
        Log     Access Denied
    ELSE
        Fail    illegal access possible
    END
    Login User    captain     new_password

Project details


Download files

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

Source Distribution

robotframework_testobject-1.0.0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file robotframework_testobject-1.0.0.tar.gz.

File metadata

File hashes

Hashes for robotframework_testobject-1.0.0.tar.gz
Algorithm Hash digest
SHA256 def31aacf4e40487a8b420059a28a2f273b5763824edae0730d58f1f512384e0
MD5 92aa452de68d89039e99474709a9c78e
BLAKE2b-256 9658c6d645279ec023810dab6974b99fe46da030373e29d614d5eb27cdff315f

See more details on using hashes here.

File details

Details for the file robotframework_testobject-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for robotframework_testobject-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f0c74d8a61d6e5c8f7f76da5bad2b9953ccfcbc9128d0dd5b9f3cb096ab6eef0
MD5 d0fb8b20dce879b641ea36b70b119a0c
BLAKE2b-256 ba3d6a62ca970264c7f914d634108ac0c8b7fed8d38f41e744c7afcf59109873

See more details on using hashes here.

Supported by

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