From b3313ad11bb8ae45246eb90c89c936e17afc16e0 Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Wed, 5 Nov 2025 19:02:15 +0100 Subject: [PATCH] Clean up Testing Limitations document Removed unnecessary whitespace and next section references. --- .../content/3.0_Testing_Limitations_and_Requirements.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Document/content/3.0_Testing_Limitations_and_Requirements.md b/Document/content/3.0_Testing_Limitations_and_Requirements.md index 664b703..f77c22c 100644 --- a/Document/content/3.0_Testing_Limitations_and_Requirements.md +++ b/Document/content/3.0_Testing_Limitations_and_Requirements.md @@ -16,10 +16,3 @@ The following **requirements** can enable better results with reduced consumptio - Access to **prompts, architecture, and source code**: the more information is available during testing, the more it becomes possible to perform tests tailored to the specific application and its prompts, **reducing both the number of tests needed and the time required**. In GenAI testing, this is **significantly more important than in standard application testing**, because of the limitations described earlier (temperature, costs, etc.). - **Read access to the administration consoles of third-party services**: to assess some significant risks related to the use of applications based on third-party LLMs (like Denial of Service and Denial of Wallet) it is necessary to analyze the configuration of these services. Such administration consoles may contain **details about the models in use, costs and thresholds, logs, guardrail configurations, source code, and the architecture of the implemented solution**. - - - -NEXT: -3.1 [AI Application Testing](https://github.com/OWASP/www-project-ai-testing-guide/blob/main/Document/content/3.1_AI_Application_Testing.md) - -[Table of Content](README.md)