E-Mail Etiquette. Overview of QC Software testing is a process of verifying and validating that a software application or program – Software testing identifies.

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

January 14, Introducing RedDot Allows you to edit pages in the system. Provides greater flexibility and control over your content. Allows the reuse.
ADA Compliant Websites & Documents What the heck am I supposed to do?
About Links in Dreamweaver. Creating Links A link has 2 parts: –The URL (Uniform Resource Locator)= the name and path of the file you want to link –The.
Lesson 16 Enhancing Documents
Creating Accessible Word Documents by Debbie Lyn Jones, IT Manager I, NSU Webmaster FRIDAY, JANUARY 23, 2015.
Using a Template to Create a Resume and Sharing a Finished Document
Dreamweaver Review ROB SCHWARTZ IS GONNA FEEL MY WRATH!
Creating Web Page Forms. Objectives Describe how Web forms can interact with a server-based program Insert a form into a Web page Create and format a.
Tutorial 6 Working with Web Forms
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
How to Create Top Ranking Searchable and Accessible Documents Chris Pollett and Elizabeth Tu April, 2010.
6 th Annual Focus Users’ Conference Application Editor and Form Builder Presented by: Mike Morris.
Accessible Word Document Training Microsoft Word 2010.
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
A detailed guide on how to set-up your printing storefront. Please Note: Storefronts are compatible with all browsers, however for optimal use of the admin.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
Wikispaces in Education Tutorial Jennifer Carrier Dorman
Building the User Interface by Using HTML5: Organization, Input, and Validation Lesson 3.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
Wikispaces Tutorial Adapted from a slideshow by: Jennifer Carrier Dorman
MAKEOVER WEB EDITION MCPSS Web Site – Teacher Page Extreme.
Dr. Hala Fawzi  Make sure you are signed into Wikispaces  Go to: 
Website Development with Dreamweaver
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
VistA Imaging Capture via Scanning. October VistA Imaging Capture via Scanning The information in this documentation includes only new and updated.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
State of Kansas Travel Authorizations Statewide Management, Accounting and Reporting Tool Entering a Travel Authorization Navigation: Employee Self Service.
WEB ACCESSIBILITY. WHAT IS IT? Web accessibility means that people with disabilities can use the Web. Web accessibility encompasses all disabilities that.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Using Wikis in Education Caroline County Educational Technology Workshop August 1, kispaces.com/
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
Microsoft Access 2010 Chapter 10 Administering a Database System.
Wikispaces in Education Tutorial Fatema Kashoob Nawal ALKathiri
Pasewark & Pasewark 1 PowerPoint Lesson 2 Creating and Enhancing PowerPoint Presentations Microsoft Office 2007: Introductory.
ARMS Advanced Risk Management System User Documentation.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
MIMOS Berhad. All Rights Reserved. Nazarudin Wijee Mohd Sidek Salleh Grid Computing Lab MIMOS Berhad P-GRADE Portal Heuristic Evaluation.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Wikispaces in Education Tutorial ESA, Region 2 Mary Teply Marge Hauser.
Web Site Development - Process of planning and creating a website.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Computer Skills (1) Internet Explorer. To open the Internet Explorer: –Double click on the Internet Explorer icon on Desktop. –Or, from Start  All Programs.
Main Concepts of Web Testing Telerik Software Academy Software Quality Assurance.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
American Diploma Project Administrative Site Training.
American Diploma Project Administrative Site Training.
American Diploma Project Administrative Site Training.
American Diploma Project Administrative Site Training New Jersey.
Testing and delivery Web design principles. Web development is software development.
MicrosoftTM SharePoint Content Management SystemTutorial
Lesson 16 Enhancing Documents
Project Objectives Publish to a remote server
Lesson 16 Enhancing Documents
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Objective % Explain concepts used to create websites.
Unit I: Collecting Data with Forms
Unit 14 Website Design HND in Computing and Systems Development
Quick Start Lab February 2006 Colby College ITS.
Presentation transcript:

Etiquette

Overview of QC Software testing is a process of verifying and validating that a software application or program – Software testing identifies important defects, flaws, or errors in the application code that must be fixed. – Quality Control is concerned with the software product being developed. It measures and controls the quality of the software as it is being developed. – Quality control system provides routine checks to ensure that the software is being developed correctly without errors. – The Quality Control system identifies and addresses product errors/defects. – Quality Control ensures that the final product is error free and satisfactory.

Why Testing? Find bugs as early as possible and make sure they get fixed. To understand the application well. Study the functionality in detail to find where the bugs are likely to occur. Study the code to ensure that each and every line of code is tested. Create test cases in such a way that testing is done to uncover the hidden bugs and also ensure that the software is usable and reliable.

♦ The Verification process refers to the set of activities that ensure that software correctly implements a specific function. ♦ The Validation process confirms that the software meets the business requirements. Or Refers to a different set of activities that ensure that the software that has been built is traceable to customer requirements ♦ A Defect is a variance between the expected and actual result. The defect’s ultimate source may be traced to a fault introduced in the specification, design, or development (coding) phases. Software testing: Main purposes

