How to refresh the test case if Called test has some modification

In my main test cases I have called another small test case. But I had to modify this called test case. But the new changes did not reflect in the main test case after saving the changes. It worked when I removed the test case and readded it to the main test. Is there a way to refresh or avoid this re-adding job? How to manage this scenario if the number of testcases is huge where it is not possible to perform remove and readd

1 Like

hi @anirudha.kulkarni-ex

you can try to Refresh the project from this menu

1 Like

Thank you @depapp

please let us know the results - I don’t see how refreshing the project (suggestion further up) would update the calling test case, for example, updating parameters. It doesn’t seem a good idea to automatically update those parameters either if that is the case. What other changes are you making that don’t register in the calling test case?

I couldn’t reproduce this. Could you please give us more information what we should do to reproduce what you saw?