Národní úložiště šedé literatury Nalezeno 17 záznamů.  1 - 10další  přejít na záznam: Hledání trvalo 0.00 vteřin. 
Sada testů GUI instalačního nástroje Anaconda
Sedlák, Jan ; Hrubý, Martin (oponent) ; Smrčka, Aleš (vedoucí práce)
Cílem této práce je prozkoumat principy a dostupné nástroje pro automatizované testování grafického uživatelského rozhraní. Jeden z těchto nástrojů je rozšířen a použit pro návrh a implementaci testů instalace linuxové distribuce Fedora programem Anaconda. Je implementována možnost dynamického generování testovacích případů z menších částí.
Integrace nástrojů s automatizovaným testováním GUI mobilních aplikací
Stehlík, Richard ; Janoušek, Vladimír (oponent) ; Smrčka, Aleš (vedoucí práce)
Cílem práce je implementace automatizovaných testů uživatelského prostředí mobilních aplikací a jejich integrace do procesu průběžné integrace. Analýzou dostupných a běžně používaných nástrojů pro automatizaci vybereme vhodné kandidáty pro integrovaný systém, který má za cíl usnadnit, urychlit a zefektivnit vývoj v agilním prostředí.
Generátor testovacích běhů nad GUI
Sojčák, Juraj ; Peringer, Petr (oponent) ; Smrčka, Aleš (vedoucí práce)
Grafické používateľské rozhrania tvoria významnú časť počítačových systémov. Z tohto dôvodu sú kladené čoraz väčšie nároky na ich správne fungovanie, ktoré môže byť dosiahnuté testovaním. Táto práca popisuje princíp testovania na základe modelu, pomocou ktorého je možné automatizovane generovať testovacie prípady. V tejto práci je definovaný model, ktorý je možné využiť na modelovanie bežne používaných GUI, algoritmus na získavanie takéhoto modelu z GUI a prostriedok na definovanie kritéria pokrytia modelu GUI. 
Automated Generation of Tests for GNOME GUI Applications Using AT-SPI Metadata
Krajňák, Martin ; Smrčka, Aleš (oponent) ; Vojnar, Tomáš (vedoucí práce)
The goal of this work is the development of a tool capable of automatic test generation for GUI applications in the GNOME desktop environment. The tests are generated using metadata provided by the assistive technologies, specifically the AT-SPI. The proposed test generator utilizes the given metadata to create a model of a tested application. The model maps the event sequences that are applied on the tested application during the test generation process. The generation process involves the detection of severe bugs in the tested application. The results of the test generation process are automated test cases suitable for regression testing. The functionality of the implemented test generator was successfully verified by testing 5 open-source applications. The testing of applications performed by the proposed tool has proven the ability to reveal new bugs.
Nástroj pro automatizované testování GUI
Vacek, Lukáš ; Charvát, Lukáš (oponent) ; Smrčka, Aleš (vedoucí práce)
Testování GUI je navzdory jeho použitelnosti a rozšířenosti poměrně nově vznikající obor. Pro ověření GUI funkčnosti se používá často ručního testování. Cílem práce je vytvořit nástroj, který lze využít k otestování a ovládání GUI. Nástrojem bude knihovna pro automatizované testování GUI s využitím metody rozpoznávání objektů. Knihovna bude detekovat základní objekty GUI a manipulovat s nimi podle jejich typického chování. Detekce objektu bude založena na zpracování obrazu a pozorování grafických změn objektu při příchozích událostech od klávesnice a myši.
Nástroj pro kontrolu dodržování UX principů
Kříž, Vítězslav ; Peringer, Petr (oponent) ; Smrčka, Aleš (vedoucí práce)
Cílem této práce je vytvořit nástroj pro automatizované kontrolování správných vlastností uživatelského rozhraní. Součástí práce je seznam pravidel z prostředí GNOME, KDE a OSX, která jsou vhodná k automatické kontrole. Nástroj na pozadí ověřuje prvky uživatelského rozhraní, zatímco uživatel ovládá testovanou aplikaci. Pravidla jsou ohodnocena podle závažnosti a výstupem programu je mimo jiné i výsledné skóre. V závěru práce jsou otestovány běžně dostupné programy. Výsledná aplikace je vhodná pro ověřování grafického uživatelského rozhraní při vývoji.
Sada testů pro Red Hat Test Suite
Novotná, Kateřina ; Peringer, Petr (oponent) ; Smrčka, Aleš (vedoucí práce)
Tato bakalářská práce se zabývá přípravou testů pro Red Hat Test System (RHTS). Vysvětluje základní metody testování a důvody pro jejich automatizaci, je popsán systém RHTS a způsob vytváření sady testů pro softwarový balíček. Vybrané balíky, kterými jsou wireshark a wireshark-gnome jsou popsány, jsou navrhnuty oblasti, pro které budou vytvořeny testy, tyto testy jsou konkrétně navrhnuty a poté implementovány. Testy jsou implementovány pomocí frameworku Dogtail pro automatizované testování GUI a knihovny rhtslib pro ostatní testy.
Xtend GUI regression testing tool
Hamár, Lukáš ; Mašek, Jan (oponent) ; Sikora, Marek (vedoucí práce)
The diploma thesis deals with regression testing of the Campaign Manager web application of the Xtend product. The work interprets the software development methodologies and subsequently it describes the types of testing that are closely related to development. Furthermore, the work focuses on tools used for the graphical user interface testing and their mutual comparison. The next part of the work is dedicated to the creation of the development environment and it analyzes the structure of test cases that were developed in the created environment. The last section describes how the Campaign Manager was tested and how test results were generated and obtained.
Automated Generation of Tests for GNOME GUI Applications Using AT-SPI Metadata
Krajňák, Martin ; Smrčka, Aleš (oponent) ; Vojnar, Tomáš (vedoucí práce)
The goal of this work is the development of a tool capable of automatic test generation for GUI applications in the GNOME desktop environment. The tests are generated using metadata provided by the assistive technologies, specifically the AT-SPI. The proposed test generator utilizes the given metadata to create a model of a tested application. The model maps the event sequences that are applied on the tested application during the test generation process. The generation process involves the detection of severe bugs in the tested application. The results of the test generation process are automated test cases suitable for regression testing. The functionality of the implemented test generator was successfully verified by testing 5 open-source applications. The testing of applications performed by the proposed tool has proven the ability to reveal new bugs.
Xtend GUI regression testing tool
Hamár, Lukáš ; Mašek, Jan (oponent) ; Sikora, Marek (vedoucí práce)
The diploma thesis deals with regression testing of the Campaign Manager web application of the Xtend product. The work interprets the software development methodologies and subsequently it describes the types of testing that are closely related to development. Furthermore, the work focuses on tools used for the graphical user interface testing and their mutual comparison. The next part of the work is dedicated to the creation of the development environment and it analyzes the structure of test cases that were developed in the created environment. The last section describes how the Campaign Manager was tested and how test results were generated and obtained.

Národní úložiště šedé literatury : Nalezeno 17 záznamů.   1 - 10další  přejít na záznam:
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.