• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 7
  • 3
  • 2
  • 1
  • 1
  • Tagged with
  • 14
  • 14
  • 7
  • 6
  • 6
  • 4
  • 4
  • 4
  • 3
  • 3
  • 3
  • 3
  • 3
  • 2
  • 2
  • 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.
11

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.
12

Implementering DevSecOps metodik vid systemutveckling för hälso och sjukvård / Implementing DevSecOps  methodology for healthcare system development

Abd Alwaheb, Sofia January 2023 (has links)
Inom hälso- och sjukvården är IT-säkerhet avgörande för att skydda både personlig information och patientsäkerheten. För närvarande genomförs implementering av säkerhetsåtgärder och tester efter mjukvaruutvecklingen, vilket kan minska effektiviteten och utgöra en potentiell risk för patienternas integritet. Detta arbete undersökte implementeringen av DevSecOps-metodiken inom hälso- och sjukvården med fokus på utvecklingsfasen. Genom att intervjua anställda och använda säkerhetsverktyg som SAST, kodgranskning, penetrationstestning och DAST identifierades fördelar och utmaningar. Utmaningarna inkluderade brist på säkerhetskunskap och svårighet att integrera verktyg kostnadsfritt. Trots detta visade resultatet på möjligheten att förbättra säkerheten, effektivisera arbetet och spara pengar genom att använda gratis verktyg och implementera säkerhet redan i utvecklingsfasen. Utbildning och anställning av säkerhetskompetent personal betonades också som viktigt för att upprätthålla höga säkerhetsstandarder / In healthcare, IT security is crucial for protecting both personal information and patient safety. Currently, the implementation of security measures and testing is done after software development, which can reduce efficiency, and pose a potential risk to patient privacy. This study examined the implementation of the DevSecOps methodology in healthcare, focusing on the development phase. By interviewing employees and using security tools such as SAST, code review, penetration testing, and DAST, benefits and challenges were identified. The challenges included a lack of security knowledge and difficulty integrating tools for free. Despite this, the results demonstrated the potential to enhance security, streamline operations, and save money by utilizing free tools and implementing security during the development phase. Training and hiring security-competent personnel were also emphasized as important for maintaining high security standards.
13

Automatiserade GUI-tester i praktiken : En fallstudie på Triona AB / Automated GUI-testing in practice – a case study at Triona AB

