Votes
Answers
Views
Question
8
votes
1
answer
13
views
asked 10 years ago by
updated 10 years ago by
Doe business rules use vbscript like workflow?
2
votes
2
answers
26
views
asked 10 years ago by
updated 7 years ago by
Sometimes I am getting an error about Active X when I try to use an application's API. It usually gets thrown when I try to use the CreateObject method. For instance, if I try to connect to ALM from QTP using the TDConnection object, it gives me an error. I can't figure out what is happening.
2
votes
1
answer
78
views
asked 10 years ago by
updated 10 years ago by
Why do I sometimes get 'Cannot use parenthesis when calling a Sub' when I try to use a function in my QTP script?
2
votes
1
answer
480
views
asked 10 years ago by
updated 10 years ago by
How can I use the Dictionary object to store a global variable? I'm trying something like: Public dicObjects, dicFramework set dicObjects = CreateObject("Scripting.Dictionary") Set dicFramework = CreateObject("Scripting.Dictionary") dicObjects ("Browser") = Browser("index...
1
vote
1
answer
92
views
asked 11 years ago by
updated 11 years ago by
I have a vbs file that launches QTP 11. This is the code I have in the file: set qtp=CreateObject("QuickTest.Application") qtp.launch qtp.visible=true When I try executing this on a Win 7 machines. I'm getting the following error when executing the VbScript: Active X component can't create o...
1
vote
2
answers
383
views
asked 11 years ago by
updated 5 years ago by
Has anyone had any luck with getting a list of a user's project domains and project names using VBA? I'm trying to login through Excel and extract the information but I've hit a block. This is what I have at the moment: Set tdc = CreateObject("TDApiOle80.TDConnection") ... tdc.Login username...
0
votes
1
answer
20
views
asked 12 years ago by
updated 12 years ago by
Hello, I want to change the 'assigned to' field based on the project when the defect is new. For example, if I do the following, then the assigned field is set it to either QC_AB or QC_CD and it is not allowing to assigned to anyone once the bug status are changed ( for ex: fixed, failed verificatio...
6
votes
1
answer
229
views
asked 12 years ago by
updated 12 years ago by
Does anyone have an example of using parameters in an XAPI-XP-TEST?
0
votes
2
answers
207
views
asked 12 years ago by
updated 12 years ago by
It does not appear that the OTA API has a specific property or method to grant access to the ID of the current project, and I'm wanting to get this information in the ALM workflow. For example, the TDConnection object has a ProjectName property, but it does not have a ProjectID property. Does anyone...
1 3 4 5
EyeOnTesting

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

X
Scroll to Top