如何在Telerik测试工作室中比较从第一页获取正确数据的第二页(功能测试)

时间:2013-08-28 12:40:57

标签: telerik-test-studio

测试siliverlight Web应用程序。

在我的申请中,我必须验证发票页面中的总价格,价格和期刊历史记录页面中的总数。

日记帐历史是否从发票中获取正确数据我必须进行测试。

在一个页面中发票,在其他页面中发布日志历史记录以验证数据。

我附上了发票图片和期刊历史图片,请看一下。帮助一些人如何进行功能测试。请尽快给予回复。

1 个答案:

答案 0 :(得分: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.