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.
这里的情况是我有一个已经测试过的项目,但我不知道该测试项目中使用了哪些加载项,所以我的问题是我如何知道使用该测试项目中使用了哪个加载项测试脚本准备测试环境?
您可以使用 QTP/UFT 自动化对象模型获取该信息。
Set QTP = CreateObject("QuickTest.Application") arrAddins = QTP.GetAssociatedAddinsForTest(testPath)
参考:
http://helpfiles.intactcloud.com/QTP/11.00/QTP11-00_AutomationObjectModel/QuickTest~Application~GetAssociatedAddinsForTest.html