Contents tagged with Testing
-
Crazy Bug in Visual Studio 2010 RTM: Copy And Paste
The copy / paste functionality is very buggy in Visual Studio 2010 Beta and RC. In Beta sometimes this even cause Visual Studio crash. Now after using RTM for a week, I found the bug remains, and greatly affect the experience. I searched the Internet and found this comment from Microsoft:
-
A UI bug of Windows Server 2008 R2 RTM
Today when playing with Windows Server 2008 R2 RTM at home, I noticed a small UI bug from the start menu.
-
Automated Web Testing (2) Using Selenium
Selenium is another automated web application testing framework. Unlike WatiN, which has only 3 developers, Selenium is developed by a team of programmers and testers in ThoughtWorks, so that it could be more powerful:
-
Automated Web Testing (1) Using WatiN
WatiN (what-in), stands for Web Application Testing In .NET, is a very easy automated web application testing framework. WatiN is developed in C# for web testing with Internet Explorer and FireFox. According to Scott Guthrie: