top of page
Search
Feb 15, 20242 min read
Comparison of model-based testing techniques
We compare the three classes of model-based testing techniques: stateless, stateful, and action-state. We show that stateless solutions...
68 views0 comments
Feb 15, 20241 min read
Any Version of the Test Pyramid Is a Misconception – Don’t Use Anyone
The ratio of the test cases of different test levels is an output, as a consequence of your system and the selected test design...
30 views0 comments
Feb 8, 20241 min read
Shift-Left vs Test-First, Which One To Choose?
Twenty years ago, the test-first method became popular thanks to Kent Beck’s famous book Test Driven Development: By Example. You can...
32 views0 comments
Feb 8, 20241 min read
Fault-Based Testing and the Pesticide Paradox
In some sense, testing can be more difficult than coding, as validating the efficiency of the test cases (i.e., the ‘goodness’ of your...
36 views0 comments
Feb 8, 20241 min read
Two-phase Model-based Testing
Most test automation tools just do test execution automation. Without test design involved in the whole test automation process, the test...
24 views0 comments
Feb 8, 20241 min read
And the Winner Is: Aggregate Model-based Testing
In my last blog, I investigated both the stateless and the stateful class of model-based testing. Both have some advantages and...
34 views0 comments
Feb 8, 20241 min read
Guide to Model Based Testing To Improve Test Automation
Model-based testing employs models to define software/system behavior and testing strategies, aiding in designing and executing testing...
47 views1 comment
Feb 8, 20241 min read
Efficient Test Design – The Why, Which, and How ?
Why good test design is inevitable? Many books, blog posts, etc. state that either you spend lots of money and time for testing to reach...
27 views0 comments
Feb 8, 20241 min read
A Deeper Insight into Test Design
Test automation is a hot topic, test design isn’t. However, without appropriate test design, test automation is worthless as you will...
34 views0 comments
Feb 8, 20241 min read
The Golden Age of Software Testing
LambdaTest asked me to write blogs for them. I liked the idea and accepted this kind request. I’ve been dealing with software testing...
27 views0 comments
bottom of page