• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 161
  • 64
  • 52
  • 21
  • 16
  • 11
  • 10
  • 9
  • 9
  • 5
  • 4
  • 4
  • 1
  • 1
  • 1
  • Tagged with
  • 397
  • 105
  • 94
  • 94
  • 78
  • 58
  • 52
  • 51
  • 46
  • 44
  • 38
  • 38
  • 36
  • 34
  • 34
  • 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.
101

Jämförelseanalys av GUI testverktyg : Avseende prestanda vid testexekvering och underhållbarhet

Perers, Elena January 2020 (has links)
I dagens utveckling av webbapplikationer, vilka blir alltmer komplexa, är det viktigt att testa sina webbapplikationer grundligt. En kort exekveringstid av testerna är särskilt viktigt, då de komplexa webbapplikationerna tar allt längre tid att testa manuellt. Det är angeläget att använda automatiserade GUI tester, för att stödja Agila arbetssätt med korta tider för leverans av nya versioner. För att säkerställa att de kan användas vid varje hopslagning av grenar i utvecklingsspåren inför en leverans av den kommande versionen. Ett problem med automatiserade GUI tester är att det alltid har varit svårt att underhålla testfallen när webbapplikationen har ändrats. Därför är det viktigt att det är lätt att underhålla testfallen i testverktygen. I den här studien har två testverktyg för automatiserade GUI tester utvärderats avseende underhållbarhet och exekveringstid. Fördelar och utmaningar med att introducerade automatiserade GUI tester har även de lyfts fram och analyserats. För att undersöka vilka fördelar och utmaningar som finns med att introducera automatiserade GUI tester utfördes en litteraturstudie på tidigare studier. Ett antal fördelar och utmaningar med automatiserade GUI tester har lyfts fram. Den genomgående största utmaningen med automatiserade GUI tester är underhållbarheten av testfallen. När webbapplikationen vidareutvecklas och framförallt i ett tidigt stadium i dess livscykel när mycket ändrar sig är det kostsamt att underhålla testfallen. Det är även en utmaning att implementera testfallen på ett sådant sätt att det blir lätta att underhålla. Vad gäller fördelar är den absolut främsta tidsvinsten i exekveringstid av testfall samt ökad kvalitet genom att tester utförs oftare. Det första experimentet som har utförts var att jämföra exekveringstiden mellan Cypress och Selenium Webdriver. Ett antal testfall har skapats som återspeglar hur webbapplikationen används. Experimentet visar att Selenium Webdriver presterar bättre än Cypress när det exekveras på en utvecklingsdator. Ytterligare jämförelse av prestandan i en CI miljö bör utföras för att se hur Cypress presterar med parallell exekvering av testfall. Det andra experimentet som utförts jämför underhållbarhet mellan Cypress och Selenium Webdriver. Resultatet av det här experimentet har visat att det finns fördelar och nackdelar med båda testverktygen och hur testfallen är skrivna. Cypress är i det här fallet något mer robust när strukturen på sidan ändras. Cypress klarade av ändringen utan några uppdateringar i testkoden. Selenium Webdriver visades vara lite bättre på att hantera när texten på elementen ändras. Det här beror primärt på hur testfallen är skrivna. Experimentet ger ingen tydlig indikation på vilket testverktyg som är bäst. Det visar mest hur olika svårt det är att skriva testfallen och att komma igång med dem i de båda testverktygen. Problemet med underhållbarhet finns fortfarande kvar. Cypress som ett nytt testverktyg lyckas inte lösa det fullständigt. Resultatet av experimentet visar att det inte finns ett testverktyg som kan klassas som bäst. Däremot har Cypress en lovande framtid som ett testverktyg, det är lättare att komma igång med och har bra verktyg vilket underlättar arbetet som testare.
102

Neural Network for Monitoring Infant Feeding Process in the SmartBottle Device

Guan, Jiajun 01 May 2021 (has links) (PDF)
To research the relationship between Childhood obesity and infant feeding patterns, the Electrical Engineering Department at California Polytechnic State University has designed a SmartBottle device attaching to the bottom of a baby bottle to monitor the infant feeding process. This project mainly focuses on the software and firmware design, as well as the neural network design of the SmartBottle device. The SmartBottle device is designed to identify infant feeding activities and to record related data for overweight and obesity research on children. This device includes a 6-dimensional inertial sensor that contains a 3-axis digital accelerometer and a 3-axis digital gyroscope. The measurement of this inertial sensor is passed into a neural network to identify drinking events and to measure the bottle-feeding angle. This device also includes a load sensor, a real-time clock, and an SD card to measure feeding amounts, record feeding time, and store real-time data. To obtain training data for the NN, device firmware was written to record feeding event data with the aid of a lab assistant familiar with typical feeding actions. Once a large set of data was collected, it was separated into two groups for neural network training and testing. The resulting neural network was repeatedly evaluated by lab assistants and rebuilt until it fully satisfied all the requirements. Finally, according to users’ preferences, the last step was to optimize the software and have it ready to be used for laboratory-based research.
103

