Votes
Answers
Views
Question
2
1
23
We are starting to use the new Chromium Edge with UFT. Do we still need to install and update the Microsoft WebDriver for this to work?
2
1
54
Tags:
When we rename a reusable action, it does not change the name in tests that call it. Steps to reproduce: Create a UFT test and create reusable action "Action1"Create another UFT test that calls the existing "Action1"Rename "Action1" to "NewAction" in the original UFT test The second UFT test still h...
2
1
116
I'm pretty new to using regular expresions. Can someone please help implementating of regular expressions in object properties? We are using shared Object Repository in UFT 15.0.2. I need to use regex in a devname property that can be different based on the loaded customer information. The originall...
2
1
79
I'm trying to check Windows Event Viewer information with UFT 15.0 using UI Automation. When I try to spy or record on it, it does not recognize any individual object, just the Event Viewer Window as a single object. Any ideas how to get object recognition to work with this?
2
1
196
I've run across a few instances where I'm naming an Action in UFT and apparently I try to use an illegal character. Is there some place I can find a list of illegal characters for Action names??
2
1
34
Where can I go to find general information on UFT help, features, integrations and the like?
0
1
62
In general, if there is an ALM test script that is of the “QuickTest” type in any ALM project, using the external UFT/QTP automated tool we should be connect to that specific ALM project and be able to pull/fetch this automated test script, modify it and save the updated script back to respective AL...
0
1
66
asked 4 years ago by sai
updated 3 years ago by Michaeldx
Category:
Application Lifecycle Management
In general, if there is an ALM test script that is of the “QuickTest” type in any ALM project, using the external UFT/QTP automated tool we should be connect to that specific ALM project and be able to pull/fetch this automated test script, modify it and save the updated script back to respective AL...
0
1
122
When running a script, saving as new document or saving as new version,Expected Result: Saving new Document:New document is created with version 1 Saving new Version:It will close the old version and version should increment. Actual Status:Extra Save As window is displayedNew document created has 0b...