Automated Test Design: Conformiq’s Expert Blog Posts

Test Design Automation: Core of Test Automation

Introduction This blog post is an attempt to address the question of whether model-based testing (MBT) or also called Test Design Automation (TDA) has a bright future in the testing industry. Well, before that, this blog acknowledges that readers have some background knowledge in the field of software testing. The TDA extensively considers the ...

AI’s Impact on the Future of Testing Industry

Is Artificial Intelligence Changing The Future Of Testing Industry? Current Testing Landscape: Manual and automated testing– these two primary testing warriors work in tandem to uncover software faults and defects. AI promises to handle repetitive, monotonous tasks, freeing up time for more essential work. AI software ...

Decoding Agile Testing: Strategies & Best Practices

Agile techniques can significantly improve IT value delivery by transforming IT-business partnerships. However, value can only be provided when the broader IT management teams create a culture that promotes agile success. For efficient operations, every organisation, large, medium, and small, requires IT assistance and the seamless integration of new functions. The larger the enterprise, the greater the challenges and issues at hand. One of the most difficult challenges is balancing People-Process-Technology. Agile implementation in large organizations is more difficult than in small organizations.

Mutation Operators in Conformiq Designer

In recent blog posts about test generation for mutation testing, I have detailed that mutants introduce small changes into the original model each mimicking a potential software bug. These changes are seeded on a set of mutation operators that are rules applied to the system to create mutants. These are simple syntactic or semantic transformation ...

Generating Tests for Mutation Analysis

Recently I wrote a blog post about mutation testing. That post was a high level overview of what mutation testing is and how mutation analysis can be applied in automatic test generation. This time I was thinking of writing a more hands-on blog post about how to interpret and understand test cases generated by Conformiq’s recently introduced ...

Designer 5.0: Revolutionize Mutation Testing

Mutation testing is a software testing method which involves modifying the system code in small changes, yielding a faulty system, a mutant of the original one. These changes mimic typical errors that a programmer could have made. The goal is to find weaknesses in a test suite and to develop more effective one. Mutation analysis is typically ...

Solving Sudoku with a Test Generator Approach

OK I admit that this is a bit farfetched. I don’t ever recall a test manager whose biggest concern would have been how to efficiently solve and test Sudokus. I was simply in a mood of having some fun and what would be better than working with a Sudoku problem. I bet that you have firsthand experience on solving those and just like me, you have ...

Is Manual Test Case Writing Faster Than Modeling?

Over the years I have been wondering why folks involved in testing are not more eager to adopt practices that we have shown numerous times to be superior to current practices. Let’s face it, making sure that all the interesting scenarios and corner cases have properly, effectively, and efficiently been tested is not an easy task. In fact, the ...

Conformiq Test Generation Technology Insights

Quite often when people talk about MBT (Model Based Testing) they intuitively assume that model is always something with “boxes and arrows”; that is the model in MBT needs to be graphical and it is constructed out of some kind of nodes or vertices which are then connected using arrows of some sort. To some, model may simply mean a state chart or ...

TechM’s DevOps-Ready Test Execution Platform

Tech Mahindra – an Indian multinational specialist in digital transformation, consulting and business re-engineering solutions across the Enterprise/IT and Communications markets– has created a DevOps platform called “Continuous Test Management” or CTM for short where an integral part is “Continuous Testing” as they call it. CTM is essentially a ...

Debunking “I Know All Needed Test Cases” Myth

I would be a very rich man if I would get paid a dime every time I hear this statement when meeting a potential customer. “I already know the test cases that we need.” Frankly, I have a really hard time understanding this statement and always need to be careful not to reply with “You’ve got to be kidding me”. During my professional career I ...

System Modeling vs. Test Modeling: Complexity

Creating a system model – a model that directly describes the intended system behavior – is “easier” than creating tester models – models that describe the testing strategies themselves. This position has been demonstrated both within practical and theoretical frameworks. This correlates well with day-to-day observations of test managers: ...