提问 HN:系统中测试路径的智能排列

4作者: davidajackson4 个月前
对于一个由 N 个组件和 M 个两两连接构成的系统,存在无限个由 [组件, 命令, ...] 组成的序列,用于一系列操作。一个组件显示数据,而命令显然是执行一个指令。<p>这里有人研究过使用代理来根据用户意图选择测试的“happy path”吗?有相关的文献吗?这似乎是一个成本、计算和意图优化问题。<p>假设延迟是一个限制因素。<p>这似乎是这里一些人工智能研究人员可以参与讨论的话题。我个人有一些看法,但想听听社区的意见。
查看原文
Given a system with N components and M pairwise connections between said N components, there exists infinite sequences of [component, command, ...] for a series of operations. A component displays data and a command obviously executes a command.<p>Has anyone here done research on using an agant to select happy paths to test based on user intent? Is there literature on this? Seems like a cost, compute, intent optimization problem.<p>Assume latency is a restriction.<p>Seems like something some AI research folks here can chime in on. I have my own opinions but want to hear what the community thinks.