Submitted Questions

  • Multiple links testing with QTP

    If there are multiple links on a web page how can we automate to open those link one by one using QTP?

    shekar

    • Aug 25th, 2015

    "vb systemutil.Run "www.gmail.com" Browser("name:=Gmail").Page("title:=Gmail").Sync Set obj=Description.Create() obj("micclass").value="Link" Set links=Browser("name:=.*").Page("t...

    ganesh

    • Nov 25th, 2014

    "vb systemUtil.Run"iexplore.exe","https://in.yahoo.com/?p=us" Browser("creationtime:=0").page("title:=.*").Sync Set odesc=description.Create odesc("micclass").value="link" set a=Br...