Scope of Testing 1.ACCESSIBILITY TESTING Scope of accessibility testing is to make website accessible to all disabled people. Objective of accessibility testing is to discover how easily people can use a web site and provide feedback for improving future designs and implementations. Check points for Accessibility Testing: Make sure that all functions are available via keyboard only (do not use mouse). Make sure that information is visible when display setting is changed to high contrast modes. Make sure that screen reading tools can read all the text available and every picture/image have corresponding alternate text associated with it. Make sure that product defined keyboard actions do not affect accessibility keyboard shortcuts.

Scope of Testing 2. Browser Compatibility Scope of cross browser testing is to check that how much an application is compatible, reliable and efficient on the Different browsers means that the application should be performing well on the different browsers. Check points for Browser Compatibility Testing: Broken links and unexpected http error codes Missing images and script errors Invalid ssl certificates, missing DNS entries and expired domains

Scope of Testing 3. Formatting Scope of formatting is to make the consistent flow throughout the website. Format of content should be consistent in whole website. Check points for Formatting: Apply heading styles to your document. Headings are required for screen readers to be able to read the document. For more than one column of text, create a table with column or row headings. Apply the appropriate list style to bulleted and/or numbered lists. Provide alternative text for all images in your document. Insert active hyperlinks for all urls in your document. Use bold or ITALIC text to display emphasis. To ensure accessibility, please do not use colors to indicate meaning.

Scope of Testing 4. GIGW Compliance Scope of GIGW guidelines to ensure a high degree of consistency and uniformity in the content coverage and permission in all websites. This is expected to enhance the trust level of citizen while accessing the information and service online Guidelines are divided in to three categories: Mandatory: The usage of term must signify requirement which can be objectively accessed & which the departments are supposed to be mandatorily comply with. Advisory: The usage of should refers to recommended practices that are considered highly important and desirable. Voluntary: The usage of terms may refer to voluntary practices which can be adopted by a department if deemed suitable.

Scope of Testing 5. Functionality Testing Scope of functional testing is to ensure that each element of the application meets the functional requirements of the business. This testing proves that all areas of the system interface with each other correctly and that there are no gaps in the data flow. Check all the links: Test the outgoing links from all the pages from specific domain under test. Test all internal links. Test links jumping on the same pages. Test links used to send the to admin or other users from web pages. Test to check if there are any orphan pages. Lastly in link checking, check for broken links in all above- mentioned links

Scope of Testing Test forms in all pages: First check all the validations on each field. Check for the default values of fields. Wrong inputs to the fields in the forms. Options to create forms if any, form delete, view or modify the forms. 6. LOAD Testing Load testing focuses on simulating and often exceeding your expected production load, throwing many concurrent requests at your site for an extended period of time.

Key Roles of Stake holders Business sponsor(s) and partners ♦ Provides funding ♦ Specifies requirements and deliverables ♦ Approves changes and some test results Project manager Plans and manages the project Software developer(s) ♦ Designs, codes, and builds the application ♦ Participates in code reviews and testing ♦ Fixes bugs, defects, and shortcomings

Key Roles of Stake holders Testing Coordinator(s) Creates test plans and test specifications based on the requirements and functional and technical documents Tester(s) Executes the tests and documents results

List of Common Errors 1.Tool Tips of Important Clickable links For “Hindi” link proper tool tip “Website Name: Hindi Website that opens in New Tab” For “English” link proper tool tip “Website Name: English Website that opens in New Tab” Tool tip “External website Opens in New tab” is mandatory for External links 2.Browser Title in “Current Page: Website Name” format while navigating 3.Alt Text for images 4.In Search: Placeholder should be present Alert message should be shown when “Search” button is clicked without entering any keyword 5.Help, Disclaimer, Website Policies, Archive is important as per GIGW which are mandatory 6.Alert message should be shown when ever an external link is clicked

List of Common Errors 7. Print Option should be given at each printable page in the Website 8. Breadcrumb Functionality should be present 9. Labels should be properly associated with the Textfields 10. “Site Designed, Developed & Hosted by NIC” should be present at the footer 11.In High Contrast Mode, all the Contents should be in White & Links in Yellow 12.Website Name image when clicked from any page should redirect the user to Home page 13.In IE video’s if any don’t shows properly 14.PDF/Excel/Word files should have symbol & size with them 15.Font size should be proper throughout the website 16.All the 4 Meta Tags should be present 17.Expiry Date should be greater than the Start Date 18.Proper Validation message should be given for Mandatory fields 19.Asterix (*) sign for Mandatory fields should be Red in Color.

List of Common Errors 20. Captcha Code should be Case Sensitive 21.Spelling should be correct on the Buttons 22.Heading at page and Left Panel Menu item should be exactly same 23.Audio icon of Captcha should work properly 24.Calender/Edit/Delete icons should have alt text 25.On without selecting checkbox for Approval/Review/Delete an alert message should be shown for selecting a checkbox 26.Refresh button of Captcha should change the Captcha Code plus clear the Captcha Textfield