Votes
Answers
Views
Question
2
1
1025
I have a collection of zip file from a weekly process I run, each one contains a few csv and json files. One of the csvs contains an engine type that needs to be changed. Is there a good way to make an automated process that will unzip these folders, edit a file in them, and zip them back up? Doing ...
1
1
128
asked 5 years ago by buffalo-bill
updated 5 years ago by pt-barnum
Category:
Application Lifecycle Management
I'm trying to setup ALM and since it looks like it needs 2 database users td and td_admin.What is the difference between these two and how does security need to be setup?
2
1
47
asked 5 years ago by gobroncos
updated 5 years ago by pt-barnum
Category:
Application Lifecycle Management
We "downgraded" from "ALM" license to "Enterprise" license and disconnected a project from it's "parent" Template, but it still executes the template Workflow instead of the local project workflow. HOW do we disable the old template workflow (since we cannot use it anymore with "enterprise") , and ...
3
1
991
So, when I installed UFT One 15.0.1, I included the Mobile add-in. It gives an option to connect a local mobile device, but I can't seem to get it to work. I have my iPhone 8 with iOS 13.5 plugged in, but UFT does not see it. In Tools>Options>GUI Testing>Mobile, it's asking for the address ...
2
1
318
asked 5 years ago by myotherme
updated 5 years ago by myotherme
Category:
Application Lifecycle Management
I'm getting this error in the ALM Automatic Runner:"The component or application containing the component has been disabled" I have no idea what to do to fix this.
2
1
43
asked 5 years ago by gobroncos
updated 5 years ago by pt-barnum
Category:
Application Lifecycle Management
We jsut copied (make a project form an existing project) a customized project that was only being used for the Defect module (no requirements), and in our copy, we are trying to turn on the Requirements module. We are getting a couple errors in the Project Customization section related to enabling ...
1
1
114
asked 5 years ago by gobroncos
updated 5 years ago by pt-barnum
Category:
Application Lifecycle Management
Tags:
I would like to set up the team with the global search option in ALM. I cannot find how to turn on this option anywhere in ALM. Can you please send me step by step instructions? Could it be this is something we have to pay for (like our current license version does not allow this option)?
1
1
79
asked 5 years ago by gobroncos
updated 5 years ago by pt-barnum
Category:
Application Lifecycle Management
Tags:
We want to import/migrate smaller projects to our new ALM 15 environment. Starting from 11.52 we are running repair and verify, then exporting the .qcp file. We then want to import into a staging instance with ALM 12.21, then exported out and imported into the ALM 15 instance. The sizes of these pro...
4
1
268
I have a field of numbers with the following values: 1, 1, 2, 3, 4, 4, 4, 5 I would like to generate an output which only contains the numbers which are NOT duplicated. My ideal output would be: 2, 3, 5 When I use the Unique tool I get 1, 2, 3, 4, 5 on the U anchor and 1, 4, 4 on the D anchor. Is th...