07-21-2009, 04:46 PM
Hi,
I am facing this issue for quite a long time.
The issue is while running QTP script it gets stuck in first line and does not proceed to second line.The first line changes status of a particluar field in siebel.Below is the code:
Line1:
Line2:
Please provide solution other than recovery scenario for this issue.
Thanks,
Smita
I am facing this issue for quite a long time.
The issue is while running QTP script it gets stuck in first line and does not proceed to second line.The first line changes status of a particluar field in siebel.Below is the code:
Line1:
Code:
SiebApplication("Siebel Sales").SiebScreen("Leads").SiebView("My Leads").SiebApplet("Lead").SiebPicklist("Lead Status").Select"Accept-Create New Project/Opty"
Line2:
Code:
Browser("Siebel Sales").Dialog("Microsoft Internet Explorer").WinButton("OK").Click
Please provide solution other than recovery scenario for this issue.
Thanks,
Smita