CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 2/12/2007 4:46:46 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 13 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
sideout
Asp.Net User
Best Practices for Data Generator Based Tests?2/12/2007 4:46:46 PM

0/0

I'm having a bit of a hard time grasping how to make meaningful tests based on the randomly generated data feature of VSTS for DB Professionals vs making my test in a transaction where I feed it initial data and check for an expected outcome.

For example's sake if I had an SP called DivideTwoCols that would divide colA by colB in table0...

If I were making tests with known data, I'd probably make a test using two positives, one negative and one positive, two negatives, colA = 0, colB = 0, and no rows in table0.

If I were just testing randomly generated data how would I know I had my cases covered?  would the random test just pick a random row to try it with using select top 1 colA, colB from table0 order by newid()?

I can appreciate throwing in some randomness in testing to check for conditions you may have forgotten to check for, but it seems fairly hit or miss and not a reliable indicator that I'm checking all things properly.

Am I missing some core idea or plan for using random testing?  Are there any tutorials, best practices, sites available that go over ideas on random testing with the generator?

sideout
Asp.Net User
Re: Best Practices for Data Generator Based Tests?2/12/2007 5:37:26 PM

0/0

The example in the documentation was so contrived that it did not help me understand the usage any better.

http://msdn2.microsoft.com/en-us/library/aa833283(VS.80).aspx

Based on their example maybe their data generation plan would randomly have Seattle added and the test would pass, or maybe it wouldn't with a different seed or # of rows and the test would fail.

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Introduction to Software Testing Authors: Paul Ammann, Jeff Offutt, Pages: 344, Published: 2008
Computer Safety, Reliability and Security: 27th International Conference, Safecomp 2008 Newcastle Upon Tyne, UK, September 22-25, 2008 Proceedings Authors: unknown, Pages: 456, Published: 2008
Proven Portals: Best Practices for Planning, Designing, and Developing Enterprise Portals Authors: Dan Sullivan, Pages: 196, Published: 2004
New Introduction to Multiple Time Series Analysis Authors: Helmut Lütkepohl, Pages: 764, Published: 2006
Year 2000: Best Practices for Y2K Millennium Computing Authors: Dick Lefkon, Kathryn Jennings, Pages: 666, Published: 1998
Abstract State Machines 2003: Advances in Theory and Practice : 10th International Workshop, ASM 2003, Taormina, Italy, March 3-7, 2003 : Proceedings Authors: Egon Börger, Angelo Gargantini, Elvinia Riccobene, Pages: 424, Published: 2003
Data Analysis and Visualization in Genomics and Proteomics Authors: Francisco Azuaje, Joaquín Dopazo, Pages: 267, Published: 2005
Software Engineering Authors: Ian Sommerville, Pages: 840, Published: 2007
Nucleic Acid Testing for Human Disease Authors: Attila T. Lorincz, Pages: 470, Published: 2006

Web:
Expression profiling [mdash] best practices for data generation ... Guidelines: Expression profiling — best practices for data generation and ... Microarray-based mRNA-expression profiling can be considered to be the first ...
Expression profiling — best practices for data generation and ... cal and academic research communities,best. practices in data generation and analysis. ...... oligonucleotide array data based on variance and bias. ...
dtm data generation sdk Resources | TechRepublic DTM Database Options and Maintenance Best Practices: When one installs the DTM ... hours of work to create test data before examining database performance. ...
Rational Software Development Conference 2008 This track focuses on the tools, processes, and industry best practices that can help .... An Automated Test Script and Data Generation Approach for IBM(R) ...
Handling Constraints for Search Based Software Test Data Generation penalty during evolution based on the feasibility of the best ..... procedure for test data generation. Software - Practice and. Experience, 29(2):167–193, ...
Grid-Tools. Data Maker - Test Data Generator and database subsetting Datamaker is simply the most powerful test data generator in the world. ... Re- use, structure and organize your test case data. Use best practices to reduce ...
[Paper] Automatic Test Case Generation of Non-Numerical Data based ... 2.2 Symbolic execution based test data generation Many existing test data ..... string test data, since the worst individuals are replaced by the best one ...
CONSTRAINT-BASED AUTOMATIC TEST DATA GENERATION - Abstract Pages The technique is based on mutation analysis and creates test data that approximates relative adequacy. ... Software Best Practices · Software Maintenance ...
Publications Software Practice and Experience, 30(1)61-79, January 2000. ... A Search-Based Automated Test-Data Generation Framework for Safety-Critical Software ...
Model Based Testing The best practices were chosen based on past literature and expert ..... The Model-Based Test Generator is an expert system containing a formal model of a ...

Videos:
Google London Test Automation Conference Opening Google London Test Automation Conference (LTAC) Google Tech Talks September 7th, 2006 Presenters: Shannon Maher and Allen Hutchison
Lec 17 | MIT 3.091 Introduction to Solid State Chemistry X-ray Spectra, Bragg's Law View the complete course at: http://ocw.mit.edu/3-091F04 License: Creative Commons BY-NC-SA More information at http ...
Why Smart Executives Fail The scene: a CEO is celebrated on the cover Fortune. Soon after, the company is in the midst of a financial fiasco. What went wrong? It seems that ...
Toward the First Revolution in the Mind Sciences Google TechTalks August 8, 2006 B. Alan Wallace, Ph.D. has been a scholar and practitioner of Buddhism since 1970. He is currently seeking ...
Star Wars Galactic Quest - Chapter Fourteen Star Wars Galactic Quest Chapter 14 Watch more Galactic Quest videos online at: http://www.freewebs.com/galactic-quest In this episode, the ...
Star Wars Galactic Quest - Chapter Eight Watch more Galactic Quest videos online at: http://www.freewebs.com/galactic-quest In this episode, the two Jedi battle against the Drifter ...
Charlie Rose - An hour with Larry Summers A conversation with Harvard University President Larry Summers. He steps down from that position on June 30th. He discusses his time at the ...
Star Wars Galactic Quest - Chapter Nine Watch more Galactic Quest videos online at: http://www.freewebs.com/galactic-quest In this episode, the two Jedi battle the Sith Overlord for ...
Using e-Lybra and WDS products This DVD includes a demonstration and information on many of the products from World Development Systems.
django: Web Development for Perfectionists with Deadlines Google TechTalks April 26, 2006 Jacob Kaplan-Moss ABSTRACT Django is one of the premier web frameworks for Python, and is often compared ...




Search This Site:










stuck up on using server path in iframes

symmetric key encryption and decryption using rijndael algorithm ??

installing vs 2005 on windows vista

error updating site settings.

default <div> tag in vs2005

newbie: custom module?

posting code into htmltext module

wanting to make a simple sub-project that does nothing but run a bat file

dnn 3.1 manually add module definitions

getting error "login failed for user ''. the user is not associated with a trusted sql server connection" on trying to authenticate a user

handlerconfiguration error for multiple blog installation

feee dnn host for demo purposes

layering

bulk e-mail / newletter tolkens: 3.0.12

how to set <title>'s skinid

skin not showing when logged in as admin/host

way to provide a desktop url link that logs users in and goes to particular tab?

where is the bar that shows the connection, command, and other objects on a form

1.0.10d crashed after working for weeks

install the .sql-files?

additional profile items

dnn3.0.5 & dnn-37 objectqualifier change

fail to launch clickonce

core phot gallery on dnn 3.1.1

how to migrate your existing nuke?

regarding dll

question in regards to: user.identity.name

does anyone know how to edit catalook?

gridview and form view within a gridview

problem changing background image in club starter kit

 
All Times Are GMT