An Interactive MIDD Framework for Evaluation and Comparison of PBPK Model Performance

Garamani, Dylan January 2022 (has links)
Modeling and simulation are becoming indispensable elements in drug development. Mechanistic modeling is susceptible to impacting several drug development and regulatory decisions through extrapolations beyond clinically researched scenarios by using its capacity to incorporate diverse data to provide a detailed and comprehensive understanding of a physiological and biological system. Physiologically based pharmacokinetic (PBPK) modeling is the fastest-growing Model-informed drug development subfield, and regulatory authorities currently demand or advocate its usage for specific applications. Shiny is based on the open-source software R, which is widely used in the statistics and data science communities, including finance, medicine, and pharmaceuticals. Shiny conveys complex models to non-technical audiences via interactive graphics and sensitivity analysis. The Shiny R package is a crucial development that opens up PBPK models developed in R to a wider audience. This project's main goal is to create a framework and, a user-friendly tool for PBPK model evaluations and performance comparisons during model development, customized for the Open System Pharmacology Suite. To develop the PBPK framework, a PBPK model was retrieved from the open system pharmacology repository on GitHub, and based on the model and parameter identification inputs, the shiny framework was coded in R.Principal diagnostic techniques such as visual predictive checks to match and correlate model-simulated concentration-time profiles with clinical data, the goodness of fit (GOF) analysis (e.g., residuals over time, residuals against predictions, etc.), and extensive precision and bias measures were used to assess and validate the performance robustness of the model. Various quantitative metrics such as root mean square error, mean absolute error, and concordance correlation coefficient were used to assess and evaluate the model performance. The PBPK-QSP shiny framework was developed, allowing users to do the model evaluation with minimal effort. Using frameworks such as Shiny can expedite and automate the PBPK procedure, saving a significant amount of money and time in the evaluation of model performance.
104

Comparing Static and Dynamic Synchronization of GUI-based tests: An Industrial study

Wellner, Carl Johan January 2024 (has links)
Background. Speed is getting more and more critical in modern Software Engineering to be able to respond to users’ expectations of product development. One practice that takes a significant amount of time in the process of releasing software to the customers is testing. It is a clear trend that organizations are increasing the amount of test automation compared to manual testing. However, manual testing is still prominent in GUI-based testing due to challenges interacting with a GUI from test scripts. One of the most prominent challenges is synchronizing test script execution with the system under test. Objectives. This research aims to compare static and dynamic synchronization of GUI-based tests. This comparison will be conducted by replicating an existing Selenium test suite using static synchronization to Playwright, which will use dynamic synchronization and run the test suites against a web-based application. These test suites will then be used to compare the two types of synchronization from the perspective of test execution efficiency, test output correctness, and maintenance cost.Methods. The research methodology we chose is experiment. We have chosen Selenium to represent static synchronization and Playwright to represent dynamic synchronization. We used an existing test suite in Selenium that was translated into Playwright. There are a total of 81 tests in the test suite. The test suites were used to compare test scripts that use static and dynamic synchronization from the perspective of test execution efficiency, test output correctness, and maintenance cost.Results. The data collected from the experiments shows that execution efficiency for test scripts using dynamic synchronization is significantly faster than static synchronization. A mean difference between the test suites showed a decrease of 87%. For defect identification, ten defects where used and both test suites managed to identify all of them, resulting in no difference could be found. Test maintenance cost was found that test scripts using dynamic synchronization had a positive effect with an average of 60% less time spent on maintenance.Conclusions. Based on the result, we found that test scripts using dynamic synchronization improved execution efficiency and maintenance costs without sacrificing the test output correctness.
105

Graphical User Interface (GUI) to Study Different Reconstruction Algorithms in Computed Tomography

Abhange, Shital K. 04 May 2009 (has links)
No description available.
106

Static Analyses of GUI Behavior in Android Applications

Yang, Shengqian January 2015 (has links)
No description available.
107

