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.
いくつかの自動化またはテンプレートを使用して、(testcomplete 8 の) テストからいくつかのファイルにデータをエクスポートできますか? ログを使用することを除いて、方法またはsmthはありますか?
あなたの質問は漠然としています。次のコマンドの使用のみをお勧めします。
Log["SaveResultsAs"] ("Folder\\File.mht", 2);
これにより、テスト実行の結果を組み合わせた単一の MHT ファイルが作成されます。