09-24-2010, 01:39 AM
I will try to be brief....
We upgraded to QTP 10/QC 10 this week. A script that was written in QTP 9.5/QC 9.2 that worked is now having issues and locking up the test application.
The Test:
Script clicks on a link or button and a new tab appears in the SwfTab control in the application. The application automatically focuses on the tab.
Script then populate SwfEdits on tab.
The issue:
After the click event a tab is created, but data is never retrieved from the database. The application becomes "Not responding". QTP halts execution because I use an exists statement to check for the SwfEdits on the tab before I set the value.
I have no idea what the issue could be. Everything was working fine in 9.5. Any help would be greatly appreciated.
We upgraded to QTP 10/QC 10 this week. A script that was written in QTP 9.5/QC 9.2 that worked is now having issues and locking up the test application.
The Test:
Script clicks on a link or button and a new tab appears in the SwfTab control in the application. The application automatically focuses on the tab.
Script then populate SwfEdits on tab.
The issue:
After the click event a tab is created, but data is never retrieved from the database. The application becomes "Not responding". QTP halts execution because I use an exists statement to check for the SwfEdits on the tab before I set the value.
I have no idea what the issue could be. Everything was working fine in 9.5. Any help would be greatly appreciated.