Grafiskt användargränssnitt kontra kommandoradsgränssnitt - En jämförande studie av gränssnitts effektivitet för expertanvändare

Spjuth, Emy, Lindh, Pernilla January 2012 (has links)
Denna studie är gjord med syftet att undersöka hur ett grafiskt användargränssnitt (GUI) håller måtten baserat på effektivitet jämfört med ett kommandoradsgränssnitt (CLI). Är det så att det generellt går snabbare att jobba i ett kommandoradsgränssnitt eller beror det på vilka uppgifter som skall utföras?Vi har baserat denna studie på en generell uppfattning hos CLI-expertanvändare att ett CLI är betydligt effektivare och snabbare att jobba i än ett GUI. Vi undersöker därför i denna studie expertanvändares tillvägagångssätt i deras arbete framför datorn. Detta i form av ett utförandetest mätt på hastighet och svar från en enkätundersökning som komplement till användartestets resultat.Det resultat vi får fram visar att val av gränssnitt i huvudsak är beroende på användningsområde och uppgifternas storlek, vilket enkätsvaren bekräftar. Ju mer uppgifterna ökar i storlek och omfång desto effektivare blir CLI i jämförelse med GUI. Användartestet visar att GUI i genomsnitt inte håller samma nivå som CLI när det gäller effektivitet. Vi analyserar dessutom vilka faktorer som påverkar gränssnittens effektivitet.Nyckelord: Expertanvändare, gränssnitt, CLI, GUI, effektivitet, operativsystem. / This paper has been made in order to examine how well a graphical user interface (GUI) measures compared to a command line interface (CLI). Is it true that a CLI generally is faster to work in or does it depend on the tasks to be performed?We have based this study on a general perception among CLI-expert users that a CLI is much more efficient and faster to work in than a GUI. Therefore, in this study we investigate expert users’ performance when they work with computers. We do this with thru performance test measured on the speed and from a survey response to complement the result of the usability test.The result we obtain show that the choice of interface is mainly dependent on the tasks and data size, which is confirmed by the survey replies. The more the data increases in size and scale, the more efficient CLI gets in comparison with the GUI. The user tests shows that the GUI, on average, don’t succeed to keep the same level of efficiency as CLI. We will also analyze the factors that affect the interfaces efficiency.Keywords: Expert users, interfaces, CLI, GUI, efficiency, operation system.
108

Användarcentrerad förbättring av HR-system

