472,993 Members | 2,318 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,993 software developers and data experts.

Know of a forum discussing writing FIT tests?

Does anyone know of a forum for discussing the writing of fit tests? I have a
couple of questions that haven't been answered in the typical open source way
(look at the source stupid).

Barring a forum, any decent online resources that actually *describe* fit,
fixtures, and story tests?
Nov 16 '05 #1
3 1391
Julie <ju***@nospam.com> wrote in
news:40***************@nospam.com:
Does anyone know of a forum for discussing the writing of fit
tests? I have a couple of questions that haven't been answered
in the typical open source way (look at the source stupid).

Barring a forum, any decent online resources that actually
*describe* fit, fixtures, and story tests?


What's a "fit test"? (Google kicked back over 50,000 hits...)

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/
Nov 16 '05 #2
"Chris R. Timmons" wrote:

Julie <ju***@nospam.com> wrote in
news:40***************@nospam.com:
Does anyone know of a forum for discussing the writing of fit
tests? I have a couple of questions that haven't been answered
in the typical open source way (look at the source stupid).

Barring a forum, any decent online resources that actually
*describe* fit, fixtures, and story tests?


What's a "fit test"? (Google kicked back over 50,000 hits...)

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/


First result would have pointed you in the right direction:

http://fit.c2.com/wiki.cgi?WelcomeVisitors

However, unless you are 'open source' gifted, it doesn't make much sense by
looking through the site.

Basically, fit tests are based on the fit framework which takes in a
table-formatted input file (such as an html or word document), and processes
the commands in the cells. The cells have an action, method, and expected
result. You then run these tests on your code (through fixtures that you
write) to test the code (inputs and outputs). If you know about unit tests,
fit tests are a step up from that, and the inputs (story tests) are typically
written by the customer (user representative on the development team). (The
test fixtures are written by the developer.)
Nov 16 '05 #3
Try fi******@yahoogroups.com

Victor
"Julie" <ju***@nospam.com> wrote in message
news:40***************@nospam.com...
Does anyone know of a forum for discussing the writing of fit tests? I have a couple of questions that haven't been answered in the typical open source way (look at the source stupid).

Barring a forum, any decent online resources that actually *describe* fit,
fixtures, and story tests?

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Robert | last post by:
Python doesn't know the class of a method when container not direct class attribute: >>> class X: .... def f():pass .... g=f .... l= .... >>> X.g <unbound method X.f>
161
by: KraftDiner | last post by:
I was under the assumption that everything in python was a refrence... so if I code this: lst = for i in lst: if i==2: i = 4 print lst I though the contents of lst would be modified.....
13
by: Joni Nieminen | last post by:
Is there any code or script which do forum in the page! I can do little javascript.. Help?!
6
by: Jeremy | last post by:
I understand what a unit test is. No problem there. What I'm wondering is what, specifically, do most of you more experienced developers mean by "writing" a unit test. Am I correct to believe...
0
by: Philip Nelson | last post by:
We've got a little IRC (real time chat) forum up and running for discussion of all things DB2 . It might prove useful, especially as we all start looking at the V9 GA code. You'll find it on -...
5
by: Richard Giuly | last post by:
Hello, I would like to write "portable" C++ code that could theoretically run on linux, windows, and other platforms, and I'd like to use VS as the editor/compiler/linker. The simplest thing...
89
by: Skybuck Flying | last post by:
Hello, This morning I had an idea how to write Scalable Software in general. Unfortunately with Delphi 2007 it can't be done because it does not support operating overloading for classes, or...
2
by: technica | last post by:
Hello All, We have started with a new programming discussion group on Gmail. TechnicalTalk is a group dedicated to computer programming discussion, programming tutorials, programming articles...
30
by: Cramer | last post by:
I've finally gotton board with TDD (test driven development) and wow is it effective! I went from sceptic to True Believer with my first effort. My question: According to the various books and...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.