National Repository of Grey Literature 50 records found  previous11 - 20nextend  jump to record: Search took 0.01 seconds. 
New Generation of Open-Source Tool Stranger Strings
Kňazík, Matej ; Dobeš, Petr (referee) ; Herout, Adam (advisor)
Cieľom tejto bakalárskej práce je opísať vývoj webovej aplikácie s názvom Stranger Strings. Projekt si ponechal svoje meno po internom firemnom nástroji, avšak vo všetkom ostatnom prešiel kompletnými zmenami. Účel Stranger Strings sa pozmenil, kód bol od základu prepísaný a celý projekt bol zmenený na open-source. Rovnako bolo redizajnované aj užívateľské prostredie za účelom rozšírenia cieľovej skupiny užívateľov. Táto práca podrobne popisuje tento proces a tiež vysvetľuje, akú úlohu zohralo užívateľské testovanie pri identifikácii hlavných problémov aplikácie. Výsledkom tejto práce je open-source nástroj na analýzu lokalizácie, ktorý pomáha užívateľom zlepšovať jej kvalitu.
Benchmarking and Profiling of CloverETL Data Processing System
Botka, Roland ; Bartík, Vladimír (referee) ; Rychlý, Marek (advisor)
This thesis deals with the benchmarking and profiling of CloverETL Data Processing system. The aim of this thesis is to design a way of measuring performance and profiling in different runtime environments. The problem was solved by designing and implementing an application, which is based on measured data and its analysis, detects maximum system perpetuity and monitor performance changes in system performance. The advantage is the ability to compare environments on which the CloverETL System is running and application usage in automated testing in company. Created ETL Graphs have been tested during development and they are part of the result of this thesis.
HCI Projects Management
Farbiak, Peter ; Maršík, Lukáš (referee) ; Kajan, Rudolf (advisor)
This master's thesis deals with problems of testing, especially manual and beta testing. Further thesis discuss area of Human - Computer Interaction and looks for possibilities of effective managing of HCI projects. As solution project hosting area is proposed, explained and existing solutions are examined. In practical part of thesis system for managing HCI projects is designed and implemented based on previous research.
Automated of Web Application Testing
Köszegy, Lukáš ; Rychlý, Marek (referee) ; Kreslíková, Jitka (advisor)
The Master thesis focuses on basic description of the theoretical and practical part of testing, agile development and online shopping. Aim of the paper is to specify requirements for testing scenario of online shopping and subsequently suggest suitable solution for easy integration testing process as a part of the development of online shopping within agile development.
Automated Testing of Fitcrack System
Chripko, Juraj ; Polčák, Libor (referee) ; Hranický, Radek (advisor)
This thesis aims to design and implement automated tests for Fitcrack, distributed password cracking system based on BOINC platfrom. White-box testing is used, specifically requirements-based testing. At the begining of the thesis, general testing practices are explained, followed by principles of requirement based testing which is the basis of practical part. Thesis also includes a description of the Fitcrack architecture, the design of tests, selected details of the implementation and chapter about testing itself and tests results.
A Tool for Database Content Analysis for Testing Purposes
Želiar, Dušan ; Češka, Milan (referee) ; Smrčka, Aleš (advisor)
The aim of this bachelor's thesis is to create a tool for generating database content for testing purposes. The main function of the generator is to create random data which meets defined constraints. Constraints describe structural relationships in a database as well as semantic dependencies among columns in tables. The result of the thesis is a tool which generates test and inserts data into database based on defined constraints. The last part of the thesis contains demonstration of the functionality on a real database.
Infrastructure for Testing and Deployment of the Real­-Time Localization Platform
Ormoš, Michal ; Pluskal, Jan (referee) ; Veselý, Vladimír (advisor)
Táto práca je prípadovou štúdiou postupného vývoja a nasadzovania lokačného softwaru v reálnom čase. Cieľom tejto práce je zrýchliť tento proces. Zvolený problém bol vyriešený s konvenčnými testovacími nastrojmi, vlastným nástrojom pre generovanie sieťovej prevádzky lokalizačnej platformy a nástrojmi CI/CD Gitlab. Prínosom tejto práce je zrýchlenie vývoja, zaručenie kvality vyvijaného softwaru a predstavenie spôsobu ako platformu pre lokalizáciu v reálnom čase testovať.
Automatic Test Input Generation for Information Systems
Naňo, Andrej ; Fiedor, Tomáš (referee) ; Smrčka, Aleš (advisor)
ISAGENis a tool for the automatic generation of structurally complex test inputs that imitate real communication in the context of modern information systems . Complex, typically tree-structured data currently represents the standard means of transmitting information between nodes in distributed information systems. Automatic generator ISAGENis founded on the methodology of data-driven testing and uses concrete data from the production environment as the primary characteristic and specification that guides the generation of new similar data for test cases satisfying given combinatorial adequacy criteria. The main contribution of this thesis is a comprehensive proposal of automated data generation techniques together with an implementation, which demonstrates their usage. The created solution enables testers to create more relevant testing data, representing production-like communication in information systems.
Testing of Device for DoS Attack Protection
Burzala, Matúš ; Vrána, Roman (referee) ; Kučera, Jan (advisor)
This thesis deals with testing of a device for (D)DoS protection DCPRO, that is developed within the CESNET association. The aim of the thesis was to design and implement an extendable testing system, which would allow automated testing of DCPRO device. In addition to the testing system, there was created a collection of tests for verification of functional and performance parameters of the device within the thesis. Afterwards, the developed system was integrated into a continuous integration system Jenkins. Particularly within the thesis there were created 109 specific test scenarios to test device firmware modules, 7 throughput test scenarios, 10 test scenarios to verify proper functionality of software modules dedicated to SYN Flood and amplification attacks protection, and one test for verification of device network routing ability. The developed testing system is easily extensible. In order to simplify a future extension of the system, there is a created template encapsulated in source files for new test creation and text part of the thesis contains guide how to create new tests.
Fuzz Testing of REST API
Segedy, Patrik ; Rogalewicz, Adam (referee) ; Malík, Viktor (advisor)
Táto práca sa zaoberá fuzz testovaním REST API. Po prezentovaní prehľadu techník používaných pri fuzz testovaní a posúdení aktuálnych nástrojov a výskumu zameraného na REST API fuzz testovanie, sme pristúpili k návrhu a implementácii nášho REST API fuzzeru. Základom nášho riešenia je odvodzovanie závislostí z OpenAPI formátu popisu REST API, umožňujúce stavové testovanie aplikácie. Náš fuzzer minimalizuje počet po sebe nasledujúcich 404 odpovedí od aplikácie a testuje aplikáciu viac do hĺbky. Problém prehľadávania dostupných stavov aplikácie je riešený pomocou usporiadania závislostí tak, aby sa maximalizovala pravdepodobnosť získania potrebných vstupných dát pre povinné parametre, v kombinácii s rozhodovaním, ktoré povinné parametre môžu využívať aj náhodne generované hodnoty. Implementácia je rozšírením Schemathesis projektu, ktorý generuje vstupy za pomoci Hypothesis knižnice. Implementovaný fuzzer je použitý na testovanie Red Hat Insights aplikácie, kde našiel 32 chýb, z čoho jednu chybu je možné reprodukovať len za pomoci stavového testovania.

National Repository of Grey Literature : 50 records found   previous11 - 20nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.