Site Search

About searching

Search results

    Adopting automated testing

    04 February 2015

    Adopting automated testing Posted by m.jackson on 4 February … By Mike Jackson , Software Architect. Automated tests provide a way to check that research …

    Read more

    Testing your software

    06 October 2023

    Testing your software Testing … sustainability. Make the code easy to compile: an automated build process Once a developer has changed your … and third-party software that is required. Providing an automated build mechanism allows developers to quickly and …

    Read more

    How continuous integration can help you regularly test and release your software

    06 October 2023

    … guide? We wrote this guide to complement our guide on testing your software and provide a more in-depth overview … experiments and the reporting of their results. Why are automated build and test important? In our guide on testing your software we explain the importance of automated build and test. As a refresher... An automated

    Read more

    Automated GUI testing with AutoHotKey

    02 February 2015

    Automated GUI testing with AutoHotKey Posted by … can be used for both repetitive task automation and GUI testing. AutoHotKey GNU Public Licence … as its scripting language. Sikuli can be used from within automated test frameworks, for example, CTest . …

    Read more

    Automated testing to boost recipy’s confidence

    15 August 2016

    Automated testing to boost recipy’s confidence … at the University of Southampton —to develop an automated test suite for recipy as a precursor to expanding … development and more widespread promotion by developing an automated test framework for recipy, which can be run …

    Read more

    Cloud-first: Simple automated testing using Drone

    15 February 2018

    Cloud-first: Simple automated testing using Drone Posted by s.aragon on … source continuous delivery system ( Drone ) to carry out automated testing of a simple Python project hosted on …

    Read more

    Inspiring confidence in computational drug discovery - automated testing for ProtoMS simulations

    20 May 2015

    Inspiring confidence in computational drug discovery - automated testing for ProtoMS simulations Posted by … possible, the ProtoMS developers have recently introduced automated setup and analysis tools, written tutorials and …

    Read more

    AppVeyor, like Travis CI, for Windows

    03 November 2016

    … (well, we do, but they do it too!) As part of my work on automated testing to boost recipy's confidence , I've had my first … as part of my collaboration with Robin Wilson on Automated testing to boost recipy's confidence , developing …

    Read more

    Top tips on agile software development

    11 December 2013

    … be quickly rewritten on a large scale instead. 2. Use automated testing analysis Automation helps find bugs further up … every time with several repetitions. The robustness of automated test scripts also make testing of redundant areas …

    Read more

    An introduction to unit testing

    22 October 2021

    An introduction to unit testing Posted by s.crouch on 22 October … it manually. In this guide we’ll look into techniques of automated testing to improve the predictability of a … the testing of your software is a good idea. Once written, automated tests can be run many times, for instance whenever …

    Read more