Micro Focus QTP (UFT) Forums

Full Version: 'Timing Out' problem with QTP / Siebel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having an extremely wierd problem when running a script via QTP (8.2 SP2 & 9.5) using the Siebel 8.0 Add-in.

I have the following lines of code...
Code:
[b]1)[/b][i]SiebApplication("Siebel Employee Relationship").SiebScreen("Activity").SiebView("Activities").SiebApplet("Activity").SiebList("List").SiebPicklist("Status").Select "Closed"[/i]

[b]2)[/b][i]Browser("Siebel Employee Relationship").Dialog("Microsoft Internet Explorer").Activate[/i]
[b]3)[/b][i]Browser("Siebel Employee Relationship").Dialog("Microsoft Internet Explorer").Static("Changing the Status of").Check CheckPoint("Changing the Status of_2")[/i]
[b]4)[/b][i]Browser("Siebel Employee Relationship").Dialog("Microsoft Internet Explorer").WinButton("Cancel").Click[/i]

When the script gets to line 1 it selects the value 'Closed' and the pop-up window appears, but it gets 'stuck' at this point and although the pop-up window is displayed QTP cannot get to it. QTP displays the error 'the request timed out'.

If i stop the script and use 'Run from Step' on lines 2-4 they complete successfully.

I can get past the problem using the 'Recovery Scenario', but i would like to be able to do a checkpoint on the text that is in pop-up box.

Can anyone help? Sad

Siebel is the only Add-in selected.
Hi,
Try using Wait(5) method.
Have tried that... Sad

Regardless of what i have tried this far it get's stuck on line 1

Wait
Sync
Even tried 'SetText' instead of 'Select'
Hi,

Did u find any good solution to this problem as me also facing same issue for very long time.