FIT Testing 2 December 7, 2004.

Slides:



Advertisements
Similar presentations
Support.ebsco.com EBSCOhost Digital Archives Viewer Tutorial.
Advertisements

EBSCO Discovery Service
Chapter 3 – Web Design Tables & Page Layout
Intro to Access 2007 Lindsey Brewer CSSCR September 18, 2009.
Benchmark Series Microsoft Access 2010 Level 1
Microsoft SQL Server 2008 From the Program menu choose: Microsoft SQL Server 2008 R2  SQL Server Management Studio. You may see a window indicating the.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
CTS130 Spreadsheet Lesson 20 Data Consolidation. Consolidation is a process in which data from multiple worksheets or workbooks is combined and summarized.
1 Microsoft Office Word 2003 Tutorial 3 Creating a Multiple-Page Report.
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
SUNY Morrisville-Norwich Campus- Week 7 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 6 1 Microsoft Office Excel 2003 Tutorial 6 – Working With Multiple Worksheets.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 11 1 Microsoft Office Excel 2003 Tutorial 11 – Importing Data Into Excel.
Mary K. Olson PS Reporting Instance – Query Tool 101.
Tutorial 11: Connecting to External Data
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Access 2007 ® Use Databases How can Access help you to find and use information?
Creating Your PE Webshop Using SmartStore.biz This Tutorial assumes you have downloaded the software from This tutorial is based.
Lesson No:9 MS-Word Tools, Mail Merge and working with Tables CHBT-01 Basic Micro process & Computer Operation.
Wikispaces Tutorial Adapted from a slideshow by: Jennifer Carrier Dorman
Dr. Hala Fawzi  Make sure you are signed into Wikispaces  Go to: 
Website Development with Dreamweaver
Getting Started with HTML Please use speaker notes for additional information!
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
XP New Perspectives on Microsoft Word 2002 Tutorial 31 Microsoft Word 2002 Tutorial 3 – Creating a Multiple-Page Report.
Excel Project 2 Formulas, Functions, and Formatting.
Updating the Laboratory Website. Useful Info Address: Everything is saved in the desktop.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Analysing Data with Excel Viewing Help To view Help 1.On the Start menu, point to Programs, and then click Microsoft Excel. 2.On the Help menu,
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
Microsoft Access 2010 Chapter 10 Administering a Database System.
Wikispaces in Education Tutorial Fatema Kashoob Nawal ALKathiri
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 7 – Creating and Using Templates in a Web.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Reports and Queries Chapter 3 – Access text Reports – Page Queries – Page
FrontPage Tutorial Part 2 Creating a Course Web Site.
External Commands1 Sacramento City College Engineering Design Technology.
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
Chapter 2: Variables, Functions, Objects, and Events JavaScript - Introductory.
Comparison of different output options from Stata
Support.ebsco.com The EBSCOhost Android Application Tutorial.
Function Of Microsoft Words Tables. Where Table section is located Table section is located on top row with File, Edit, View, Insert, Format, Tools, Window.
Chapter 3 Automating Your Work. It is frustrating when you have to type the same passage of text repeatedly. For example your name and address. Word includes.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Page Layout You can quickly and easily format the entire document to give it a professional and modern look by applying a document theme. A document theme.
© 2012 LogiGear Corporation. All Rights Reserved FitNesseFitNesse Authors: Nghia Pham 1.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Introduction to Spreadsheets and Microsoft Excel FSE 200.
1 CSE 2337 Chapter 7 Organizing Data. 2 Overview Import unstructured data Concatenation Parse Create Excel Lists.
1 PDMLink Application - User Features & Functions Module 6: Search Capabilities.
Chapter 28. Copyright 2003, Paradigm Publishing Inc. CHAPTER 28 BACKNEXTEND 28-2 LINKS TO OBJECTIVES Table Calculations Table Properties Fields in a Table.
Lawson Mid-America User Group Spring 2016 Meeting.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
CHAPTER 7 LESSON B Creating Database Reports. Lesson B Objectives  Describe the components of a report  Modify report components  Modify the format.
Java FX: Scene Builder.
Data Virtualization Tutorial: XSLT and Streaming Transformations
Madam Hazwani binti Rahmat
Managing Worksheets And Workbooks
Current outstanding balance
Tutorial Reading in EBSCOhost support.ebsco.com.
Tutorial 3 – Creating a Multiple-Page Report
Chapter 9 Lesson 2 Notes.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
In this chapter, you will learn the following:
Click “Customer login”
Learning Objectives: Creating a new Table Style
Microsoft Publisher 2016.
Presentation transcript:

FIT Testing 2 December 7, 2004

FIT Specify tests in HTML tables Use fixtures to parse tables and execute tests Available for multiple languages http://fit.c2.com See also FIT chapter in Required Readings on blackboard for more information Tutorial on FIT with Eclipse link in External Links section on blackboard

Fixtures 3 standards Can make others Action Fixture Column Fixture Row Fixture Can make others First row of table specifies what fixture to use to parse the table

Action Fixture First column of table contains keyword for action Subsequent columns contain parameters Entire table is treated as one test Default keywords Start – instantiate a class Enter – call a method with a parameter Press – call a method with no parameters Check – compare method’s return value with an expected value http://fit.c2.com/wiki.cgi?ActionFixture

Column Fixture Columns of table map to public fields and methods Each row is treated as separate test Row executed left to right Putting () in column name indicates method to check return value from http://fit.c2.com/wiki.cgi?ColumnFixture

Row Fixture Each row is a data item Data items can appear in any order http://fit.c2.com/wiki.cgi?RowFixture

FITnesse Standalone wiki that’s hooked to FIT Allows group to easily edit test files without worrying about ensuring the correct versions propagate out to all locations http://fitnesse.org