Shai Raiten

WIIFM? Alot !!!

 Subscribe in a reader

Browse by Tags

All Tags » DevAcademy3 (RSS)
How To: Web Test Configurations
How To: Web Test Configurations On DevAcademy3 I showed how to set Web Test Configuration, Here is the full tutorial. When creating Test Project in Team System you will see under the solution – LocalTestRun.testrunconfig Inside this file you will have many options for your Test, in this post I’m going to focus on Web Test Options. Open Test Configuration by double click or “Test” menu ”Edit Test Run Configuration”   And pick Web Test tab. Browser Type: you can set Team System to run your web...
DevAcademy 3 Lectures Online
DevAcademy 3 Lectures Online Thanks for Sela Group , now all DevAcademy 3 lectures are available online! DevAcademy 3 Site Enjoy.
Thank You, DevAcademy 3
Thank You, DevAcademy 3 If you came to DevAcademy3 I'm sure that you enjoyed and learned a lot about new Technologies and Applications. I want to thank, the people behind DevAcademy3 , they worked very hard and succeeded in making this conference a successful and professional event. Yifat Haramat, Guy Burstein , Sela Group and Microsoft Israel . As a final note for this post I would like to extend my deepest thanks to Guy Burstein . His assistance and support in helping me prepare for this DevAcademy...
Web Testing Using Team System Presentation is Over!
Web Testing Using Team System Presentation is Over! I finished my DevAcademy3 presentation about Web Testing, you can download the presentation . The presentation toke 65min include questions. I'm very happy because the audience shows enthusiasm about Web Testing Using Team System . And Its seems like Web Testing is gaining market acceptance.
How To: Use Fiddler On localhost
How To: Use Fiddler On localhost Fiddler Tool is a Web Debugging Proxy, that can help you when recording Web Test for Team System. IE ,FireFox, Google Chrome and the .NET Framework are hardcoded not to send requests for Localhost through any proxies, and as a proxy, Fiddler will not receive such traffic. The workaround is to use your machine name as the hostname instead of Localhost or 127.0.0.1. So, for instance, rather than hitting http:// localhost :8081/mytestpage.aspx, instead visit http://...
My Developer Academy 3 Presentation - Web Sites Testing With Visual Studio Team System
Web Sites Testing with Visual Studio Team System On December 15th at 10:50 you can come and hear about Web Testing. DEV301 - Web Sites Testing with Visual Studio Team System Visual Studio Team System makes your site better and more robust with its Web Testing capabilities. In this session we will see how to test your web application in various ways, how to extend the out-of-the-box rules and how to integrate it in the daily build In this session I'll show: Basic Web Testing Data Binding Web Test...