Tips.  Your system should be robust and easy to use.  Display meaningful text, mention units & assumptions (maybe as a tool-tip).  Use meaningful error.

Slides:



Advertisements
Similar presentations
This Power Point Presentation is designed to: To learn/review how to create/complete and submit an eGrants VISTA Grants Continuation Application based.
Advertisements

VISTA RDC rdc.eortc.be EORTC Remote Data Capture System For trials that started before 01/01/2009.
User Interface Structure Design
P5, M1, D1.
XX/XX/XX Presenter names Position Title Accessibility “How to”
Writing Skills Improvement Guide Dr. Zubair A. Baig Computer Engineering Department KFUPM, Dhahran.
Skills: short document writing technique, tips Concepts: types of Internet writing This work is licensed under a Creative Commons Attribution-Noncommercial-Share.
Writing for the Internet, short documents Skills: short document writing technique IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial-
Academic Advisor: Dr. Yuval Elovici Technical Advisor: Dr. Lidror Troyansky ADD Presentation.
Graphical User Interface (GUI) Nelson Padua-Perez Chau-Wen Tseng Department of Computer Science University of Maryland, College Park.
Introduction to XML This material is based heavily on the tutorial by the same name at
19-Aug-15 About the Chat program. 2 Constraints You can't have two programs (or two copies of the same program) listen to the same port on the same machine.
Welcome to the Southeastern Louisiana University’s Online Employment Site Applicant Tutorial!
28/08/2015SJF L31 F21SF Software Engineering Foundations ASSUMPTIONS AND TESTING Monica Farrow EM G30 Material available on Vision.
Packaging the Business Plan. The importance of packaging and its structure Tips for packaging business plan.
CIS 451: HTML Frames Adapted from materials developed by Dr. Soe (updated January, 2009)
Using Visual Basic 6.0 to Create Web-Based Database Applications
Assignment 2 Due November 4, 1:30pm. Website You are creating a website for a fictional business which must sell some sort of product You can create any.
Mentoring From the Middle Presented by: Linda Kieling– NAEA Middle Level Division Director Kim Cairy– NAEA Middle Level Division Director-Elect.
G053 - Lecture 20 Testing Websites
Painless Bug Tracking Michael Tsai 2011/9/30. Reference  html 2.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Measuring PDF Accessibility PDF a11y Testing for the Rest of a11yBOS 2013 Deque Systems, Inc.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
EGEE is a project funded by the European Union under contract IST Testing processes Leanne Guy Testing activity manager JRA1 All hands meeting,
You Can Make A Wiki, Too A guide to creating a wiki of your own.
Designing Interface Components. Components Navigation components - the user uses these components to give instructions. Input – Components that are used.
1 User Manual. 2 A user manual is a technical communication document intended to give assistance to people using a particular system A user manual is.
Tips on Writing a Lab Report Please refer to the “Lab Report Reference Sheet” to help you as well.
Writing Tips for the Web. Tips for Writing for the Web Write for your audience, not your department. Folks come to your pages to find information. Give.
UNIX Commands. Why UNIX Commands Are Noninteractive Command may take input from the output of another command (filters). May be scheduled to run at specific.
Testing Methods Carl Smith National Certificate Year 2 – Unit 4.
How to read a scientific paper
Different approaches an analysis might use when investigating a system including: – Questionnaires – Interviews – Document gathering and analysis.
Query Module Self-Training Module (v. 23-Apr-2013) International Nutrition Survey 2013.
Systems Life Cycle. Know the elements of the system that are created Understand the need for thorough testing Be able to describe the different tests.
Requirements validation Csaba Veres. What is it? Validation is the process of checking the requirements document for –completeness –consistency –accuracy.
USING XML AS A DATA SOURCE. Data binding is a process by which information in a data source is stored as an object in computer memory. In this presentation,
XP 1 New Perspectives on XML Binding XML Data with Internet Explorer.
1 אירוע אמאזון. 2 שלבי הפיתוח עם דיאגרמות UML 3 אמאזון תרשים תוכן.
What it is and how it works
FT228/3 Web Development Error processing. Introduction READ Chapter 9 of Java Server Pages from O’reilly 2 nd Edition Need to be able to 1) Diagnose and.
QA and Testing. QA Activity Processes monitoring Standards compliance monitoring Software testing Infrastructure testing Documentation testing Usability.
The Software Development Process
Report Technical Writing
Program Style Chapter 22 IB103 Week 12 (part 2). Modularity: the ability to reuse code Encapsulation: hide data access directly but may use methods (the.
Chapter 23: GUI Design Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Looking at various Rich Message options in KRAD Kuali University: Apply Now Lab : Rich Messages Lab Objectives Understand what Rich Messages are and how.
CENG 476 Projects 2014 (10’th November 2014) 1. Projects One problem for each student One problem for each student 2.
Looking at various Rich Message options in KRAD Kuali University: Apply Now Lab : Rich Messages Lab Objectives Understand what Rich Messages are and how.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Dispute Settlement Agreement Mingchao Fan (SHUPL) -All rights reserved.
Written module activity, Page 16 1.We refer to the physical parts of a computer that we can touch and see as hardware. Examples include the mouse, the.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
PHP (cont.). 2 Functions Definition – function name(arguments){... } –syntax name as for a variable, but without $ arguments as for variables –to return.
Virtual Processing Assistant Daily Dashboard
Tech Support Process By Catie Cotcher. Session Overview What to do if you have a Technical Issue What information should I check Errors Tips on calling.
Test Title Test Content.
Testing and delivery Web design principles. Web development is software development.
Using OzART to Test Websites in Higher Education: A George Mason U
SCC Supplier Performance Management (SPM) Training
Include everyone’s name Picture optional
BTEC NCF Dip in Comp - Unit 15 Website Development Lesson 12 – Publish and Test Mr C Johnston.
Agenda item number 1 Agenda item number 2 Agenda item number 3 Agenda item number 4 Agenda item number 5.
Short Term Action Items
Name of your Start-up.
Using OzART to Test Websites in Higher Education: A George Mason U
Metadata Typical metadata requested about a pdf during the ETD submission process: Most ETD submission processes.
Queries Training Module.
Presentation transcript:

Tips

 Your system should be robust and easy to use.  Display meaningful text, mention units & assumptions (maybe as a tool-tip).  Use meaningful error messages. What’s wrong, how to fix.  User should be aware of the outcome of an operation.

Tips  Try to make wrong inputs impossible.  Separate internal and external representations  i.e. use id internally and name externally.  Allow the users the review their status. What is the id of this item? Why should I care?

Tips  Documentation should be clear and concise. Use table of contents, page numbering, titles.  Don’t forget to mention how to run your system.  Often test-plan is written before the system is fully ready. Before submission verify that:  The existing tests are still relevant.  No tests are missing.  All the tests pass.  Install and run your system on a new machine.