Showing posts with label
papers
.
Show all posts
Showing posts with label
papers
.
Show all posts
2024-10-28
Testana: A better way of running tests
›
Abstract: A software testing tool is presented, which uses dependency analysis to greatly optimize the process of running tes...
2024-05-31
Simplification of triple-choice prompts to dual-choice
›
I have a lot to say about the modern trend in graphical user interface design which aims to achieve an impossibly clean look at th...
2024-04-01
Audit Testing
›
Abstract: An automated software testing technique is presented which spares us from having to stipulate our expectations in test...
2024-03-29
Artificial Code Coverage
›
Abstract: In this paper I put forth the proposition that contrary to popular belief, 100% code coverage can be a very advantageo...
2024-01-28
Types of dependencies
›
The term "dependency" is used very often in software engineering, but depending on context, it may mean slightly differ...
2023-12-29
Call Graph Acyclicity
›
Abstract In technical design of software systems as conventionally practiced, call graphs often contain cycles. We show that cyc...
2023-12-23
Towards Authoritative Technical Software Design
›
Abstract In this paper we examine the long-standing need within the Software Engineering Discipline for technical design docume...
2023-01-15
If you are using mock objects you are doing it wrong.
›
Abstract: The practice of using Mock Objects in automated software testing is examined from a critical point of view and found t...
2022-12-25
So the "master" branch is not kosher anymore
›
The origins of the debate go so far back that they are lost in the mists of time, but a good starting point (which contains references...
2022-12-18
On messages and message-passing
›
Over the decades, numerous software system architectures have emerged which require invocation...
2022-12-11
Intertwine
›
Abstract A mechanism is described for automatically converting method invocations of any pr...
2022-10-19
Incremental Integration Testing
›
Abstract: A new method for Automated Software Testing is presented as an alternative to Unit Testing . The new method retains t...
2022-08-22
The Deployable Design Document
›
Abstract A need is identified and a solution is proposed for a novel set of software tools to facilitate the visual composition ...
2021-12-14
White-Box vs. Black-Box Testing
›
I have something blasphemous to tell you. Unit Testing is wrong. There, I said it. I know I just insulted most people's sacr...
2021-12-04
What is wrong with Full Stack Development
›
Inntel Hotel at Amsterdam, Zaandam Table of Contents What is f...
2021-10-15
The Stateful Microservice
›
I did a quick search for the term and did not find anything concrete, so I thought I might as well publicly document my thoughts. ...
2021-10-14
On Stateless Microservices
›
This post discusses the stateless microservice design pattern; it is meant as support material for other posts of mine that discuss mi...
So, what is a Microservice, anyway?
›
This article attempts to shed some light on what a microservice really is; it is meant as support material for other posts of mine that disc...
2021-01-16
The MVVM architectural design pattern
›
Here is a brief technical explanation of MVVM, which contains enough detail (borrowed from its WPF implementation) and examples to allow the...
2021-01-03
Object Lifetime Awareness
›
The Thinker (French: Le Penseur ) by Auguste Rodin (From Wikipedia ) Abstract Garbage collectors have given us a false sense of security ...
›
Home
View web version