• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
UT Shield
College of Fine Arts Web instruction
  • Welcome
  • About Us
    • WordPress & Drupal
    • Websites & Content Owners
  • Getting Started
    • Learn Best Practices for Web
    • Vocabulary Terms
    • Do you need a website?
    • Ways to Get a Website
      • Website Options Comparison
      • Initiate a Project with the Web Team
      • Outsource or DIY
    • Know Your Audience
    • Navigation & Menu Items
  • Requirements
    • Website Accessibility
      • Alternate Text
      • Use of Color & Contrast
      • Link Text & Appearance
        • Non-Visible Link Context
      • PDF Files
      • Software Plug-in Link
      • Captions, Audio Description & Transcripts
        • webVTT Caption File
        • Writing Captions & Audio Description
        • Video & Remote Communications
      • Hierarchical Headers
        • Non-Visible Context
      • Additional ADA Issues
        • Accessible Social Media
        • Video & Remote Communications
    • Records Retention – Backups, Archives and Revisions
  • Best Practices
    • College of Fine Arts Communications Written Style Guide
    • Using a Rich Text Editor
      • Using an External HTML Editor
    • Links & URLs
      • Link Text & Appearance
        • Non-Visible Link Context
      • Absolute vs. Relative Paths
      • HTTP vs HTTPS
      • Anchor Links
      • Changing URLs
      • Shorten a URL for Marketing
    • Images
      • JPG vs PNG
      • Image Editing and Troubleshooting
    • Web Forms & Surveys
      • Create a Link to Pre-Filter a Web Form Page
    • Standards & Structure
      • Hierarchical Headers
        • Non-Visible Context
      • Computer File Names
      • URL address names
        • UT Short Links Service
      • HTML
        • Common HTML Errors
        • Multiple Rows with Floated Images
        • Responsive Word Wrapping
    • Artificial Intelligence
    • Test & Evaluate
    • Wikipedia
    • Social Media & Networking
      • Accessible Social Media
    • RSS & Feeds
    • UT Austin Web Publishing Guidelines
  • Site Performance
    • Page Load Time
      • Fonts
    • Respond to a Variety of Devices
      • Telephone Numbers on Smart Phones
    • Analytics & Visitor Data
      • Outreach Campaign Link Tracking
        • Campaign URL Builder
        • Campaign Link Tracking Worksheet
    • Page Not Found Traffic
    • Tips to Increase Traffic
    • Optimize for AI Chat and Search
  • Site Specific Instructions
    • Instructions for COFA sites on University Blog Services WordPress
    • Instructions for COFA Drupal Kit sites
    • Instructions for COFA sites on UT Drupal Kit Managed

Test & Evaluate

Last Updated March 2026

Any errors or issues you find that you cannot address, or if you have any questions, please bring them to the attention of the Web team at cofawebmaster@austin.utexas.edu.

On this page:

  • Double Check Basics
  • Learn from Analytics
  • Usability
    • Usability Testing
    • Responsiveness to All Devices
    • Interaction Design
    • Navigation & Information Architecture
    • Readability
    • Broken Links
  • Accessibility
    • Color and Contrast
  • Page Load Time
  • Coding
    • Validation
    • Security
  • Learn More

Double Check Basics

  • the site for accuracy,
  • correct grammar and spelling,
  • consistent voice and tone,
  • Double check you are following all requirements for the University, college and department, and
  • that it follows the written style guide.

Learn from Analytics

If you are a website content editor you should be receiving a monthly report from Looker Studio with data analytics about your website/s, in your email inbox. If you are not, please let us know. The report will help you understand how website visitors use and engage with your site. Use it to make sure your visitors are getting what you want them to get from visiting your site and to seek improvement opportunities. Learn more on the Analytics & Visitor Data page.

Usability

Jakob Nielsen’s 10 Usability Heuristics for User Interface Design article provides common sense tips for checking the usability of the website. Such as, “Minimize the user’s memory load by making elements, actions, and options visible. The user should not have to remember information from one part of the interface to another.” Review your web content while considering the important points in this article.

Usability Testing

