Votes
Answers
Views
Question
3
1
310
Hello, We have a need to make fields in the ALM Requirements section as mandatory and required when creating or editing requirements. We have tried to customize the workflow but are unsure as none of our customizations are taking. We are trying to make the fields required by using changing the field...
2
1
210
asked 7 years ago by coleslaw
updated 7 years ago by jameslcoleman
Hi. I am wanting to create new users in ALM programmatically, and I am wondering if you can help me with this.
1
1
681
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I've written a couple of small vbscript files. The first one launches UFT and runs a script to completion then quits UFT. That code is listed here: -------------------------------------------- Dim uftApp Dim WshShell Set uftApp = CreateObject("QuickTest.Application") If NOT uftApp.Launched T...
1
1
118
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I have several machines that I need to install patches is there way to automate it and make it silently?
1
1
85
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I am recording an object using the Insight Object recording method. It works fine when running the test locally. It shows the actual Insight object recorded, but when I try to call that test from another test it will not recognize the Insight Object. I have tried adding it to both the local and shar...
0
3
55
asked 7 years ago by candyb
updated 7 years ago by DavidMofOSI
Tags:
So you can make UFT-API tests load test ready, then include them as vusers in a LoadRunner scenario. Three questions: 1. Do you need to have UFT installed on the load generators? 2. How scalable are these types of vusers, relative to TruClient or Web/HTTP vusers? 3. Am I correct in assuming you don'...
2
1
156
asked 7 years ago by johnolerud9
updated 7 years ago by garystew
I'm executing a test with WEBSERVICE calls but even when i increase the vusers the TPS doesn't rise and the response time is staying quite low. There is no contention on the environment but I feel there is some sort of bottleneck coming from loadrunner. Perhaps some TCP connections, I'm not sure. Lo...
0
1
50
asked 7 years ago by coleslaw
updated 7 years ago by jameslcoleman
Hello. We are receiving the following error in our template project that has been created by copying the customizations from an existing project. We are currently using ALM 12.21.18 Patch 2, and the issue doesn't occur in the existing project, but it does in the template project that is created from...
0
0
38
Be first to answer!
asked 7 years ago by miraclefren2
Hi Professionals, I am trying to do some enhancement on my existing ALM 12.x Site Admin. I want to Create/Add user/s in Site Admin by using TDadmin ID programatically. Could I have this enhancement done in Java? If its feasible, how do I do please? I have zero knowledge in Java. So I need to spread ...