In this topic, you will learn how to use the Upcasting feature of XPO in XAF. It is useful when you need to combine base and derived classes in a single query. 在本主题中,您将学习如何在 XAF 中使用 XPO 的转换功能.当您需要在单个查询中合并基类和派生类时,它很有用. Tip 提示 Upcasting is not supporte…
在测试过程中需要比较两个数值是否存在一定的关系 1.若新增一个数据,删除一个数据,判断他是否新增成功或者删除成功,除了判断本身数据成功显示与不显示之外,可以通过总数间接去判断是否成功 A)新增删除前获取当前数据的${sum}---通过关键词get Text来获取,获取到的值类型为string B) 新增删除之后,获取当前列表的${sum1} C)那么${sum}=${sum1}+1--通过关键词should be Equal来进行比较 那么在此过程中需要先做运算${sum1}+1,可以用pyth…