摘要: Function GetRowWithText(Obj, ByVal Text, StartFromRow, RegExpression)bReg = LCase(RegExpression)Set oDOM = Obj.ObjectIf bReg Then Set oReg = new RegExp oReg.Pattern = Text oReg.Global = True oReg.IgnoreCase = True Else Text = UCase(Trim(Text)) End if Dim iColStart, iRowStart If IsNull(St... 阅读全文
posted @ 2013-06-21 11:22 dushuai 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 适合HTML DOM的原因: 1.QTP only provides access to radio buttons through the WebRadioGroup rather than providing access to individual elements. 2.QTP provides no way to access webpage style sheets to find out any CSS inplemented for it 3.Normal QTP operations are not equipped to accomplish tasks.Exampl... 阅读全文
posted @ 2013-06-21 10:02 dushuai 阅读(148) 评论(0) 推荐(0) 编辑