Hi,
I have query regarding the renaming of Test Cases in Telerik Test Studio.
I have recorded a test case (and it steps), and executed them successfully multiple times.
Few days later we got a new naming convention and have to change the name of the all the Test Case (and its Steps).
By doing this my test stop executing,and there is an error( in a coded step) that the definition of object does not exists.
4 Answers, 1 is accepted
Thank you for your feedback.
Which version of the product do you use? I could not reproduce this problem using latest internal build (2016.2.824).
Check the names of the methods related to your coded steps. Try to reconnect the coded step to its method. Methods contains the name of the test as a part of their names. Due to renaming of the test or the step there could be naming problem concerning the related method.
Let me know if this fix the issue.
Regards,
Nikolay Petrov
Telerik by Progress
If you rename a test case that has a coded step, it will break the test case.
Moving, Copying,
cloning, renaming Test Cases:
Coded tests with .cs dependency’s are not updated. Make sure to update the .cs files associated to the test list.
Thank you for sharing related to this case information. We appreciate that.
Shashikant, do you still experience the initially reported problem?
Regards,
Nikolay Petrov
Telerik by Progress
Hi Nikolay / Chris,
The problem was same as you explained.It is working now without any problem.
Thanks. :)