08-24-2009, 11:21 AM
Hallo,
I am testing a web application explicitly making use of the tabbed browsing by generating new tabs for several child tasks. I use QTP 10.0 which supports tabbed browsing in general and after some "trial and error" cycles I am able to use this feature in principle.
BUT: In replay mode child tabs test run are not recognized if they are generated during a test step executed by QTP.
So this test (pseudo code)
If child tab (page) is not open
Open Child tab (by link on parent tab)
Do something with child tab
would fails if child tab is not open at the beginning of the test and will pass if you ensure the tab to be open before starting the test.
Maybe anybody has experienved the same problem?
Michael
I am testing a web application explicitly making use of the tabbed browsing by generating new tabs for several child tasks. I use QTP 10.0 which supports tabbed browsing in general and after some "trial and error" cycles I am able to use this feature in principle.
BUT: In replay mode child tabs test run are not recognized if they are generated during a test step executed by QTP.
So this test (pseudo code)
If child tab (page) is not open
Open Child tab (by link on parent tab)
Do something with child tab
would fails if child tab is not open at the beginning of the test and will pass if you ensure the tab to be open before starting the test.
Maybe anybody has experienved the same problem?
Michael