brauth

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-12-04
15:52
476 views
QTP Not Responding during run
QTP intermittenly stops responding during script run and the only way to continue execution is to manualy click on the web page. Once you manualy click on the web page, QTP will then continue execution.
System:
Dual Monitor
WinXP
IE7
QTP9.5
Office2007
System:
Dual Monitor
WinXP
IE7
QTP9.5
Office2007
4 Replies
brauth

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-12-04
16:16
It appears that descriptive object recognition may have something to do with it because it appears it is not responding on lines containing descriptive object definitions(but not all of them). Here are the 2 that are giving me problems.
RowCount = Browser("url:=.*").Page("url:=.*").WbfGrid("html id:=.*ctlBenefitPlans_lstPlanInfo").RowCount
Browser("BrokerageBuilder_5").Page("BrokerageBuilder_4").Link("text:=" & DataTable.Value("ClientName", dtGlobalSheet)).Click
RowCount = Browser("url:=.*").Page("url:=.*").WbfGrid("html id:=.*ctlBenefitPlans_lstPlanInfo").RowCount
Browser("BrokerageBuilder_5").Page("BrokerageBuilder_4").Link("text:=" & DataTable.Value("ClientName", dtGlobalSheet)).Click
brauth

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-12-04
17:09
ok last info I have, it doesnt have anything to do with Descriptive object recognition, I am seeing the issue only on a certain page consistanly no matter what I do and QTP doesnt continue execution until I do one of the following:
-Manually Resize the browser
-Manually wave the mouse over active links on the page
-Manually click on the page
-Manually Resize the browser
-Manually wave the mouse over active links on the page
-Manually click on the page
brauth

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-12-04
19:28
Resolve: issue with 3rd party control(Telerik) causes the page never to finish loading until you interact with the page.
Workaround:
use windows script to inteact with the page.
WshShell.SendKeys "{UP}"
Workaround:
use windows script to inteact with the page.
WshShell.SendKeys "{UP}"
brauth

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-12-04
19:30
see comments above