Can we change URL in testcases while migrate .Net applications
Hi... I have a web application that I will migrate from .Net 1.1 to 4.0.
So I want to record all the steps in 1.1 and after conversion to 4.0 I want to test if same steps are working or not. Since the URL of both the versions are different, so first I record steps in 1.1 and after concersion I replace the new URL of 4.0 in my test cases. But this does not work. Any help is really appreciated...