Skip to main content

Simple test object for Robot Framework®

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.1.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for robotframework_testobject-1.0.1.tar.gz
Algorithm Hash digest
SHA256 bdac859184b5937a7442b5aaba16fa96da9c6b9d052cb03f0df00cafde48b03b
MD5 8e395328c830e620495f6b2fc8dbb4d8
BLAKE2b-256 9706c5fb9c7912f92649b4f21f8c657b64dc1e5e9a654d32c015b1ae855c041e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robotframework_testobject-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ddb8841225ad2d2f707eefb52f1cd02cfd5c82fac9ab7a6ef1fff88e2461cba7
MD5 8ca50540a2c9fe97ee76e9e4b6b22dfc
BLAKE2b-256 b4106bdd3682d8095bd24f2347df96ca98c965398c476e2acd3f3f3f1097ca14

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