by Sergio Morales | Jul 17, 2024 | AI, DSLs, requirements, software engineering, tools
Large Language Models (LLMs) are being quickly integrated in a myriad of software applications. This may introduce a number of biases, such as gender, age or ethnicity, in the behavior of such applications. To face this challenge, we explore the automatic generation of tests to assess the potential biases of an LLM.
by Robert Clarisó | Nov 18, 2021 | article, quality
Clustering of model instances by using graph kernels. Make sure you test your models with the most diverse set of examples!
by Steven Bucaille | Apr 7, 2020 | article, API, quality, tools
Quality aspects of an API (availability, performance,…) are key aspects to take into account when deciding which API to choose. Our testing framework provides some insights on these non-functional properties as they are typically not disclosed
by Jordi Cabot | May 15, 2019 | talk, API, quality
We present our ecosystem of tools to facilitate the automatic discovery, merging, quality assurance and code-generation of REST APIs, relying on standard specifications like OpenAPI and OData.
by Hamza Ed-douibi | Oct 25, 2018 | API, cloud & web engineering, code generation
We automatically test REST API based on their specifications, particularly OpenAPI ones. To our surprise, many of our tests failed, meaning that the OpenAPI definition and the actual API were not an exact match.
Recent Comments