Micro Focus QTP (UFT) Forums
QTP not recognizing Siebel objects (SWECmd=AutoOn) - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: QTP not recognizing Siebel objects (SWECmd=AutoOn) (/Thread-QTP-not-recognizing-Siebel-objects-SWECmd-AutoOn)



QTP not recognizing Siebel objects (SWECmd=AutoOn) - pushpinder - 12-24-2010

Hi Ankur,

Posting on your blog very first time as most of the time by reading ur replies to other's queries, I got answers for my doubts. But this time situation changed for me.

I am working on siebel automation, our application have 3 environments. On 1 envr. on which I created the scripts are running fine, but on another 3 its not working.

QTP not recognizing the objects, taking all objects as Winobjects.
For example -
Code:
Browser("Siebel Communications").Page("Siebel Communications").Frame("_swescrnbar Frame").WinObject("WinObject").Click 119,6

instead of

Code:
SiebApplication("Siebel Communications").SiebPageTabs("PageTabs").GotoScreen "Accounts Screen"

the url I am using : http://w1647.xxxnl.local/ecommunications_enu/start.swe?SWECmd=Start&SWEHo=w1647.xxxnl.local&SWECmd=AutoOn

I am totally stuck and already lost my full day to resolve this issue.

Thanks & regards,
Pushpinder Sharma
Cell: +91-9739961571


RE: QTP not recognizing Siebel objects (SWECmd=AutoOn) - mvuyy001 - 12-27-2010

Hi,
Do all the environments have the Siebel Test Automation (STA) library files installed and enabled? If NOT then you are bound to see the issues as mentioned above in your thread where QTP identifies the objects as WinObjects.

https://www.learnqtp.com/points-to-take-care-with-siebel-add-in/

Talk to your development team and get this clarified.

Hope this helps
Thanks
MV


RE: QTP not recognizing Siebel objects (SWECmd=AutoOn) - bfakruddin - 12-30-2010

I think we have to append with "&AutoOn". check with this, still issue is there... siebel configuration in server might be check

let me get clarification regarding this... if you got answer for this, please let me know.