Search found 20 matches

by rajeevanand
Thu Oct 04, 2012 4:11 am
Forum: TestLink 1.9
Topic: API Test Case (name=xx/id=) is not associated with Test Plan
Replies: 4
Views: 5692

Re: API Test Case (name=xx/id=) is not associated with Test

Hi

Any updates on this ?

Thanks
Rajeev
by rajeevanand
Sun Sep 23, 2012 5:25 am
Forum: TestLink 1.9
Topic: Test plan update linked test case version
Replies: 6
Views: 6915

Re: Test plan update linked test case version

Let me add more clarity to what I did to see this: 1. Test name 'xx 1' is already executed atleast once (please notice the space between xx and 1) 2. Go to test specification 3. In the tree click on the test 'xx 1' (I would like to rename this test to xx1 without space. Since this test is already ex...
by rajeevanand
Sat Sep 22, 2012 9:19 am
Forum: TestLink 1.9
Topic: Test plan update linked test case version
Replies: 6
Views: 6915

Re: Test plan update linked test case version

In version 1.9.3, the test plans where the test case has been added takes it automatically when there is a newer version of that test.

So, I guess, you need not worry about it.

Rajeev
by rajeevanand
Fri Sep 21, 2012 3:15 am
Forum: TestLink 1.9
Topic: API Test Case (name=xx/id=) is not associated with Test Plan
Replies: 4
Views: 5692

Re: Test Case (name=xx/id=) is not associated with Test Plan

Testlink version is 1.9.3.

Feature: update test case using API reportTCResult. As mentioned earlier, I have all the arguments needed for this call to succeed.

Not sure under what circumstances, this problem occurs. Please take a look.
by rajeevanand
Thu Sep 20, 2012 11:22 am
Forum: TestLink 1.9
Topic: API Test Case (name=xx/id=) is not associated with Test Plan
Replies: 4
Views: 5692

API Test Case (name=xx/id=) is not associated with Test Plan

On one of the projects, we are getting this error message: [{'message': 'Test Case (name=xx/id=) is not associated with Test Plan (name=tt/id=5314).', 'code': 3030}] However, I'm sure that the test case has been associated to the test plan being executed and the tests appear in Test execution. Testp...
by rajeevanand
Wed Aug 22, 2012 6:09 am
Forum: TestLink 1.9
Topic: Trying to delete a build is erroring out
Replies: 2
Views: 3675

Re: Trying to delete a build is erroring out

Hi Haven't searched on Mantis, but we worked around the problem by deleting the plan and setting up a new one. There are no steps to reproduce. However, I can say that this happened after we imported testlink db over 2 times from one machine to another and another. The problem was found with the spe...
by rajeevanand
Thu Aug 02, 2012 4:47 pm
Forum: XML-RPC API
Topic: [PYTHON]Unable to create Test suite under test suite via API
Replies: 0
Views: 4552

[PYTHON]Unable to create Test suite under test suite via API

Hi, createTestSuite API available in the testlink_api.py fail allows us to create a TestSuite under a Project i.e the root node of the project. It takes arguments as project-id and test suite name. Is it possible to create a test suite under a test suite via API? If the functionality exist , please ...
by rajeevanand
Wed Jun 06, 2012 9:56 am
Forum: TestLink 1.9
Topic: Trying to delete a build is erroring out
Replies: 2
Views: 3675

Trying to delete a build is erroring out

---------------------- For a Project, we manually created few builds and ran regression against those build-ids. When we tried to delete few builds which are manually created, one of the builds deletion failed with the following error message: ********************************************************...
by rajeevanand
Mon Jun 04, 2012 4:05 pm
Forum: Installation and configuration
Topic: BUGZILLA - Error adding bug number on Testlink 1.9.3
Replies: 7
Views: 9694

Re: BUGZILLA - Error adding bug number on Testlink 1.9.3

Ok. This seemed to work. I uncommented and added the schema owner in: define('BUG_TRACK_DB_SCHEMA', '[CONFIGURE_BUG_TRACK_DB_SCHEMA]'); Secondly, I commented out: define('BUG_TRACK_DB_CHARSET', '[CONFIGURE_BUG_TRACK_DB_CHARSET]'); Our db charset is SQL_ASCII which probably isn't supported by testlin...
by rajeevanand
Mon Jun 04, 2012 3:01 pm
Forum: Installation and configuration
Topic: BUGZILLA - Error adding bug number on Testlink 1.9.3
Replies: 7
Views: 9694

Re: BUGZILLA - Error adding bug number on Testlink 1.9.3

It's not very different. You use psql -h hostname -U username dbname to connect. Once you login, SQL remains the same. And yes, I'm using the same user and since I'm able to login to bugzilla DB remotely from testlink host using command line, it means that there is no restriction on that host. Looki...
by rajeevanand
Fri Jun 01, 2012 10:27 am
Forum: Installation and configuration
Topic: BUGZILLA - Error adding bug number on Testlink 1.9.3
Replies: 7
Views: 9694

Re: BUGZILLA - Error adding bug number on Testlink 1.9.3

I remember this used to work well with Testlink 1.7.4 when I used it in another company. It used to work without these additional entries. I need to get this working as I have sold the benefits of Testlink very strongly to my management and the option to tie in a bug number to a failed test was one ...
by rajeevanand
Fri Jun 01, 2012 1:53 am
Forum: Installation and configuration
Topic: BUGZILLA - Error adding bug number on Testlink 1.9.3
Replies: 7
Views: 9694

Re: BUGZILLA - Error adding bug number on Testlink 1.9.3

I am able to remotely connect and execute queries on bugzilla db from testlink host using a psql client session. Any thoughts?

Thanks
by rajeevanand
Thu May 31, 2012 10:03 am
Forum: Installation and configuration
Topic: BUGZILLA - Error adding bug number on Testlink 1.9.3
Replies: 7
Views: 9694

BUGZILLA - Error adding bug number on Testlink 1.9.3

Hi I am trying to configure Testlink 1.9.3 on host x to talk to bugzilla on host y . Please note both testlink db and bugzilla db are 'postgres' . Not that it should matter. With the initial configuration as per testlink 1.7.3 documentation, I'm able to see the bug icon. On clicking the icon a popup...
by rajeevanand
Tue Nov 18, 2008 9:07 am
Forum: TestLink 1.7 (Closed)
Topic: Testlink 1.7 LDAP Authentication
Replies: 2
Views: 9334

I managed to get this working eventhough I'm not an expert with LDAP configuration. I used the resource details from one of our current configurations for a product which uses ldap authentication. The errors I saw primarily because of a wrong ldap_organization setting: ------------------------------...
by rajeevanand
Thu Oct 23, 2008 9:41 am
Forum: TestLink 1.7 (Closed)
Topic: Using custom fields to query and add test cases to a plan
Replies: 2
Views: 4721

Oh. That's great.

I'll check it out.

Thanks
Rajeev