It’s important for you to get feedback from visitors to your site. If there’s something you want people to “get” or accomplish when visiting your site, ask a friend or family member to give it a try. If you want to get a bit more formal you can perform usability tests. It doesn’t have to be complicated. You can simply ask several people to try to accomplish several tasks  on your site while you watch and they talk out-loud through their process. Watch this 24 minute video of Steve Krug demonstrating a usability test.

Interaction Design

Follow best practices from Google’s Material Design Blog. “Material is an adaptable system of guidelines, components, and tools that support the best practices of user interface design…” It includes a library of good examples of different components and website assets.

Navigation and Information Architecture

Navigation and information architecture are an important part of having a usable site. You may want to perform a card sorting activity to discover issues with your navigation, menus, links or labeling and to discover opportunities to improve how your visitors navigate your website.

Readability

The Web team provides readability reports about our websites annually. If you are working on readability you can reach out to us for a report at any time. You can also try an online website like, The Readability Test Tool which allows you to enter a URL Web address and will take the text and give a score based on the most used readability indicators.

Broken Links

The W3C or World Wide Web Consortium is the group that writes the standards for coding websites. They provide a tool to check for broken links, https://validator.w3.org/checklink. Review Google Analytics to see where people, who end up with a Page Not Found error, came from.

Responsiveness to Different Devices

At the very least open the web page on your computer where you can resize the window. Also, open it up on your mobile phone. To get a little more accurate in a Web browser, like Chrome, you can open the Developer Tools (usually by right-clicking on the page and selecting “Inspect”), then click on the device icon to enable Device Mode to explore what it looks like in different devices.

More advanced options include a browser emulator https://www.browserstack.com/browser-emulator. You can also use https://caniuse.com/ to see if the code used to build a website will work on different browsers or devices.

Learn more about the importance of Device responsiveness and see Assistive Technology Device Responsiveness below.

Accessibility

Wave https://wave.webaim.org/ is an online accessibility validation tool. Automated tools, such as Wave, are not able to test all accessibility issues but they can tell you if basic errors, like missing alternate text, are detected. Review the site with these Easy Checks. Additional testing guidance is available from WebAIM and the W3C.

Assistive Technology Device Responsiveness

Color and contrast

When you’re picking out colors to use on your website make sure that the contrast is high enough for most people. WebAIM has a color contrast checker and a link color contrast checker. Chrome Lens is a free add-on for the Chrome browser that allows you to view a webpage as a user with a visual impairment.

Page Load Time

Google provides a tool called PageSpeed Insights that will let you know how well your page will load on mobile or desktop devices. Learn more about Optimization improvement opportunities.

Coding

Even if you do not know HTML, you can inspect the code and infer some of the meaning and even do basic troubleshooting. Understanding some basic website coding can be very helpful.  To access the code in Drupal click the “Source” button, in WordPress click the “Text” tab. Code inspection is extremely helpful to troubleshoot and also to make design requests.

More advanced code inspection can be done in the browser by viewing the source of the page. In most browsers you can find a link to View Page Source in the right-click context menu.   To advance your skills we recommend Learning Chrome Web Developer Tools training on LinkedIn Learning. (You can skip the part about “setting up your environment” in the Introduction and you’ll learn all the really useful stuff by the end of section “3. Using the Elements Panel”.)

Validation

The W3C has a validation tool that you can run any website through and quickly see if there are validation issues with the code, https://validator.w3.org/.

Security

For  the college sites the Web team will have already sent them to the university Information Security office for review.  For other sites simply send an email to security@utexas.edu asking for an assessment.

Learn More

For a pretty complete list of tools from the W3C visit, https://www.w3.org/developers/tools/.The developer website, Sitepoint has an excellent article, The Ultimate Testing Checklist.

Primary Sidebar

Open Office / Co-Working Sessions

Second Monday of the month:
11 a.m. – 12:30 p.m.

Fourth Thursday of the month:
2 p.m. – 3:30 p.m.

Email us for the Zoom link.

College of Fine Arts WordPress Instruction
College of Fine Arts Drupal Instruction
Subscribe to our email list to receive periodic tips and resources for generating great digital content

Contact Us

The COFA Web team can be reached by emailing us at cofawebmaster@austin.utexas.edu


To view some links on this page you may need to download Acrobat Reader.

UT Home | Emergency Information | Site Policies | Web Accessibility | Web Privacy | Adobe Reader

© The University of Texas at Austin 2026