Browse by Tags
All Tags »
Unit Test (
RSS)
בשנתיים האחרונות שאני שומע רק על Coded UI ב – Visual Studio אבל יש עוד כ”כ הרבה מעבר, במפגש הקרוב אני אדבר על כל יכולות האוטומציה ב – Visual Studio 2012 עבור מפתחים ואנשי אוטומציה. נדבר על Unit Test ויכולת ה – Fakes החדשה שמגיעה עם Visual Studio 2012 (מחליף את Pex & Moles) ממשק Web Test Manager שמגיע עם Update 2, אשר מאפשר עבודה עם בדיקות ללא MTM. חידושים ודרכים יעילות לכתיבת Coded UI ועבודה עם דפדפנים שונים כגון FireFox ו – Chrome. Web Performance Test Load Testing בנוסף לא כדאי להפסיד...
Couple of days ago Brian Harry post about the new release of Update 2 for Visual Studio and TFS 2012, and today another release of Update 3 that isn’t big a Update 1 and 2 but contains a set of bug fixes that can ease you work. Before jumping to Update 3, if for some reason you’re not using Update 2 this is the time to read about it and install it! Update 2 VS/TFS 2012.2 (Update 2) Visual Studio 2012 Update 2 (VS 2012.2) ISOs available Team Explorer Everywhere 2012 Update 2 Update 3 – CTP Visual...
Tweet Today one of my customers decide to work with MSTest Unit Test instead of NUnit, he asked me what he need to do to make it happen? There are couple of options to accomplish that": Add Build Extension to Support NUnit run from MSBuild. Create Custom Activity to run NUnit executable Convert the NUnit Syntax to MSBuild Because the customer had nothing special in NUnit and the entire company works in .NET and Team Build we decide to convert the NUnit Tests to MBuild Unit Tests Format. Here...
Application Life Cycle Management with Visual Studio 2010 במפגש זה תוכלו ללמוד על פתרון ה- ALM המתקדם ביותר ולצפות בדמאויים עשירים. המפגש מיועד למפתחים ולבודקים ויועבר ע"י מיטב המומחים בנושא. לוח זמנים מתוכנן : 8:30-9:00 – התכנסות ורישום. 9:00-10:00 – Requirement Management using Visual Studio 2010 – מרצה : דן מורגנשטיין. 10:00-11:00 – Applied Software Testing with Visual Studio 2010 – מרצה : שי רייטן 11:00-11:15 – הפסקה 11:15-12:00 – סיפור לקוח – חטיבת מוצרי ה- Enterprise של Nice בחברה ב- ALM...
Sela SDP Conference Sessions Slide Deck and Demos First of all thanks everyone who attend in the SDP Conference and came to my lecture about Applied Software Testing with Visual Studio 2010 I know there were a lot of information during 1 hour lecture but the purpose of the lecture is to expose as many features as possible so you will know what VS 2010 and MTM can do. During my lecture I’ve also talked about Sela Power Tools for Microsoft VS 2010 users and I got lots of great feedbacks from people...
Automation Is Also For Developers On the 16th I’ll presented the Applied Software Testing with Visual Studio 2010 lecture on SDP 2011 Conference . Several customers talked with me about my lecture and asked why isn’t a lecture on Automation for Developers? My lecture title contains “Software Testing” and so developer automatically think it’s not for me, it’s for Software Testers! As a Developer you should perform testing on your application before you passed it over to QA, but you think Unit Test...
SDP 2011 - Applied Software Testing with Visual Studio 2010 Sela Developer Practice (SDP) is an annual conference held in Israel which will occur this year between 13 to 16 of March. Sela as always will will provide an awesome event for the Tech community in Israel. I’ll have the honor to present a lecture about Applied Software Testing with Visual Studio 2010 More posts on SDP from Sela Experts I’ll see you there!
Run Unit Tests in Parallel using Visual Studio 2010 Today almost each and every machine have multiple CPU’s or a CPU with multiple cores, so why not using them in order to speed up your tests runs and run more Tests in parallel. In Visual Studio 2010 Microsoft added the ability to run Tests (Only for Unit Tests) in parallel. Data Collectors cannot be enabled if using Parallel execution. You must have multi-core/CPU machine How To Enable Parallel Execution of Unit Tests 1. Create new Test Project...
Microsoft Open Day–Testing in Visual Studio 2010 Two days a ago I had the honor to give 4 hours lecture on Testing using Visual Studio 2010 in Microsoft Israel for more than 100 people about the entire suite for Testers in Visual Studio 2010, This wasn’t just another overview session but hand zone session on each subject: Microsoft Test Manager – Read More Lab Management– Read More Unit Tests – Read More Web Tests - Read More Load Test – Read More Coded UI Test – Read More You can download...
VS 2010 SP1 Beta – Test and Lab Improvements On my previous posts I’ve talked about VS/TFS 2010 SP1 Beta has Released , now available for everyone and not just MSDN Subscribers. Service Pack 1 Beta - General availability download Service Pack 1 Beta – MS DN Subscribers only download In the last post I wrote about about Improvements comes with SP1 Beta for VS/TFS 2010 , but not all… from the Testers side there were also a lot improvements and here is some of them: For the full article read Amit Chatterjee's...
Tech-Ed 2010 – Applied Software Testing with Visual Studio 2010 – All In One Teched Israel 2010 is going to happen next month in Eilat between the 28-30 of November. On this Teched I’ll have the pleasure to present a session about Applied Software Testing with Visual Studio 2010 In this session I’ll demonstrate how to use the following: Microsoft Test Manager – Fast Forward Automation Web Performance Testing Load Testing Coded UI Testing Why? So YOU can do Automatic and Load Testing by yourself!...
The "BuildShadowTask" task failed When Running tests Team System you got this error - ------------------------------------------------------------------------------------------------------ Error 8 The "BuildShadowTask" task failed unexpectedly. System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualStudio.TestTools.BuildShadowReferences.BuildShadowTask.Execute() at Microsoft.Build.BuildEngine.TaskEngine...
Running Unit Tests End With - “The specified module could not be found” “The specified module could not be found. (Exception from HRESULT: 0x8007007E)” Some times your test relay on additional file that need to be in the same folder where Team System running the Test. Those files can’t be add into the GAC and you can’t copy them manually each time. So What Do Do? We need to use Deployment settings Deployment settings specify deployment location and any file to be deploy in the addition to the target...
Top 10 Visual Studio Team System (VSTS) and Team Foundation Server (TFS) Articles You Must Read Published on: http://www.dotnetcurry.com/(X(1)S(eyhx5h45oaagyt452an5ib3b))/ShowArticle.aspx?ID=195&AspxAutoDetectCookieSupport=1 If you have missed on some top articles of Visual Studio Team System (VSTS) and Team Foundation Server (TFS) on dotnetcurry.com, then this is a must read for you. The Top 10 articles have been decided by our editorial panel based on the popularity of the article, user rating...
How To: Create DB Unit Test With Team System In my last post I talked about What Is Database Unit Testing and Why? , in this post I'll show how to create DB Unit Test. Building on the AdventureWorks sample project from VSTSRTM08-V7 VPC , I'll unit test a modified version of the uspLogError stored procedure. -- Removed the error check IF @dbVersion = ' 9.04.10.13.00 ' BEGIN IF ERROR_NUMBER() IS NULL RETURN ; END ... INSERT [ dbo ] . [ ErrorLog ] ( [ UserName ] , [ ErrorNumber ] , ...
More Posts
Next page »