
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
robotframework-faker
Advanced tools
.. image:: https://travis-ci.org/guykisel/robotframework-faker.svg?branch=master :target: https://pypi.python.org/pypi/robotframework-faker .. image:: https://img.shields.io/pypi/v/robotframework-faker.svg :target: https://pypi.python.org/pypi/robotframework-faker .. image:: https://img.shields.io/pypi/dm/robotframework-faker.svg :target: https://pypi.python.org/pypi/robotframework-faker .. image:: https://img.shields.io/pypi/l/robotframework-faker.svg :target: https://pypi.python.org/pypi/robotframework-faker
Robot Framework keyword library wrapper for
Faker <https://github.com/joke2k/faker>
__.
This module allows easy use of Faker's random test data generation in Robot Framework. I hate using static test data, because inevitably the system under test evolves to pass the tests without necessarily solving the root cause of bugs.
Any docstrings Faker provides are passed through to Robot Framework, so they're available in RIDE and in keyword documentation generated via libdoc.
For more information on Robot Framework please visit the Robot Framework homepage! <http://robotframework.org/>
__
pip install robotframework-faker
FakerLibrary keyword documentation <https://guykisel.github.io/robotframework-faker/>
__
.. code:: robotframework
*** Settings ***
Library FakerLibrary
*** Test Cases ***
FakerLibrary Words Generation
${words}= FakerLibrary.Words
Log words: ${words}
${words}= FakerLibrary.Words nb=${10}
Log words: ${words}
You can also specify seeds and providers:
.. code:: robotframework
*** Settings ***
Library FakerLibrary locale=de_DE seed=124
See FakerLibrary's tests for more usage examples.
If you like this module, please contribute! I welcome patches, documentation, issues, ideas, and so on.
FAQs
Robot Framework wrapper for faker, a fake test data generator
We found that robotframework-faker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.