Search found 14 matches

by angelagu93
Wed Aug 07, 2013 2:41 pm
Forum: TestLink 1.9
Topic: test execution result bulk update
Replies: 7
Views: 11800

Re: test execution result bulk update

yes I experimented with a few kinds of export. IMO the easiest one is to export all the test cases from the test suite, import the XML into Excel, and do some manual work in Excel using the XML format given in the documentation, and then export it as XML. Mantis issue here: http://mantis.testlink.or...
by angelagu93
Tue Aug 06, 2013 7:02 pm
Forum: TestLink 1.9
Topic: test execution result bulk update
Replies: 7
Views: 11800

Re: test execution result bulk update

Ok thx raised issue on Mantis.
by angelagu93
Tue Aug 06, 2013 3:34 pm
Forum: TestLink 1.9
Topic: test execution result bulk update
Replies: 7
Views: 11800

Re: test execution result bulk update

Another thing, I'm running into an error. Here's my XML <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <testcase external_id="MDE-1009"> <tester>agu</tester> <timestamp>2008-09-...
by angelagu93
Tue Aug 06, 2013 3:21 pm
Forum: TestLink 1.9
Topic: test execution result bulk update
Replies: 7
Views: 11800

Re: test execution result bulk update

Yes thank you. I found tl-file-formats.pdf in the documentation section. 2 questions: 1. It's not clear that if I want to import the results of an entire test suite, where I would go to do that. I would've assumed the test suite clicking on the test suite doesn't do anything. Do I click on the "...
by angelagu93
Tue Aug 06, 2013 3:04 pm
Forum: TestLink 1.9
Topic: [NO ISSUE] permission to delete execution
Replies: 3
Views: 5158

Re: permission to delete execution

I followed the steps here: http://www.teamst.org/forum/viewtopic.php?f=11&t=7366 with executing the following statements on the database (using MSSQL) INSERT INTO /*prefix*/rights (id,description) VALUES (35,'exec_edit_notes'); INSERT INTO /*prefix*/rights (id,description) VALUES (36,'exec_delet...
by angelagu93
Tue Jul 30, 2013 3:57 pm
Forum: TestLink 1.9
Topic: [NO ISSUE] permission to delete execution
Replies: 3
Views: 5158

[NO ISSUE] permission to delete execution

Is there a way to give someone the permission to delete a test case that's been executed from Test Execution (notice I'm NOT trying to delete from Test Specification)? Steps to replicate: 1. Go to Users/Roles 2. Click "admin" 3. Notice that under "Test Case Execution" you cannot ...
by angelagu93
Thu Jul 25, 2013 8:12 pm
Forum: TestLink 1.9
Topic: test execution result bulk update
Replies: 7
Views: 11800

test execution result bulk update

When you execute a test case in TL, you have to manually select from the radio buttons (passed, failed, etc). But is there a way to do a bulk update so it's a lot easier? Like either being select multiple test cases and changing the status, or importing an XML file? We have thousands of test cases a...
by angelagu93
Tue Jul 23, 2013 2:53 pm
Forum: TestLink 1.9
Topic: [NOT AN ISSUE]import test case but make it different version
Replies: 4
Views: 5440

Re: import test case but make it different version

Ok sorry I forgot to check in the UI. It works now.
by angelagu93
Mon Jul 08, 2013 1:44 pm
Forum: TestLink 1.9
Topic: [NOT AN ISSUE]import test case but make it different version
Replies: 4
Views: 5440

[NOT AN ISSUE]import test case but make it different version

Is there a way to import a test case that's already in the database but making it a different version? I tried changing the version to '2' in the XML but it didn't work. TL recognized that I was trying to import a test case with a duplicate name and automatically added a timestamp in front of the na...
by angelagu93
Fri Jul 05, 2013 6:39 pm
Forum: TestLink 1.9
Topic: is it possible to reset external id of test cases
Replies: 0
Views: 3773

is it possible to reset external id of test cases

Is there any way to reset or re-index the external id of all the test cases? We have only about 1000 test cases and our external id has gone up to 5000 due to bulk import and deletes.
by angelagu93
Thu Jun 13, 2013 2:17 pm
Forum: LDAP Integration
Topic: LDAP authentication fails wrong login name or password
Replies: 3
Views: 8432

Re: LDAP authentication fails wrong login name or password

1. Yes I have done searches on the forum and Mantis. 2. I'm still waiting to hear back from our sys admin people. And yes you're right I did raise an issue on Mantis first but I'm hoping someone who may have seen the same type of error messages / is familiar with php or ldap can point me in the righ...
by angelagu93
Wed Jun 12, 2013 8:41 pm
Forum: LDAP Integration
Topic: LDAP authentication fails wrong login name or password
Replies: 3
Views: 8432

LDAP authentication fails wrong login name or password

Using TestLink v.1.9.7 I enabled LDAP in config.inc.php and here is the configurations: $tlCfg->authentication['method'] = 'LDAP'; ... /** LDAP authentication credentials */ $tlCfg->authentication['ldap_server'] = '<our_company_domain_name>'; $tlCfg->authentication['ldap_port'] = '389'; $tlCfg->auth...
by angelagu93
Mon Jun 03, 2013 9:03 pm
Forum: Installation and configuration
Topic: Enable attachment
Replies: 1
Views: 4373

Enable attachment

Hi,

I'm a total newbie to TL. I was wondering how do you enable attachments? When I open up a test suite or a test case I see the following message at the bottom of the page:

attachment disabled
directory for attachments: /var/testlink/upload_area/ does not exist

Thanks!


Angela