DotNetShoutout - Stories tagged with automated testing
4
Shouts

Dean Hume - Capturing Web Page Screenshots with Selenium 2

published 866 days, 20 hours, 34 minutes ago posted by deanomachinodeanomachino 867 days, 5 hours, 12 minutes ago
Monday, January 10, 2011 5:46:21 PM GMT Monday, January 10, 2011 9:08:21 AM GMT
Capturing Web Page Screenshots with Selenium 2 There have been many times when I have run a Unit Test that has failed and afterwards I wondered where it went wrong. The ability to see what occurred on the page or how it looked at the time would be a great benefit. I've been writing a few automated tests lately and looking for a way to implement this functionality. Luckily, Selenium 2 provides easy functionality that allows you to capture a screenshot of the page at the time that a unit test is being... (more)
category: Web Dev | clicked: 9 | comment | | source: deanhume.com
tags: Screenshots, .NET, automated testing, C#, Selenium 2, Selenium
3
Shouts

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test

posted by omaralzabiromaralzabir 1174 days, 7 hours, 58 minutes ago
Tuesday, March 09, 2010 6:22:20 AM GMT
ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test Visual Studio 2008 comes with rich Web Testing support, but it’s not rich enough to test highly dynamic AJAX websites where the page content is generated dynamically from database and the same page output changes very frequently based on some external data source e.g. RSS feed. Although you can use the Web Test Record feature to record some browser actions by running a real browser and then play it back. But if the page that you are testin... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: automated testing, C#, Web Testing, ASP.NET