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
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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | def31aacf4e40487a8b420059a28a2f273b5763824edae0730d58f1f512384e0 |
|
MD5 | 92aa452de68d89039e99474709a9c78e |
|
BLAKE2b-256 | 9658c6d645279ec023810dab6974b99fe46da030373e29d614d5eb27cdff315f |
Close
Hashes for robotframework_testobject-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0c74d8a61d6e5c8f7f76da5bad2b9953ccfcbc9128d0dd5b9f3cb096ab6eef0 |
|
MD5 | d0fb8b20dce879b641ea36b70b119a0c |
|
BLAKE2b-256 | ba3d6a62ca970264c7f914d634108ac0c8b7fed8d38f41e744c7afcf59109873 |