Votes
Answers
Views
Question
3
1
44
asked 12 years ago by gizmo
updated 12 years ago by jeffrey-gardner-1
I have a data value return as a date like this: 08082013121536 Using C code, how do I break this into the following: Month = 08 Day = 08 Year = 2013 Hour = 12 Min = 15 Sec = 36 Can someone please provide the code to do this.
3
5
137
Hello, Where can I find a list of the latest supported environment for ALM/ QC installations?
3
2
142
Hello, I was wondering how I could reset the Bug counter within our ALM/QC applications. We were using it for testing, now as testing is completed we would like to delete everything used in testing, reset the counters, and start from new. Is this possible? Thanks for your help.
1
1
53
We are currently on patch 30 of QC 10. Is MS SQL server 2012 supported for our version or is it supported for another version of QC/ ALM? Thanks, HomerJ
2
1
43
asked 12 years ago by soapy-smith
updated 12 years ago by pt-barnum
We have started rolling out Win7-64bit and my users are wondering if they should use IE10 64 or 32-bit.
3
1
42
I have just restored and upgraded (after verify and repair) many QC10 projects to QC/ALM11. I have only activated a few and have started to play with them and look around in the file system. I noticed something strange - it seems some of my projects have all of the original repository folders, some ...
2
1
38
When a test I have run completes, or an error occurs during the test, the Run Results Viewer used to display after the test ended. After upgrading from QTP 11.0 to UFT 11.52, the Run Results Viewer is stuck on the taskbar and I can't view the results of a test. I tried right-clicking on the icon on ...
1
2
412
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...
2
1
593
With UFT 11.52, I'm trying to click on an upload button that says its a WebFile object when you spy on it, but it's not working. Does anyone know how to get this to work??