Best way to find string across test cases

is there global search within project?
especially across test cases and replace them.

example:
i have assert value = 123 in multiple test cases
i wanted to replace them to 456.

Hit Ctrl-H

image

2 Likes