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
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
Built Distribution
Close
Hashes for robotframework_testobject-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdac859184b5937a7442b5aaba16fa96da9c6b9d052cb03f0df00cafde48b03b |
|
MD5 | 8e395328c830e620495f6b2fc8dbb4d8 |
|
BLAKE2b-256 | 9706c5fb9c7912f92649b4f21f8c657b64dc1e5e9a654d32c015b1ae855c041e |
Close
Hashes for robotframework_testobject-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddb8841225ad2d2f707eefb52f1cd02cfd5c82fac9ab7a6ef1fff88e2461cba7 |
|
MD5 | 8ca50540a2c9fe97ee76e9e4b6b22dfc |
|
BLAKE2b-256 | b4106bdd3682d8095bd24f2347df96ca98c965398c476e2acd3f3f3f1097ca14 |