0

正在测试 silverlight 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 回答