Curiosity Modeller

Design Complex Systems, Create Visual Models, Collaborate on Requirements, Eradicate Bugs and Deliver Quality! 

Product Overview Solutions
Success Stories Integrations
Book a Demo Release Notes
Free Trial Brochure
Pricing  

    Enterprise Test Data

    Stream Complete and Compliant Test Data On-Demand, Removing Bottlenecks and Boosting Coverage!

      Explore Curiosity's Solutions

      Our innovative solutions help you deliver quality software earlier, and at less cost!

        robot-excited copy-1              AI Accelerated Quality              Scalable AI accelerated test creation for improved quality and faster software delivery.

        palette copy-1                      Test Case Design                Generate the smallest set of test cases needed to test complex systems.

        database-arrow-right copy-3          Data Subsetting & Cloning      Extract the smallest data sets needed for referential integrity and coverage.

          cloud-cog copy                  API Test Automation              Make complex API testing simple, using a visual approach to generate rigorous API tests.

          plus-box-multiple copy-1         Synthetic Data Generation         Generate complete and compliant synthetic data on-demand for every scenario.

          file-find copy-1                                     Data Allocation                  Automatically find and make data for every possible test, testing continuously and in parallel.

            sitemap copy-1                Requirements Modelling          Model complex systems and requirements as complete flowcharts in-sprint.

            lock copy-1                                 Data Masking                            Identify and mask sensitive information across databases and files.

            database-sync copy-2                   Legacy TDM Replacement        Move to a modern test data solution with cutting-edge capabilities.

              Explore Curiosity's Resources

              See how we empower customer success, watch our latest webinars, read our newest eBooks and more.

                video-vintage copy                                      Webinars                                Register for upcoming events, and watch our latest on-demand webinars.

                radio copy                                   Podcasts                                  Listen to the latest episode of the Why Didn't You Test That? Podcast and more.

                notebook copy                                           eBooks                                Download our latest research papers and solutions briefs.

                  calendar copy                                       Events                                        Join the Curiosity team in person or virtually at our upcoming events and conferences.

                  book-open-page-variant copy                                          Blog                                        Discover software testing trends and thought leadership brought to you by the Curiosity team.

                  face-agent copy                               Help & Support                          Find a solution, request expert support and contact Curiosity. 

                    bookmark-check copy                            Success Stories                          Learn how our customers found success with Curiosity's Modeller and Enterprise Test Data.

                    file-document-multiple (1) copy                                 Documentation                          Get started with our tools, discover our learning portal and find solutions. 

                    connection copy                                  Integrations                              Explore Modeller's wide range of connections and integrations.

                      Better Software, Faster Delivery!

                      Curiosity are your partners when designing, building and building complex systems in short sprints!

                        account-supervisor copy                            Meet Our Team                          Meet our team of world leading experts in software quality and test data.

                        calendar-month copy                                         Our History                                Explore Curiosity's long history of creating market-defining solutions and success.

                        check-decagram copy                                       Our Mission                                Discover how we aim to revolutionize the quality and speed of software delivery.

                          handshake copy                            Our Partners                            Learn about our partners and how we can help you solve your software delivery challenges.

                          account-tie-woman copy                                        Careers                                    Join our growing team of industry veterans, experts, innovators and specialists. 

                          typewriter copy                             Press Releases                          Read the latest Curiosity news and company updates.

                            bookmark-check copy                            Success Stories                          Learn how our customers found success with Curiosity's Modeller and Enterprise Test Data.

                            book-open-page-variant copy                                                  Blog                                                Discover software quality trends and thought leadership brought to you by the Curiosity team.

                            phone-classic copy                                      Contact Us                                         Get in touch with a Curiosity expert or leave us a message.

                              Explore Curiosity's Resources

                              See how we empower customer success, watch our latest webinars, explore our newest eBooks, read our blogs, and more.

                              Latest Resources


                              Explore a wide range of the latest resources from the Curiosity team!

                              Customer Success Stories


                              Learn how our customers use our tools to achieve success!

                              Help & Support


                              Explore the helpful links below if you need any help.

                              Creating Quality Since 1995

                              Curiosity are your partners when designing, building and rigorously testing complex systems in short sprints!

                              Get To Know Curiosity


                              Explore our history, learn about our team and the latest Curiosity news!

                              Customer Success Stories


                              Learn how our customers use our tools to achieve success!

                              Connect With Us


                              Reach out to our team or keep up to date with our latest news!

                               

                              Form, Cause and Change

                              The Art of Modelling series from Curiosity Software Learn about test artefacts, living documentation and the different decisions that affect the models that we build. 

                              Try Modeller

                               

                              Focus Your Test Artifacts

                              In the video above, we'll be talking about Test Artifacts. We want to discuss focusing on them, verifying business logic, driving better standards into our development life cycle.

                              So we're going to start talking about living documentation and the different decisions that affect different team members depending on the models that we build. So if we look at this from the team level, we've got different business analysts, testers, developers, that all need to work in harmony. They need to understand the requirement as to if you have a model, part of this model, we're going to be mapping out a particular User Journey, End-to-End process, a different Scenario based on whatever our team is developing. As part of that, we may have Subflows or subprocesses, which teams also need to understand, but not necessarily to the level of depth as maybe where it's come from.

                              In this case, we'd refer to those Test Scenarios as Subflows, which means that we can have very complex logic tied into a much simpler, understandable flow. It gives us an End-to-End view of what needs to happen; but also when it comes to testing, we make sure that we don't miss out on those details Or we can show them if we need to, we can walk through them with different team members. But at the end of the day, we can pull out all the tests and Test Cases that we need at a click of a button. So that we are confident in the quality that we're instilling across our model.

                              Then have Test Artifacts at a team level for different users. We've got different Test Scenarios that cover different paths, personas; different ideas that they might have to be able to test properly.

                               

                              Verify Your Business Logic

                              You cannot model everything in your target system and every single combination of user behaviour. Therefore, you must be selective with what you choose to model. Decide to focus on the areas of the system and user behaviours that are most impactful to the business, using a more risk-based approach.

                              In this video, we have an example of an e-commerce website, and to illustrate an approach, we can use the inventory check screen as an example. This can be considered crucial functionality, as you cannot sell an item if there is no stock available.

                              Within this Subflow, we see an example of a modelled decision table. In order for an item to show is available, there must be sufficient stock, and the user level must be high enough for the given stock level. What we've done is actually enforce these using a set of Rules.

                              So for example, if we check on our inventory available endpoint, the requirements here are for either the stock availability to be high, or if the stock availability is low, then the user level must be greater than or equal to three. This model produces a decision table, as shown.

                              Because we care about this part of the system, we spend some time modelling out all the possible user behaviours. On the other hand, if there's a part of the system that we care less about – for example, if we go back to our main model, we could pick up another one of these Subflows – if it's not that important, then we don't really need to model it in too much detail.

                              In addition, using Tags is a good way to define exactly how rigorously you want to test parts of your application. What we've done here is overlay an inventory check tag on our Subflow and in our Coverage Profile, we're actually defining that we want to exhaustively test our inventory checks Subflow. That allows you to take a much more risk -based approach to testing and verify exactly what business logic you need on your models.

                               

                              Drive an Adaptable SDLC

                              Models that capture all the required business logic become multipurpose assets that help to drive better standards throughout the software development life cycle (SDLC). They become the central source of truth for sprint teams and a visual knowledge base for business logic, application behaviour, data rules, and the like.

                              As we've discussed previously in this series, Test Artifacts are generated automatically from the model. These artifacts not only include Test Cases for testers, but User Stories for developers and Test Data for SDETS. Because of this automated approach, the key to a successful software development lifecycle is to maintain that central source of truth.

                              Once a change occurs, map that change onto the model and regenerate the associated assets. This enables teams to react significantly faster to those changes than they could before, where previously the maintenance of test assets was often more of a manual process.

                              To support that process, Test Modeller has a wide range of Importers and Integrations with many tools used in software development. These range from model imports and exports of VISIO and BPMN diagrams to two-way integrations with Test Case management tools like qTest and Jira, to code repository connections with technologies like Git and Bitbucket.

                              All of these integrations allow Test Modeller to synchronize with your team's preferred tools and way of working to provide a platform to improve software standards and drive an adaptable software development lifecycle.

                               

                              Watch More of The Art of Modelling Series

                               

                               

                              Speak with an expert

                              Discover how Curiosity's Test Modeller can help automate your testing today!

                              Book a Demo