Votes
Answers
Views
Question
8
1
17
asked 11 years ago by fuzzy-davis
updated 11 years ago by sammyh
Doe business rules use vbscript like workflow?
2
2
26
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
1
85
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
Why do I sometimes get 'Cannot use parenthesis when calling a Sub' when I try to use a function in my QTP script?
2
1
547
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
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
1
105
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
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
2
413
asked 12 years ago by stigmeister
updated 6 years ago by nd2610
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
1
26
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
1
254
asked 13 years ago by fuzzy-davis
updated 13 years ago by sammyh
Does anyone have an example of using parameters in an XAPI-XP-TEST?
0
2
245
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...