Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Java 应用程序中,我需要通过各种参数(日期、标签)使用 Starteam API 从 Borland Starteam 2006 R2 签出文件。是否有任何框架可以帮助为此类功能编写自动测试?
我不知道;我采用的方法是一个项目,其中包含示例文件,您可以通过各种标准签出,然后验证您期望到达的所有内容,它是正确的文件(哈希匹配)。
你知道他们也发布了一个命令行客户端(stcmd),对吧?对于很多事情,你根本不需要使用 api。