This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BPT - get and use current browser and page

Hi all,

In order to test a web application I stored the objects (browsers, pages, links, ect) in repository and created a BPT containing few business components. Object (browser/page/link) name is parameterized at component level.

My question is how can I run the test (for all components) on current browser and current page without passing the browser name and page name?

 

P.S.: Browser("creationtime:=0").Page("micclass:=Page").Link("link_name")

will not work since my link is part of a hierarchy that looks like : Browser("br_name")->Page("pg_name")->Link("link_name")

 

Many many thanks!

Alex