Forum Discussion
jose_pita
12 years agoSuper Contributor
Hey Guys,
As a workaround for this issue and for the TC problem of not being able to find & replace some columns on keyword tests, you can do this (make a copy of your project just in case something goes wrong!!!).
Hope it helps.
As a workaround for this issue and for the TC problem of not being able to find & replace some columns on keyword tests, you can do this (make a copy of your project just in case something goes wrong!!!).
Get Agent Ransack and Notepad++
Close TC
Using agent ransack, search for the string you want ("containing text") inside your project folder("Look In") (if you don't know what to look for, open your keyword file with notepad++ and try to understand how it works)
When you get the results, select all of them, righ-click and select "edit with notepad++"
On np++, use the "Find&Replace" (Ctrl+H) and select "Replace All in All Opened Documents" after you entered Find what"" and "replace with" on the form.
Open TC again and see if everything works
Hope it helps.