Showing posts with label
testing
.
Show all posts
Showing posts with label
testing
.
Show all posts
2025-04-06
The confusion about the term Unit Testing
›
Virtually everyone claims to be doing Unit Testing, but there is a surprising amount of disagreement as to how unit testing is de...
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-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...
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...
2023-01-08
Collaboration Monitoring
›
Abstract: An automated software testing technique is presented which solves the fragile test problem of white-box testing by allowin...
2022-12-27
On Test-Driven Development (TDD)
›
Let me get one thing out of the way first: I am open to Test-Driven Development (TDD). I am not currently practicing it, bec...
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-10-18
Software Testing with Fakes instead of Mocks
›
Abstract: What are fakes , what are their benefits, and why they are incontestably preferable over mocks . Also, how to create f...
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...
2019-12-01
The case for software testing
›
What to reply to a non-programmer who thinks that testing is unnecessary or secondary At some point during his or her career, a programmer m...
2 comments:
2018-04-09
GitHub project: mikenakis-testana (Java)
›
2018-04-02
On JUnit's random order of test method execution
›
This is a rant about JUnit, or more precisely, a rant about JUnit's inability to execute test methods in natural method order. Definit...
›
Home
View web version