By nimeshrmr
via phpmaster.com
Submitted: Feb 18 2013 / 22:41
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. Here we’ll focus on generating random test data using Faker for testing our test cases.
Add your comment