Hi Nevin,

I am also looking for similar solutions, please let me know if you have 
figured out the solution of uploading test result from excel to Quality 
Centre.


Thanks,
Tushar

On Wednesday, November 7, 2012 10:28:45 AM UTC+11, Nevin wrote:
>
> Hi Friends,
>  
> Did you guys find time to look into my Question.I tried a lot but was 
> unsucessfull today.
>  
> Below code is what we used for connecting quality center with no 
> sucess.This code might work for QUality center 10.
>  
> But in HP ALM(Quality center 11) methodologoy is slightly different after 
> entering user name,password we need to click on the "authenticate button" 
> then we need to select domain,Project and then click on the Login button.
>  
> It failes wehn we used the connect method (QCcon.Connect "Domain", 
> "Project").Iam suspecting it has to do something with the authentication 
> button
>  
> Please suggest me.
>
> Sub CreateConnection()
> Dim qcUser As String
> Dim qcPassword As String
> Dim qcDomain As String
> Dim qcProject As String
> Dim qcHostName As String
> qcUser = "Username"
> qcPassword = "Password"
> qcDomain = DomainName
> qcProject = "ProjectName"
> Set QCcon = CreateObject("TDApiOle80.TDConnection")
> QCcon.InitConnectionEx "HP ALM url"
> QCcon.Login "UserName", "Password"
> QCcon.Connect "Domain", "Project"
> MsgBox "connection established"
> End Sub
>
> On Wednesday, October 31, 2012 11:49:01 AM UTC-5, Nevin wrote:
>
>> Hi Friends,
>>
>> Iam not able to find the right kind of code which is used to connect
>> QC test lab folder using macros.Objective is to update around 1200 tc 
>> using macros.
>>
>> It would be great if somebody is guiding me and iam very new to using 
>> macros..
>>
>> Regards
>>
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to