I am facing strange problem.
Java application under test freezes as well as QTP 9.2 when QTP tries to select java tab.
JavaWindow("title:="&Window).JavaTab(arrDP(0)).Select Data
where arrDP(0) = "toolkit class:=javax.swing.JTabbedPane"
Data is tab name as displayed.
Window is the java application name
1. This is a new issue and earlier it was working all fine.
2. This issue occurs randomly not always.
3. While debugging , cannot reproduce.
4. Issue occur with 2-3 specific tabs in the application.
5. Add in that I am using are Java & Web.
Any suggestions ?
Biggest problem is both application as well QTP freezes and I am not sure whats causing it .
Java application under test freezes as well as QTP 9.2 when QTP tries to select java tab.
JavaWindow("title:="&Window).JavaTab(arrDP(0)).Select Data
where arrDP(0) = "toolkit class:=javax.swing.JTabbedPane"
Data is tab name as displayed.
Window is the java application name
1. This is a new issue and earlier it was working all fine.
2. This issue occurs randomly not always.
3. While debugging , cannot reproduce.
4. Issue occur with 2-3 specific tabs in the application.
5. Add in that I am using are Java & Web.
Any suggestions ?
Biggest problem is both application as well QTP freezes and I am not sure whats causing it .