The Windows Application is started multiple times.
In Uft One I can use the process id to differentiate between the windows/dialogs with the same caption using .SetTOProperty "Process id",XXX
(How) can I do the same in UFT Developer?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
The Windows Application is started multiple times.
In Uft One I can use the process id to differentiate between the windows/dialogs with the same caption using .SetTOProperty "Process id",XXX
(How) can I do the same in UFT Developer?
If you are not using application model, UFTD works like when you are using descriptive programming in UFT One, so you can dynamically set the value for process id.
Not sure if SetTOProperty has an equivalent method in UFTD though, if you want to use application model.