Dahl Thomas, Eva, Borg, Robin January 2020 (has links)
Testning är en nödvändig men kostsam del av mjukvaruutveckling. Test utförs på olika abstraktionsnivåer och kan vara manuella eller automatiserade. På lägsta abstraktionsnivå, enhetsnivå, är automatiserad testning vanligt och relativt okomplicerat, medan systemtester är svårare att automatisera. I synnerhet gäller detta tester på ett grafiskt användargränssnitt (GUI) som kräver speciella verktyg.   Triona vill undersöka möjligheterna att automatisera regressionstester från GUI:t av sin produkt C-Load, en molnbaserad webbtjänst för avtalsbaserad transportbokning.    Det primära syftet med denna fallstudie är att med en anpassad urvalsprocess utvärdera ett möjligt verktyg i förhållande till C-Load-förvaltningens förväntningar på automatiserad GUI testning (AGT) och att utifrån resultatet föreslå hur C-Loadförvaltningen kan gå vidare med val av verktyg för AGT. För att uppfylla syftet användes litteraturstudier, intervjuer och observationer av praktiska test.    Verktyg för GUI-testning kan delas in i tre huvudkategorier: skriptbaserade, modellbaserade och skriptlösa. Baserat på tidigare forskning drogs slutsatsen att ett skriptbaserat verktyg där koden i testskripten skrivs manuell bäst passar C-Loadförvaltningens krav och förutsättningar. Det mest använda verktyget av denna typ, Selenium WebDriver, utvärderades kvalitativt gentemot identifierade krav.    Av tidigare forskning framgår att vanliga utmaningar med skriptbaserade GUI-tester är att arbetsinsatsen för att skapa och underhålla testskript är stor och att testen kan vara opålitliga. Dessa problem framkom också i studiens intervjuer och observationer.   Slutsatsen är att det vore möjligt att automatisera regressionstester av C-Load med hjälp av Selenium Webdriver, och att det på sikt skulle kunna frigöra tid. Initialt krävs dock en omfattande insats för att implementera automatiserade tester i förvaltningen och Selenium Webdriver uppfyller bara delvis C-Load-förvaltningens förväntningar på AGT. C-Load-förvaltningen rekommenderas att utvärdera fler verktyg innan beslut fattas. I en kommande urvalsprocess bör Triona beakta hur väl olika verktyg fungerar i förhållande till moderna webbramverk. / Testing is a necessary but costly part of software development. Tests are performed at different abstraction levels and can be either manual or automated. On the lowest level of abstraction, where unit testing is performed, automated testing is commonplace and relatively uncomplicated, whereas system testing is more difficult to automate. This is especially true for GUI-testing, which requires special tools.      Triona wished to investigate possibilities to automate regression testing of the GUI for its C-load product, which is a Cloud-based web-service for contract-based transport booking.      The purpose of this case study was to evaluate one tool for automated GUI-testing (AGT) against the C-Load team’s expectations on AGT, and based on the result recommend Triona how to proceed in the process of implementing AGT. Literature studies, observations and interviews were conducted to fulfil the purpose.      GUI-testing tools can be classified into three categories: script-based, model-based and scriptless. One conclusion was that a script-based tool, where test scripts are manually coded would best suit Triona’s needs. The most used tool in that category, Selenium WebDriver, was tested and evaluated against requirements.       Prior research shows that common challenges encountered when using script-based GUItests are the workload required to create and maintain test scripts and that the tests can deliver inconsistent or “flaky” results. These challenges were confirmed during our analysis.       Our conclusion is that it is possible to automate C-Load regression tests with Selenium WebDriver, and that it would eventually free up time. However, a considerable effort is initially required to implement automated testing. Selenium Webdriver only partly fulfills the C-Load team’s expectations on AGT. Before a decision is taken, the C-Load team should evaluate more tools. When evaluating tools for AGT, Triona should take note that Selenium Webdriver can be deficient when it comes to testing applications based on modern web frameworks.
14

Automatický tester HMI / HMI automatic tester

Lang, Stanislav January 2011 (has links)
This thesis is dedicated to the automation of tests of the thermostats developed by the company Honeywell. The first chapter presents a problem of self-testing of thermostats, followed by a discussion of possible approaches to solutions. Attention is paid to testing the functionality of the HMI of thermostats, especially to the part of the system, that deals with activation of touchscteen, but no other part of the problem are omitted in the text. Discussions of the problematic passes into the design and implementation of specific design solutions. The selected design of 3D-router, which moves in three orthogonal coordinates and resembles to a coordinate drill for example. First, it describes the basic concepts of mechanic and electronic part of equipment, and subsequently is designed and implemented control electronics for mechanical activator HMI. Each of the electronics components are described in detail and values of parts are based on the calculation with the exception of finished parts. The proposal of the electronics follows the possibility of maximization of universality module for applications in similar applications. The functionality of the electronics is controlled by a microprocessor with a custom program that is described in the work. Source code of some the programs is not available because it is know-how of the company. Next part of the thesis deals with optimization of the moving of axes, optimization is done empirically by measuring. An important issue is compliance with the accuracy required position, also part of the work is devoted to the issue of calibration position. Finally is solved the continuity on the superior system. It is designed and implemented the upper layer of the communication protocol used in the company. Work is the solution of specific corporate award thesis. Although it is a very specific role of the works are generally applicable for other applications. In particular, the proposed electronic represents relatively universal controller for stepper motor control.

Page generated in 0.0713 seconds