Tagged Questions

0
votes
0answers
6 views

How to add test data to database with VSDB

When using Visual Studio Database Edition GDR 2, its easy to deploy schema. It's possible to create Data Generation plans, but how to execute those in build scripts so that data is …
7
votes
4answers
193 views

How do I generate a random list of person names?

I need to generate a list of people's name randomly. Where can I find lists of names? I need a list of first names, a list of middle names and a list of surnames. --EDIT-- Just w …
0
votes
2answers
25 views

Test Data for Video Encoding

Image processing and compression algorithms are typically compared on sets of widely available, well known images. Is there a collection of video files for the same purpose, that …
1
vote
4answers
147 views

Simple Pseudo-Random Algorithm

I'm need a pseudo-random generator which takes a number as input and returns another number witch is reproducible and seems to be random. Each input number should match to exactl …
5
votes
7answers
179 views

Persisting complex test data

We are using builder pattern to generate test data. These domain objects have relations between them. Our functional tests require these objects to be persisted. Think about this …
1
vote
3answers
45 views

Automatically generated test data to a DB from a schema?

I have a discussion-db, and I need a great amount of test data, for different sized samples. Please, see the ready SELECT, JOIN and CREATE-queries, please scroll down in the link. …
1
vote
4answers
89 views

Where do you keep your test data files?

Sort of a spinoff of this question. Do you keep them in the source tree? Do you keep them in source control? I'm thinking that if your test cases refer to files, then the files …
7
votes
8answers
3k views

How to generate sample XML documents from their DTD or XSD?

We are developing an application that involves a substantial amount of XML transformations. We do not have any proper input test data per se, only DTD or XSD files. We'd like to ge …
0
votes
2answers
47 views

Where can I find a boatload of source files for stress testing source scanning systems?

I thought the Linux kernel would have a massive amount of SLOC but it isn't even making OpenGrok blink. I know the question of the largest project has been asked but what collecti …
3
votes
4answers
442 views

Test User Data (Fake Data)

Does anyone know of a large formatted collection of fake user data (names, email address, locations, etc.) that can be used for testing an application? It can be clearly fake, thi …
4
votes
28answers
413 views

Best Fictional Users for Test Data [closed]

After I had to make a few accounts tonight for the Seven Dwarfs and a few other Disney characters I thought this would make a fun SO question... When you have to create fictional …
1
vote
4answers
75 views

Source for generating people data?

This is only tangentially a programming question. Where can I find a simple-to-parse list of people names? This is really just filler material, so they don't need much rhyme or rea …
1
vote
4answers
260 views

Sample Data Creation Tool (mainly for Databases)

I’m thinking through some database design concepts and believe that creating sample data simulating real-world volume of my application will help solidify some design decisions. …
0
votes
1answer
231 views

Using HSQL for .NET developement and related questions of process

My team uses a shared instance of Oracle for development using C#, NHibernate and ASP.NET, and we occasionally step on each others toes when making data or schema changes holding u …
1
vote
5answers
309 views

Sample huge Database to exercise

Hi.. I would like to play with a greater Database to test my knowledge on SQL. Is there a huge .sql out there.. where i can play with sql queries ? Please let me know :)

1 2 next
15 30 50 per page