Find & Replace Function

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Matt
Advanced user
Posts: 19
Joined: Thu Jun 24, 2010 10:49 am

Find & Replace Function

Post by Matt »

Is there a find and replace function in TestLink? We have a lot of test cases in which one parameter has changed, and manually tracking through these is proving to require a fairly large amount of man-effort. We would like to find a way to perform a search and replace function by suite, in pretty much exactly the same way as Microsoft Excel.

Does anybody know how to do this, or has anybody written any code in php which would enable this - or does anybody know in which area/library we should look towards if we wanted to write some code ourselves?
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Re: Find & Replace Function

Post by Amaradana »

did you try search test cases function where you can edit the test cases and change accordingly

or

export to xml and then make changes and import for the test cases updation.

This is Web based soultion not excel to find and replace
Thanks,
TesterWorld
Http://amartester.blogspot.com
Unhandled
Advanced user
Posts: 67
Joined: Sun Jan 23, 2011 11:28 pm

Re: Find & Replace Function

Post by Unhandled »

Solution going forward: don't duplicate variable data lots of times. Instead of putting data into test cases, put reference to a central source. Like the TestSuite description.
Post Reply