[HTML][HTML] From DevOps to MLOps: Overview and application to electricity market forecasting

R Subramanya, S Sierla, V Vyatkin - Applied Sciences, 2022‏ - mdpi.com
In the Software Development Life Cycle (SDLC), Development and Operations (DevOps)
has been proven to deliver reliable, scalable software within a shorter time. Due to the …

No more manual tests? evaluating and improving chatgpt for unit test generation

Z Yuan, Y Lou, M Liu, S Ding, K Wang, Y Chen… - ar**
VG Yusifoğlu, Y Amannejad, AB Can - Information and Software …, 2015‏ - Elsevier
Context As a result of automated software testing, large amounts of software test code
(script) are usually developed by software teams. Automated test scripts provide many …

Oops, my tests broke the build: An explorative analysis of travis ci with github

M Beller, G Gousios, A Zaidman - 2017 IEEE/ACM 14th …, 2017‏ - ieeexplore.ieee.org
Continuous Integration (CI) has become a best practice of modern software development.
Yet, at present, we have a shortfall of insight into the testing practices that are common in CI …

Evaluating and improving chatgpt for unit test generation

Z Yuan, M Liu, S Ding, K Wang, Y Chen… - Proceedings of the …, 2024‏ - dl.acm.org
Unit testing plays an essential role in detecting bugs in functionally-discrete program units
(eg, methods). Manually writing high-quality unit tests is time-consuming and laborious …

Software testing: a research travelogue (2000–2014)

A Orso, G Rothermel - Future of Software Engineering Proceedings, 2014‏ - dl.acm.org
Despite decades of work by researchers and practitioners on numerous software quality
assurance techniques, testing remains one of the most widely practiced and studied …

When, how, and why developers (do not) test in their IDEs

M Beller, G Gousios, A Panichella… - Proceedings of the 2015 …, 2015‏ - dl.acm.org
The research community in Software Engineering and Software Testing in particular builds
many of its contributions on a set of mutually shared expectations. Despite the fact that they …

A survey on unit testing practices and problems

E Daka, G Fraser - 2014 IEEE 25th International Symposium on …, 2014‏ - ieeexplore.ieee.org
Unit testing is a common practice where developers write test cases together with regular
code. Automation frameworks such as JUnit for Java have popularised this approach …