---
title: Free Fake Person Generator | TestingBot
description: Generate a fake person, with details such as name, gender and address
  for any country. These fake person details can be used in your tests, to automatically
  fill in forms with Selenium, Puppeteer or Playwright. The fake person contains a
  genuine address, social security number, birthday and credit card.
source_url:
  html: https://testingbot.com/free-online-tools/fake-person-generator
  md: https://testingbot.com/free-online-tools/fake-person-generator/index.md
---
[Tools](https://testingbot.com/free-online-tools)Data Generators

# Fake Person Generator

Create realistic test identities

Use this free tool to generate fake person details, including a name, address and social security number. You can use this in your automated or manual tests, for example to fill in a form requesting personal details.

## Random Person Generator

CountryGermanyAustraliaCanadaUnited StatesArgentinaSpainMexicoFranceIndonesiaItalyBelgiumNetherlandsPolandPortugal

    

## What is a Random Person Generator?

A Random Person Generator will generate a fake, randomly created person with their full details. These are not real personal details, they do not exist, which means they cannot be used in production applications for testing.

These generated personal details are used for testing mobile applications or websites, which require the input of valid looking personal details, such as an address, birthday, gender, phone number and more.

## Why do I need an Person Generator?

You can use this generator to create valid looking but random personal details. Our person generator allows you to specify the country, after which the tool will generate a new (but fake) person.

You can use this generated information in your tests, for example to test a form that requires the input of a person's details.

## How does this random people generator work?

We use an utility called Faker. This is a tool that will generate fake data, but looks like it's real data.

Under the hood, Faker will generate data such as random personal details. You can use this tool yourself with NodeJS and Ruby as well.

## How do I generate a fake person with Faker and Ruby?

Once you've installed the Faker gem, you can use various functions to generate the necessary information. Please see the example below.

    name = Faker::Name.name
    address = Faker::Address.full_address

### All Tools

#### Accessibility

- [Color Contrast Checker](https://testingbot.com/free-online-tools/color-contrast-checker)

#### Calculator

- [Test Effort Estimator](https://testingbot.com/free-online-tools/test-effort-estimator)
- [Test Coverage Calculator](https://testingbot.com/free-online-tools/test-coverage-calculator)

#### Converter

- [Unix Timestamp Converter](https://testingbot.com/free-online-tools/unix-timestamp-converter)

#### Formatter

- [Puppeteer to Playwright Converter](https://testingbot.com/free-online-tools/puppeteer-to-playwright-converter)
- [JSON Prettifier](https://testingbot.com/free-online-tools/json-prettify)
- [HTML Escaper](https://testingbot.com/free-online-tools/html-escape)
- [XML Prettifier](https://testingbot.com/free-online-tools/xml-prettify)
- [Remove Whitespace](https://testingbot.com/free-online-tools/remove-all-whitespace)
- [Text to One Line](https://testingbot.com/free-online-tools/text-to-one-line)
- [PX to REM Converter](https://testingbot.com/free-online-tools/px-to-rem-converter)
- [CSS Prettifier](https://testingbot.com/free-online-tools/css-prettify)

#### Generator

- [Random Avatar Generator](https://testingbot.com/free-online-tools/free-avatar-generator)
- [Placeholder Image Generator](https://testingbot.com/free-online-tools/placeholder-image-generator)
- [Random Address Generator](https://testingbot.com/free-online-tools/random-address-generator)
- [Credit Card Generator](https://testingbot.com/free-online-tools/credit-card-number-generator)
- [Random Number Generator](https://testingbot.com/free-online-tools/random-number-generator)
- [JWT Parser](https://testingbot.com/free-online-tools/jwt-parser)
- [Hash Text](https://testingbot.com/free-online-tools/hash-text)
- [Lorem Ipsum Generator](https://testingbot.com/free-online-tools/lorem-ipsum-generator)
- [Random IP Generator](https://testingbot.com/free-online-tools/random-ip-generator)
- [Random GUID Generator](https://testingbot.com/free-online-tools/random-guid-generator)
- [Character Count](https://testingbot.com/free-online-tools/character-count)
- [ASCII to Binary](https://testingbot.com/free-online-tools/ascii-to-binary)
- [Random Color Generator](https://testingbot.com/free-online-tools/random-color-generator)
- [Open Graph Meta Generator](https://testingbot.com/free-online-tools/og-meta-generator)
- [QR Code Generator](https://testingbot.com/free-online-tools/qr-code-generator)
- [Device Information](https://testingbot.com/free-online-tools/device-information)
- [User Agent Parser](https://testingbot.com/free-online-tools/user-agent-parser)
- [Image Extractor](https://testingbot.com/free-online-tools/image-extractor)
- [Test Plan Generator](https://testingbot.com/free-online-tools/test-plan-generator)

#### Network

- [CORS Tester](https://testingbot.com/free-online-tools/cors-tester)
- [My GPS Location](https://testingbot.com/free-online-tools/my-gps-location)
- [What's My IP Address](https://testingbot.com/free-online-tools/whats-my-ip-address)
- [IP Subnet Calculator](https://testingbot.com/free-online-tools/ip-subnet-calculator)

#### Scheduler

- [Cron Expression Generator](https://testingbot.com/free-online-tools/cron-expression-generator)

#### Speed

- [Critical CSS Generator](https://testingbot.com/free-online-tools/critical-css-generator)

#### Testing

- [XPath & CSS Selector Tester](https://testingbot.com/free-online-tools/xpath-css-selector-tester)

[View all tools](https://testingbot.com/free-online-tools)
