0

siliverlight Web アプリケーションをテストしています。

私のアプリケーションでは、ジャーナル履歴ページの価格と合計で請求書ページの合計、価格を確認する必要があります。

仕訳履歴が請求書から正しいデータを取得しているかどうかをテストする必要があります。

あるページに請求書、別のページに仕訳履歴。データの確認方法。

請求書の画像と仕訳履歴の画像を添付しましたので、そちらをご覧ください。機能テストの方法を教えてください。できるだけ早く返信してください。

4

1 に答える 1

0

あなたが参照した添付ファイルはあなたの質問には表示されませんが、次のことがあなたのやりたいことだと思います.

1) With recorder navigate to invoice page
2) Enable hover over elements
3) Hover over your element containing the value 'price', click on the blue dot, click on 'Quick Tasks' then select 'Extract - text contains...'
4) Repeat for element containing value for 'total'
5) Databind each variable with a unique name on the test steps page
6) Navigate to your journal History page
7) Hover over the element that contains the value for total, click the blue dot, select 'Build Verification', click content, then click ok
8) Repeat for element containing value for 'total'
9) Go back to test steps click on the verification steps and apply the binding from steps 3 and 4.
于 2014-02-19T20:02:37.823 に答える