6
votes
3answers
479 views
How do I ask for the default temp directory on Mac OS X?
I'd like to create some directories of data for some unit tests and I'd like these directories to be in the default temporary directory for the user.
I could just create a subdir under /tmp I …
1
vote
3answers
85 views
Test Data For Visa or Mastercard
need a virtual or test data for visa or master card to test my system like Authorization code,
card number and expiry date ????
0
votes
2answers
52 views
How can I pay only once to provide the same expensive data source to multiple unit tests?
G'day!
I have 4.6GB of test data in 220,000 files. A bulk test requires finding, matching, and unzipping pairs of the files. I want to run multiple unit tests across each pair. It'll take a …
0
votes
1answer
67 views
Cucumber & test data management for non-Ruby apps
I'm testing an app that's basically a message-handling application - a message comes in, it's content is analysed, then it's sent somewhere else for processing. The app isn't built in Ruby.
As you …
1
vote
5answers
116 views
What are some good online sources for data sets?
Some time ago I came across as site online who's sole purpose was the collection of various data sets, location data, district census data, or whatever sets community members were interested in …
0
votes
4answers
126 views
Test data generation tool
Is there any tool to generate test data based on specific requirements?
e.g. Size, file type
