Tricentis Tosca 16.0 Released on Feb-2023 ----- UFT has been upgraded from UFT 15.0.1 to UFT One 15.0.2, Beginning at November 2020.

Sunday 3 February 2019

WebList Verification through Keyword Driven

' Capture Weblist contests to a ; separated scripting
tmp = browser("micClass:=Browser").page("micClass:=Page").WebList("html id:=pname").GetROProperty("all items")


' Convert string to array
 wlValues = Split(tmp,";")


' List items
 For i = 0 To UBound(wlValues)
      MsgBox wmValues(i)
 Next




No comments:

Post a Comment

Note: only a member of this blog may post a comment.