Search found 26 matches

by agarg2
Tue Nov 18, 2008 2:37 pm
Forum: TestLink 1.7 (Closed)
Topic: Custom field Export/Import
Replies: 3
Views: 6195

by agarg2
Fri Nov 07, 2008 10:49 am
Forum: TestLink 1.7 (Closed)
Topic: Read only access to Testlink without login
Replies: 1
Views: 4160

Not exactly. But you can bypass TestLink authorization, for that you need some sort of hack. Create a guest user with 'read only' permission. Now whenever someone try to login (LDAP) with valid identity but not yet added in TestLink database then change the user identity to 'guest' user so that the ...
by agarg2
Mon Nov 03, 2008 10:02 am
Forum: TestLink 1.7 (Closed)
Topic: Analysis and solution for the performance issue Testlink1.7
Replies: 10
Views: 14675

Got it from Mantis. Thanks a lot.
by agarg2
Mon Nov 03, 2008 9:41 am
Forum: TestLink 1.7 (Closed)
Topic: Analysis and solution for the performance issue Testlink1.7
Replies: 10
Views: 14675

Please share the code with me once you are done with your changes.

Regards,
Arun Garg
by agarg2
Thu Oct 23, 2008 1:09 pm
Forum: TestLink 1.7 (Closed)
Topic: Analysis and solution for the performance issue Testlink1.7
Replies: 10
Views: 14675

Awesome. If possible, could you please share the code with me? I would like to try this at my set-up.

Regards,
Arun Garg
by agarg2
Tue Sep 30, 2008 10:03 am
Forum: TestLink 1.7 (Closed)
Topic: how to use a custom field of type list
Replies: 2
Views: 4588

Try '|', it should work. For example 'Windows|Unix'
by agarg2
Wed Jul 16, 2008 2:23 pm
Forum: TestLink 1.7 (Closed)
Topic: Modification made in TestLink
Replies: 4
Views: 7595

Sorry for the late reply. I have created following issues in mantis:- 1) 1616 2) 1617 3) 1618 4) 1619 I have selected category as 'New feature' though I am not sure if that is the right thing to do as few are enhancements to existing code. Please feel free to modify the data wherever required. Thank...
by agarg2
Mon Jul 07, 2008 11:31 am
Forum: TestLink 1.7 (Closed)
Topic: Modification made in TestLink
Replies: 4
Views: 7595

Modification made in TestLink

Hi, Till now I have modified TestLink to achieve following:- - Two new links 'Recently Modified Test Case(s)' and 'Recently Added Test Case(s)' to allow user to view the list of tc modified/added based on number of days. - XML import/export of test-cases with custom field - Search test-case with Tit...
by agarg2
Mon Jul 07, 2008 11:18 am
Forum: TestLink 1.7 (Closed)
Topic: Testlink 1.7.4 and LDAP authentication
Replies: 6
Views: 13472

Even my DC does not allow anonymous bind. I have tweaked TestLink to use the id/password entered by user for bind.

So when some user try to login, the id/password he/she provides is used to bind and if successful, user is allowed to login.

Regards,
Arun Garg
by agarg2
Fri Jul 04, 2008 12:19 pm
Forum: TestLink 1.7 (Closed)
Topic: Testlink 1.7.4 and LDAP authentication
Replies: 6
Views: 13472

Below are my settings and it is working for me (TL 1.7.4.):- $g_ldap_server = '<server name>'; $g_ldap_port = '389'; $g_ldap_root_dn = 'cn=Users,dc=<entry>,dc=<entry>,dc=com'; $g_ldap_organization = '(objectClass=*)'; $g_ldap_uid_field = 'sAMAccountName'; $g_ldap_bind_dn = ''; $g_ldap_bind_passwd = ...
by agarg2
Wed Jun 11, 2008 9:35 am
Forum: TestLink 1.7 (Closed)
Topic: Programatically creating a Testcase
Replies: 1
Views: 3394

I developed and posted a perl script which I directly uses sql query to insert test-cases into TestLink. Just search for topic "Script to import test-cases from xls including Custom Field" or download the tar file from the location "http://www.teamst.org/_tlstore/XlsToTestLink1.7Impor...
by agarg2
Wed Jun 11, 2008 9:31 am
Forum: TestLink 1.7 (Closed)
Topic: Converting Excel file (with keywords) to Xml
Replies: 4
Views: 6902

I posted a perl script few months back which import the test-cases from xls to TestLink (with all keyword/custom field). It may help you.. Just search for topic "Script to import test-cases from xls including Custom Field" or download the tar file from the location "http://www.teamst....
by agarg2
Mon Jun 02, 2008 10:11 am
Forum: TestLink 1.7 (Closed)
Topic: How to delete a node from the tree
Replies: 0
Views: 2446

How to delete a node from the tree

Hi, I am trying to add a new link to get information about test-cases added recently (say last 7 days). Now I am able to modified the code till the extent where I know, in the tree, which test-cases are added recently, but I do not know how to delete other nodes so that when the final tree gets disp...
by agarg2
Mon Mar 24, 2008 8:47 am
Forum: TestLink 1.7 (Closed)
Topic: Script to import test-cases from xls including Custom Field
Replies: 8
Views: 11891

I am not clear on what exactly you want to achieve? Please provide us more details or may be steps you are performing (with example) so that we can provide help, if possible.

Regards,
Arun Garg
by agarg2
Fri Feb 15, 2008 9:04 am
Forum: TestLink 1.7 (Closed)
Topic: Oracle BTS integration: PConnet or NConnect
Replies: 2
Views: 4568

Thanks for the quick reply. If possible, could you please share what kind of issues team faced with PConnect (with MySQL DB)? Also did you discuss the issue ADODB team and get any reply from them? The reason I am asking all these questions because without PConnect my TestLink set-up just crawl so I ...