01-10-2012, 03:22 AM
You aren't the only one with this issue. I have the code
JavaWindow("title:=" & strWindowName).JavaTab("attached text:=" & strTabName).Select 4
and when QTP reaches this line, the tab is selected in the application, but QTP freezes for two minutes, to the second each time. This occurs each time I want QTP to navigate to this tab. I have to wait each time for QTP to unfreeze.
The only differences between my situation and the above poster is that the application doesn't freeze, I am using QTP 10.0, and I am able to recreate this issue; it always happens when I try interacting with this tab.
JavaWindow("title:=" & strWindowName).JavaTab("attached text:=" & strTabName).Select 4
and when QTP reaches this line, the tab is selected in the application, but QTP freezes for two minutes, to the second each time. This occurs each time I want QTP to navigate to this tab. I have to wait each time for QTP to unfreeze.
The only differences between my situation and the above poster is that the application doesn't freeze, I am using QTP 10.0, and I am able to recreate this issue; it always happens when I try interacting with this tab.