If the line you want to change is on an ASPX page, you can simply edit the page and save it. A simple update should update the results. If this is a variable value, you can use the Watch Window to change the value.
If you want a software solution to test the method, you can either use the built-in MSTEST , a simple user console application, or one other unit test framework.
source
share