Suggest a testing framework, which could autofill forms, simulate a button click and navigate to next page.
I am trying to automate this task to reduce development time.
EDIT :
From the list suggested by Arran, Coded UI seems to be the most feasible option. (Considering enterprise restrictions, I cannot install new softwares).
Please suggest some directions to write something on my own or using Microsoft Coded UI.
Thank you.
You have a few options:
Microsoft’s CodedUI built into Visual Studio Ultimate
Selenium
Watin (Abandonware, somewhat)
Telerik’s Testing Framework.
All will get the job done without much fuss.