Clean up Testing Limitations document

Removed unnecessary whitespace and next section references.
This commit is contained in:
Matteo Meucci
2025-11-05 19:02:15 +01:00
committed by GitHub
parent 3736820fc9
commit b3313ad11b
@@ -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)