Rama, Ali January 2014 (has links)
I denna uppsats har det undersökts vilka användbarhetsproblem som är framträdande i HRutan, samt vilka förbättringar som kan härledas i HRutan avseende användbarhetsproblemen. HRutan är en samlingsplats för allmän självservice och information i anknytning till arbetet inom HR-området inom Malmö stad och används av anställda inom Malmö stad för arbetsrelaterade uppgifter. Undersökningen har gjorts genom att analysera ett utvalt HR-system med hänvisningar till utvalda designanvisningar och direktiv. Designanvisningarna och direktiven presenterades för den utvalda målgruppen genom en undersökning i form av intervjuer. Syftet med den första genomförda intervjun var att samla åsikter och synpunkter från målgruppen angående potentiella användbarhetsproblem i det utvalda HR-systemet. Datainsamlingen kom sedan att användas vid utformningen av ett prototypbaserat användargränssnitt. I samband men den första genomförda intervjun genomfördes även en expertutvärdering av användargränssnittet vars syfte var att styrka de användbarhetsproblem som målgruppen tidigare uttryckt. Detta genom att jämföra resultatet från båda undersökningarna och därmed finna ett framträdande resultat av användbarhetsproblem. Avslutningsvis genomfördes ytterligare en intervju med målgruppen avseende det prototypbaserade användargränssnittet för att finna underlag för om några förbättringar skett. Syftet med undersökningen är att fastställa vilka designanvisningar och direktiv som är relevanta för att uppnå en högre grad av användbarhet i ett HR-system och därmed leva upp till användarnas krav och behov. Detta för att finna de förbättringar som är vid behov för att underlätta de grundläggande funktionerna i ett HR-system och därmed finna hur design, struktur och navigering i ett HR- system kan förbättras ur ett användbarhetsperspektiv. Resultat tyder på att det finns en varierande grad av relevans för samtliga designanvisningar och direktiv där kategorierna felhantering samt feedback och återkoppling påvisar en högre grad av relevans. Kategorin hjälpmedel och genvägar tyder på en lägre grad av relevans i samband med HRutan. Resultatet påvisar även att det finns ett behov av förbättringar för samtliga kategorier. Förslagen till förbättringar baseras bl.a. på en ny konsekvent layout och dess innehållande information samt tydliggörandet av aktuella händelser och platser genom en indelning av de olika kategorierna i menyn i s.k. flikar. Andra förslag till förbättringar bygger på en ny strukturering och placering av information som presenteras med fokus på dess väsentlighet, meddelandefönster som är anpassade för de olika handlingarna men även tillägg av utgångs och ångerfunktioner. Förslagen till förbättringar belyser även vikten av ett system som sköter de grundläggande justeringarna och inmatningarna i systemet, genväg för den mest frekventa arbetsuppgiften samt en ny layout av användargränssnittet. Ytterligare förslag till förbättringar baseras på utnyttjandet av symboler samt genvägar till funktioner med flervalsalternativ för att uppnå en mer målgruppsanpassad sida. Avslutningsvis framhävs förbättringar i form av flerstegsanvisningar för utförandet av arbetsuppgifter och en logisk utformning av layout, menyer, termer, symboler och fraser. / The thesis explores the most prominent usability problems in HRutan but also addresses the improvements that can be made. This has been accomplished by studying a specific/selected HR system with references to carefully selected design guidelines and directives. The design guidelines and directives were shown to the target group through a survey in the form of an interview. The aim of the first interview was to collect the opinions and the feedback of the target group regarding the usability problems of the selected HR system. These opinions and the feedback were later used in the design of a prototype-based user interface. Together with the first interview an expert evaluation was conducted which aimed to confirm the usability issues that the target group expressed. This was completed by combining the results of usability problems from both studies and thus find a prominent result of the usability problems on the selected HR system. Finally, one more interview regarding the prototype-based user interface was done by the target group. The intention of this interview was to examine if any improvements had been made. The aim of this study is first of all to determine what design guidelines and directives are relevant to achieve a higher degree of usability in an HR system and thus meet requirements and needs of the user. The second aim is to discover and determine the improvements necessary to simplify the basic features of an HR system from a usability perspective. The last part is the aim to identify how the design, structure and navigation of an HR system can be improved from a usability perspective. The results point out that there is a varying degree of relevance for each design guidelines and directives where the categories error handling, feedback and reconnection indicates a higher degree of relevance. The category tools and shortcuts point to a lower degree of relevance in the context of HRutan. The result show that there was a necessitate for a variable degree of improvement in all categories. The suggestions for improvements are for instance based on a new consistent layout of its information and a clarification of current events and places by division of the categories in tabs. Additional proposals for improvement are the structuring and placement of information based on essentiality, message windows for the various actions as well as the addition of a number of output and regret functions. The proposals for improvement give prominence to the importance of a system that handles the most basic adjustments and inputs but also highlight the weight of the shortcuts for the most frequent task. Shortcuts for functions with multiple choice options to achieve a more targeted custom page and multi-step directions, such as video clips for the execution of tasks, are further proposal of improvements. These improvements result in a new layout of the user interface with a consistent structure and design of the layout, the menus, terminology, symbols and phrases.
109

Grafiskt användargränssnitt kontra kommandoradsgränssnitt - En jämförande studie av gränssnitts effektivitet för expertanvändare

Spjuth, Emy, Lindh, Pernilla January 2012 (has links)
Resumé Denna studie är gjord med syftet att undersöka hur ett grafiskt användargränssnitt (GUI) håller måtten baserat på effektivitet jämfört med ett kommandoradsgränssnitt (CLI). Är det så att det generellt går snabbare att jobba i ett kommandoradsgränssnitt eller beror det på vilka uppgifter som skall utföras? Vi har baserat denna studie på en generell uppfattning hos CLI-expertanvändare att ett CLI är betydligt effektivare och snabbare att jobba i än ett GUI. Vi undersöker därför i denna studie expertanvändares tillvägagångssätt i deras arbete framför datorn. Detta i form av ett utförandetest mätt på hastighet och svar från en enkätundersökning som komplement till användartestets resultat. Det resultat vi får fram visar att val av gränssnitt i huvudsak är beroende på användningsområde och uppgifternas storlek, vilket enkätsvaren bekräftar. Ju mer uppgifterna ökar i storlek och omfång desto effektivare blir CLI i jämförelse med GUI. Användartestet visar att GUI i genomsnitt inte håller samma nivå som CLI när det gäller effektivitet. Vi analyserar dessutom vilka faktorer som påverkar gränssnittens effektivitet. Nyckelord: Expertanvändare, gränssnitt, CLI, GUI, effektivitet, operativsystem. / This paper has been made in order to examine how well a graphical user interface (GUI) measures compared to a command line interface (CLI). Is it true that a CLI generally is faster to work in or does it depend on the tasks to be performed? We have based this study on a general perception among CLI-expert users that a CLI is much more efficient and faster to work in than a GUI. Therefore, in this study we investigate expert users’ performance when they work with computers. We do this with thru performance test measured on the speed and from a survey response to complement the result of the usability test. The result we obtain show that the choice of interface is mainly dependent on the tasks and data size, which is confirmed by the survey replies. The more the data increases in size and scale, the more efficient CLI gets in comparison with the GUI. The user tests shows that the GUI, on average, don’t succeed to keep the same level of efficiency as CLI. We will also analyze the factors that affect the interfaces efficiency. Keywords: Expert users, interfaces, CLI, GUI, efficiency, operation system.
110

