Search found 12 matches

by kob
Thu Aug 01, 2013 7:41 am
Forum: TestLink 1.9
Topic: Testlink Embedded Software Test Automation
Replies: 6
Views: 8455

Re: Testlink Embedded Software Test Automation

those were just an example. Testlink has an API, you will just need to implement this in your own framework. Examples are available in a number of languages. For the one I mentioned, the impact for the test engineers is not that big since the testscripts itself are keyword driven. All you need to ha...
by kob
Wed Jul 31, 2013 1:31 pm
Forum: TestLink 1.9
Topic: Testlink Embedded Software Test Automation
Replies: 6
Views: 8455

Re: Testlink Embedded Software Test Automation

robotframework for example. https://code.google.com/p/robotframework/ On their mailing list there was following topic: https://groups.google.com/forum/#!topic/robotframework-users/pYS9214GqA8 What kind of embedded system do you have ? What kind of interfaces do you have on that system ? - Web - TL1,...
by kob
Fri Jul 26, 2013 1:36 pm
Forum: TestLink 1.9
Topic: Testlink Embedded Software Test Automation
Replies: 6
Views: 8455

Re: Testlink Embedded Software Test Automation

you can use your own framework of choice and log the results of the tests in testlink through the API.
by kob
Wed Jan 04, 2012 2:23 pm
Forum: TestLink 1.9
Topic: Linked-Copies of Test Cases
Replies: 6
Views: 7543

Re: Linked-Copies of Test Cases

Sorry for the delay guys, I didn't get any notifications of responses. The answer is NO, I was not able to solve this efficiently. In my case I am testing a product that abides by a technology standard (an internationally accepted set of interfaces). As part of my test plan I conduct interoperabili...
by kob
Mon May 09, 2011 12:51 pm
Forum: General Testing and Test management
Topic: Reference Test Case Steps In Multiple Test Cases?
Replies: 3
Views: 8206

Re: Reference Test Case Steps In Multiple Test Cases?

I don't think so.
I also see no usefull alternative currently.
by kob
Mon May 09, 2011 12:48 pm
Forum: General Testing and Test management
Topic: How to managed test cases across releases
Replies: 11
Views: 22925

Re: How to managed test cases across releases

Seems I didn't get the point before ... Still I link a test case version to the product version ... I don't see a need to create a new test case, but I guess that depends on how you work or like to work. For me it's like using version control in software development. The same test case evolves toget...
by kob
Tue Feb 22, 2011 1:30 pm
Forum: General Testing and Test management
Topic: How to managed test cases across releases
Replies: 11
Views: 22925

Re: How to managed test cases across releases

IMHO, This is not a good practice, Why do some one want to re-xecute the old version of test cases? I suggest you to understand the process of your company before you start testlink. VERSION : Version of test case will only change if any change in the requirement/specification. if version changes y...
by kob
Tue Feb 22, 2011 1:22 pm
Forum: General Testing and Test management
Topic: Test Case ID's
Replies: 2
Views: 6416

Re: Test Case ID's

I would say: forget initialy the ID's and use the testcase name as a unique ID. If you would build up your testcase names as <domain x>_<subdomain_y>_<subdomain z>_<sequence number> you have unique ID's for all your testcases. It also gives you a method to define the name for the folders. domain x _...
by kob
Mon Aug 02, 2010 8:03 pm
Forum: TestLink 1.9
Topic: Upgrading from one beta version to another
Replies: 5
Views: 6861

Re: Upgrading from one beta version to another

I will need to check at work then ... checking the diff between the versions tagged in cvs there shouldn't be a difference between beta4 and 5 ... As I said I will need to check, basicly I did a export from the db's I had installed. beta 5 was a fresh install, beta 4 was an upgrade from 1.8.5 I thin...
by kob
Fri Jul 30, 2010 11:49 am
Forum: TestLink 1.9
Topic: Upgrading from one beta version to another
Replies: 5
Views: 6861

Re: Upgrading from one beta version to another

Hi Create a new setup with a new database for the beta 5. Export the database sctructure and compare this with the structure of the Beta 3 and you have the differences. Thats what I did. I did not find any other changes other than the req_relations table. Even the DB version is 1.3 for both betas. ...
by kob
Mon Jul 26, 2010 12:18 pm
Forum: General Testing and Test management
Topic: How can I makeTest Plans have different sets of Test Suites?
Replies: 1
Views: 3963

Re: How can I makeTest Plans have different sets of Test Sui

hmm, I don't have that problem ...
When you create a new testplan, what do you fill in for "Create from existing Test Plan?" ?
by kob
Mon Jul 26, 2010 12:15 pm
Forum: TestLink 1.9
Topic: Upgrading from one beta version to another
Replies: 5
Views: 6861

Re: Upgrading from one beta version to another

there are some other changes also. Create a new setup with a new database for the beta 5. Export the database sctructure and compare this with the structure of the Beta 3 and you have the differences. I've noticed some differences between beta4 and beta5 and it's not limited to the req table you men...