Hi, I am trying to make simple testing but failed because I have no clue how to handle with browser title that changes during the testing.
Simple example: Google>Find "blabol"
Once its done, the browser title in QTP changes its name to "Google - results....". This is obviously problem when the search text is a variable that changes between iterations because the browser text is hardcoded. I would need something like "this browser" and "this page", if you get what I mean. Thanks