UI Web tests by selenium or/and qtp (uft)
Important fields for automation:
Object recognition in web: by css selector, by id
ask (web) UI developers to put ids on elements if there is not such a ids
wait until, synchronization: dynamic wait, stable wait functions
test reports: simple, includes bottom line , drill down abilities
visualization
create first selenium c# test (one of the existing options):
download tools:
Visual Studio Express free
selenium for c#, webdriver free
NUnit free
rest /load tests by jmetter
Misc
visual studio, c#, selenium webdriver, nunit, nuget
recomended to use same selenium version in all projects in the solution.