News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Simplifying Test Data Generation with Faker
February 19, 2013 @ 12:09:02

In a new post to PHPMaster.com today, Rakhitha Nimesh takes a look at Faker, a tool that can be used to generate random test case data as a part of your workflow.

Testing is an iterative part of the development process that we carry out to ensure the quality of our code. A large portion of this entails writing test cases and testing each unit of our application using random test data. Actual data for our application comes in when we release it to production, but during the development process we need fake data similar to real data for testing purposes. The popular open source library Faker provides us with the ability to generate different data suitable for a wide range of scenarios.

Faker uses built-in data providers like "Person", "Company", "DateTime" and "UserAgent" to give you randomized output from the data sets you define. Code is included showing how to create the provider in your objects, extending the correct provider and making a request for a property. A real-world example is also included about testing an email marketing engine for address, title, name and content. There's also a little bit added at the end showing how you can increase the randomness of the results returned by "seeding" the Faker engine.

0 comments voice your opinion now!
test data generation faker library object provider tutorial


blog comments powered by Disqus

Similar Posts

ProDevTips.com: Zend Amf and class mapping with Flash CS3 / AS3

Stoyan Stefanov's Blog: JavaScript-style object literals in PHP

Limitless Studios: Determine Number Of Online Users Without A Database

David Walsh's Blog: Using PHP Generic Objects To Organize Your Code

FuzzyOpinions Blog: Tutorial: improving security with a PHP Captcha


Community Events









Don't see your event here?
Let us know!


example code tool community opinion testing introduction development functional event interview object api unittest framework zendframework2 release podcast composer language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework