• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2
  • 1
  • 1
  • Tagged with
  • 4
  • 4
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Tillgänglighetstestning av webbplatser / Website accessibility testing

Nilsson, Simon, Lindberg, Christoffer January 2022 (has links)
Bakgrund: Webbtillgänglighet är mer aktuellt än någonsin med införandet av nya lagkrav och då webben har en så viktig roll i samhället. Bristande tillgänglighet på webbplatser kan orsaka problem för individer med olika funktionsvariationer att interagera med webben och vara delaktiga på lika villkor.  Syfte: Syftet med uppsatsen är att undersöka hur tillgänglighetstester av webbsidor kan genomföras för att säkerställa att de lagkrav som finns följs, samt att undersöka vilka delar av testprocessen som kan automatiseras. Metod: Vi har använt oss av en kvalitativ studie där datainsamlingen har skett i form av intervjuer. För att utröna vilka delar av testprocessen som kan automatiseras utvecklades en webbsida med ett antal tillgänglighetsbrister, som evaluerades med olika valideringsverktyg. Resultat och slutsatser: Av de automatiska valideringsverktyg som utvärderades presterade Axe DevTools i kombination med Axe Linter bäst och upptäckte flera tillgänglighetsbrister. Att automatisera tillgänglighetstestning underlättar testarbetet och medför att många tillgänglighetsbrister upptäcks som kan vara svåra att upptäcka manuellt, vilket är ett argument att för att implementera det i testprocessen. / Background: Web accessibility is more relevant than ever with the introduction of new legal requirements and when the web has such an important role in society. Lack of accessibility on websites can cause problems for individuals with different functional variations to interact with the web and participate on equal terms. Purpose: The purpose with the essay is to investigate how accessibility tests of websites can be carried out to ensure that the legal requirements are complied with, and to investigate which parts of the testing process can be automated. Method: The authors have used a qualitative study where data collection has taken place in the form of interviews. To find out which parts of the test process can be automated, a website was developed with a number of accessibility shortcomings that various validation tools evaluated. Results and conclusions: Of the automatic validation tools that were evaluated, Axe DevTools in combination with Axe Linter performed best and discovered several accessibility shortcomings. Automating accessibility testing facilitates the test work and means that many accessibility shortcomings are discovered that can be difficult to detect manually, which is an argument for implementing it in the testing process.
2

Design systems for accessibility : Creating a sustainable methodology for workplaces within web development

Berglund, Ingrid January 2023 (has links)
Although accessibility benefits all users of the web, irrespective of their abilities and disabilities, many web applications fail to fulfill basic accessibility requirements. Designers and developers need to improve their work with accessibility in order for digital inclusion to be possible. This thesis investigated how a design system can support them in producing accessible applications. It used a design approach to formulate an accessibility methodology for creating and maintaining a design system. Interviews and ideation workshops were held to understand the problem and generate solutions. A methodology was put together and evaluated through expert reviews, focus grouping, and user testing. The thesis resulted in 10 guidelines for how to promote accessibility through a design system. Central to the guidelines was that companies adapt the work with accessibility to their specific situation, by setting their own goals and creating tools for the different stages of the employees' work processes. The thesis concluded a design system can help designers and developers not feel overwhelmed by accessibility requirements, and focus on what is relevant to the task they are currently performing. A design system that is merely a storage for components can only assist designers and developers with a fraction of the accessibility requirements. Greater potential is held by a design system that is made into a platform for accessibility, by providing guidance on how to use components and being referenced in testing procedures. / Trots att tillgänglighet gynnar alla användare, oavsett förmåga eller funktionsnedsättning, uppfyller många webbapplikationer inte grundläggande tillgänglighetskrav. För att digital inkludering ska vara möjlig, behöver designers och utvecklare förbättra sitt arbete med tillgänglighet. Detta examensarbete undersökte hur ett designsystem kan stötta dem med att producera tillgängliga applikationer. Med ett angreppssätt vanligt för design, tog det fram en tillgänglighetsmetodik för att skapa och underhålla designsystem. Intervjuer och idéworkshops hölls för att förstå problemet och generera lösningar. En metodik sammanställdes och utvärderades genom expertutvärderingar, fokusgrupp och användartester. Examensarbetet resulterade i 10 riktlinjer kring att främja tillgänglighet genom ett designsystem. Centralt för riktlinjerna var att företag ska anpassa tillgängligh-etsarbetet till deras specifika situation, genom att sätta egna mål och skapa verktyg för de olika stadierna av medarbetarnas arbetsprocess. Examensarbetet kom till slutsatsen att ett designsystem kan hjälpa designers och utvecklare undvika att överväldigas av tillgänglighetskrav, och fokusera på vad som är relevant för den aktuella uppgiften de utför. Ett designsystem som enbart är ett förvar för komponenter kan bara stötta designers och utvecklare med en bråkdel av tillgänglighetskraven. Ett designsystem som blir en plattform för tillgänglighet, genom att ge handledning för hur komponenter ska användas och genom att refereras till i testrutiner, har högre potential.
3

Method for Automated Accessibility Testing of Web Application Components (AAT-WAC) : Proposal for a Method for Automated Accessibility Testing of Web Applications Built Using a Component-based Architecture / Metod för automatiserad tillgänglighetstestning av webapplikationskomponenter

Ronne, August January 2024 (has links)
It would be difficult to imagine the world we live in without the World Wide Web. We depend on it for communication, entertainment, transfer of capital, access to essential services, and many other things. Even though it feels like the Web is everywhere, its usage is still growing, and so is its importance. However, a significant portion of the world’s population is made up of people with disabilities, and if the Web and its content is not made accessible to them, they cannot participate in this integral part of modern society. Making sure that the resources we access through the Web are accessible to people with disabilities is a difficult task. Those who create applications for the internet need to test them to identify accessibility issues. Today, much of the content on the Web is divided into units called components. It would be advantageous if there was a method for automated accessibility testing of these components. The problem is that no such method exists. Components—in this context—refer to the parts that make up a webpage. When you are, for example, viewing a news article online, the heading could be a component, as could the comments section, and so on. A majority of the world’s webpages are constructed using this architecture, where a set of reusable components with different functionality make up the page you are visiting. The purpose of this thesis is to create a method for automated accessibility testing of these web application components. The goal is that the created method should be useful for web developers and testers in their work to create a Web that is more accessible for people with disabilities, and therefore contribute in some way to a more accessible society. The chosen research methodology was qualitative and exploratory, and followed the design science research-paradigm. The methodology consisted of four distinct phases, a literature study phase, a preliminary design phase, an evaluation of the preliminary design phase, and an improved design phase. The literature study phase laid the groundwork for creating a method proposal in the preliminary design stage. This method was then evaluated in the evaluation stage. This evaluation consisted of a partial implementation of the framework, together with interviews with respondents with relevant experience. Using this evaluation, an improved method was created in the improved design phase. The result of this thesis is the Automated Accessibility Testing of Web Application Components Method (AAT-WAC). The evaluations that were conducted proved that AAT-WAC method met all of the stipulated evaluation criteria, and that the method was useful when implemented in a real-world industrial context. The literature study proved that no other methods similar to the AAT-WAC method existed. / Det skulle vara svårt att föreställa sig världen vi lever i utan Webben. Vi använder den för kommunikation, underhållning, överföring av kapital, tillgång till livsviktiga tjänster och mycket mer. Även om det kan kännas som att Webben redan är överallt så växer fortfarande dess användning och betydelse. En ansenlig del av världens befolkning är personer med funktionsnedsättningar, och om Webben och dess innehåll inte är tillgängligt för dem kan de inte deltaga i denna oumbärliga del av det moderna samhället. Att säkerställa att de resurser vi tillgodogör oss genom Webben är tillgängliga för personer med funktionsnedsättningar är en utmanande uppgift. De som skapar applikationer för Webben behöver testa dem för att upptäcka tillgänglighetsproblem. Idag är mycket av innehållet på Webben indelad i enheter som kallas för komponenter. Det skulle vara fördelaktigt om det fanns en metod för automatisk tillgänglighetstestning av dessa komponenter. Problemet är att ingen sådan metod existerar. Komponenter, i den här kontexten, syftar på de enheter som tillsammans utgör en webbsida. När du exempelvis besöker en nyhetsartikel på Webben så kan en komponent utgöra rubriken, en annan kommentarsektion, och så vidare. En majoritet av världens webbsidor är konstruerade enligt denna arkitektur, kallad en komponent-baserad arkitektur, där en uppsättning återanvändbara komponenter med olika funktionalitet utgör webbsidan du besöker. Syftet med denna avhandling är att skapa en metod för automatiserad tillgänglighetstestning av webbapplikationskomponenter. Målet är att öka kunskapen om tillgänglighetstestning, och genom detta skapa ett mer tillgängligt samhälle. Forskningsmetodologin var kvalitativ och följde en Design Science-paradigm. Forskningsmetodologin bestod av fyra distinkta faser, en litteraturstudie-fas, en preliminär designfas, en utvärderings av preliminär design-fas och en förbättrad design-fas. Litteraturstudien lade grunden för att skapa en preliminär metod i preliminär design-fasen. Denna preliminära metod utvärderades sedan genom att implementera delar av metoden på en verklig webapplikation, samt genom intervjuer med personer med relevant expertis inom webbutveckling. Dessa utvärderingar användes sedan för att skapa den förbättrade metoden i förbättrad design-fasen. Resultatet av denna avhandling är metoden Automated Accessibility Testing of Web Application Components (AAT-WAC-metoden). Uvärderingarna av AAT-WAC-metoden påvisade att metoden uppfyllde alla utvärderingskriterier som stipulerats, samt att metoden var användbar när den implementerades i en verklig, industriell kontext. Litteraturstudien påvisade att inga metoder som liknar AAT-WAC-metoden existerade.
4

Accessibility Guidelines im Kontext von „Studium und Behinderung“

Ruth, Diana 23 September 2004 (has links)
Was bedeutet Barrierefreiheit im Internet? Welche Elemente auf einer Website werden zur Barriere für Menschen mit Sehbehinderungen oder Blindheit? Was sind Barrieren für gehörlose Menschen und was sind Barrieren für körperlich eingeschränkte Menschen? Und wie können diese Barrieren erkannt und abgebaut werden? Welche Lösungsmöglichkeiten gibt es und mit welchem Aufwand sind diese umzusetzen? Die Arbeit zeigt am Beispiel einer Plattform für Studierende mit Behinderungen an der TU Dresden Barrieren im täglichen Umgang mit elektronischen Dienstleistungen für betroffene Nutzer auf. Dafür wird die Anwendung verschiedener anerkannter Evaluationsmethoden am Praxisobjekt demonstriert und mit echten Nutzer-Interviews ergänzt. Auf der Grundlage der erhobenen Daten wird das der Plattform zugrundeliegende Kontextszenario qualifiziert und erweitert und ein Redesign durchgeführt. Die erfolgreiche Anwendung und Umsetzung der Richtlinien für Barrierefreiheit und Gebrauchstauglichkeit wird anschließend dokumentiert und demonstriert.

Page generated in 0.1025 seconds