QTP的那些事运行时插入数据和获得运行时的数据

运行时插入数据:

datatable.LocalSheet.GetParameter("实际结果").Value="查询到结果"

运行时获得插入的数据:

actualvalue=trim(datatable.LocalSheet.GetParameter("实际结果").RawValue)

原文地址:https://www.cnblogs.com/seniortestingdev/p/2524386.html