Problems getting WinTreeView working
Tags:
Question ID: 108528
0
0

We are running ALM Explorer version 12.20.3264.0 and UFT 14 build 1775 on MS Windows Server 2012 R2 standard 8 gig memory

I have a common lib function which uses a Window("Facets").WinTreeView("SysTreeView32").Activate strNode when this is simply run it never opens the node specified BUT when I step through the code it works every-time? I have tried to simply record the same operation and play it back and I can’t get it to work either. What can I do to fix it?

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on July 25, 2018 7:14 pm
82 views
Answers (1)
0
Private answer

Sounds like a focus issue between the app and UFT. Place the following line of code before your failing statement:

Window(''Facets'').Activate

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on July 27, 2018 11:58 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top