Kvalitetssäkring av webbapplikationer : En utvärdering av testautomatisering med agila utvecklingsprocesser

Shaif, Ayad January 2019 (has links)
Quality assurance is becoming increasingly important to implement in expanding development projects. The components being built must be tested regularly to ensure the functionality of the whole product. Leeroy applies scrum as a development method along with manual GUI tests that only are performed when all components belonging to each sprint are completed. This leads to shortage in time for a tester to apply the assigned test scenarios. Testers are therefore subjected to stress in their work as testing requires high accuracy and speed in order to effectively ensure that the components end up in a production environment. The purpose of this study is to streamline current test processes by replacing manual GUI tests with automated GUI regression tests using BDD principles. Specification of the requirements was carried out using data collection methods that were chosen for this study. The specifications were used both to evaluate the construction as well as the results obtained. The results show that it is important that both the tester and the rest of the agile team cooperate during each sprint, as the components are developed incrementally and tested regularly. The results show even the importance of prioritizing the test scenarios; this is done to ensure the efficiency of the workflow by first choosing the most important components to test. The tested aspects in this study have also proven that both frameworks Cucumber and Puppeteer have the potential to contribute to a smooth implementation of BDD in an agile development team. This is due partly to the reasonable results from the performance tests that measured the speed of feedbacks as an efficiency test, partly to a high degree of both usability and reusability. This study is limited to few test scenarios due to shortage of time given for this course and therefore the performance results doesn’t express all kind of testing scenarios. / Kvalitetssäkring blir allt viktigare att genomföra i växande utvecklingsprojekt. Komponenterna som byggs måste testas regelmässigt för att garantera funktionaliteten av produkten som utvecklas. Leeroy tillämpar idag Scrum som utvecklingsmetod med manuella tester som genomförs när alla komponenter är färdigbyggda vid slutet av varje sprint. Detta leder till att testaren har kortare tid på sig för att utföra testscenarierna. Testaren utsätts därför för stress i sitt arbete då uppdraget kräver en hög noggrannhet med snabbhet för att effektivt försäkra att komponenterna hamnar i en produktionsmiljö. Syftet med undersökningen är att effektivisera nuvarande testprocesser genom att ersätta de manuella GUI-tester med automatiserade GUI- regressionstester som tillämpar BDD principer. Specificering av kraven genomfördes med hjälp av datainsamlingsmetoder som valdes till denna undersökning. Kravspecifikationerna användes dels för utvärdering av konstruktionen och dels för utvärdering av de erhållna resultaten. Resultaten visar att det är viktigt att både testaren och resten av det agila teamet samarbetar under varje sprint, då komponenterna utvecklas inkrementellt och testas regelmässigt. Resultaten visar vikten av att prioritera testerna som kommer att utvecklas för att säkra effektiviteten i arbetsflödet och även säkra att de viktigaste funktionerna testas först. Undersökningen har visat att både Cucumber och Puppeteer kan bidra till en smidig implementation av BDD i ett agilt utvecklingsteam. Detta beror dels på de rimliga resultaten från prestandatesterna som mäter effektiviteten, dels en hög användbarhetsgrad vad gäller både läsbarhet och skrivbarhet i syntaxen och dels en hög återanvändbarhetsgrad. Denna studie avgränsades till få antal testscenarier på grund av brist på tid i undersökningen och därför visar resultaten från prestandatesterna inte alla slags testscenarier.

Page generated in 0.0403 seconds