DCSIMG
Quality Assurance - Eran Ruso
Sign in | Join | Help

Browse by Tags

רשמים מהכנס היום במיקרוסופט: “A New Level of Agile Development with VS2012”
18 March 13 03:25 PM | Eran Ruso | with no comments
היום היה הכנס בו הרצתי בשניים מיתוך ארבעת ההרצאות. לכנס הגיעו כ – 150 אנשים שנהנו מארבעה הרצאות מקצועיות . בהרצאה הראשונה של רונן בר נאור דיבר רונן על מהם המאפיינים של ארגון אג’ילי, אני מאוד נהניתי מההרצאה אני חייב להודות שלא עם כול מה שנאמר בהרצאה הסכמתי אך יחד עם זאת למדתי כמה דברים חדשים. את ההרצאה השנייה אני העברתי , בהרצאה ניסיתי ליצור שפה משותפת ולהסביר בקווים כלליים מה זה SCRUM ומה זה Kanban, לאחר הסבר קצר הראיתי איך ניתן בעזרת כלי מיקרוסופט לנהל SCRUM ו – Kanban. את ה – Kanban הראיתי על ה...
איך מתחילים לעבוד עם ה–Microsoft Test Manager
10 August 11 12:29 PM | Eran Ruso | with no comments
בפעם הראשונה שפותחים את ה – MTM ישנם מספר צעדים אותם צריך לבצע באופן חד פעמי. עקוב אחר הצעדים הבאים: צעד 1: הרץ את ה - MTM   צעד 2: הכנס את שם שרת ה – TFS צעד 3: לחץ על Add   צעד 4: בחר את הפרויקט אליו תרצה להתחבר צעד 5: לחץ על Connect Now     צעד 6: בכדי להוסיף תוכנית בדיקות לחץ על Add     צעד 7: הכנס את שם תוכנית הבדיקות ולחץ Add     צעד 8: לחץ Select Plan שים לב: במידה ומשתמש אחר כבר הכניס תוכנית בדיקות ניתן לדלג על צעדים: 6 ו – 7 ולדלג ישר לצעד 8  ...
נגמר ה–Expert Days אז מה היה לנו?
17 July 11 01:52 PM | Eran Ruso | with no comments
שבוע שעבר היה את ה – Expert Days של חברת E4D, אני העברתי שני סדנאות בשבוע זה: 1. Build and Deployment automation with Visual studio 2010 ב – 11.07.2011 2. Unit Test Coded UI Test and everything between ב – 12.07.2011 אני רוצה להודות לכל מי שהשתתף בסדנאות שלי, אני חייב לציין שגם אני למדתי דבר או שניים חדשים מהמשתתפים. כמו כן אני רוצה לשתף אתכם במצגות שהעברתי, ניתן להוריד את המצגות מהלינקים הבאים: סדנאת הבילדים סדנאת האוטומציה תודה לכולם, תיהנו!!!
איך נחליט איזה באגים לתקן בתהליך הפיתוח?
02 July 11 10:34 PM | Eran Ruso | with no comments
סוגיה שעולה אצל מרבית הלקוחות שלי… אני תמיד אומר: “את כל הבאגים צריך לנהל אך לא את כל הבאגים נתקן” , אז איך נחליט את מה לתקן? התשובה לזה היא פשוטה: “אם עלות תיקון הבאג גבוהה מהעלות של לא לתקן את הבאג אז לא נתקן, אם עלות התיקון נמוכה יותר נתקן” איך זה יכול להיות? אם תשקיעו מחשבה בתשובה שנתתי תיראו שמדובר על תשובה מאוד הגיונית. ניקח לדוגמא באג מסוג Show Stopper מה שאומר שחלק באפליקציה שלנו לא עובד, נניח ונשחרר את האפליקציה עם הבאג נקבל לקוחות מאוד כועסים, לקוחות כועסים לא טובים לחברה בטח שלא לקוחות...
Copy Test Suites From One Test Plan To Another (MTM)
25 May 11 10:27 AM | Eran Ruso | 1 comment(s)
I get this question a lot!!! How do I reuse my Test Suites? In MTM we have a very easy way of reusing Test Suites, just follow these steps: Here I have created a source plan with Test Suite to copy, the Test Suite contains Requirements and Test Cases. Step 1: Create a new Test Plan Step 2: From the Plan tab click the small arrow button that will launch the “Copy Test Suites From Another Test Plan” window Step 3: Choose the Test Plan from the dropdown list Step 4: Choose the Test Suite to copy Step...
My Session in “Next Generation Testing with Microsoft Visual Studio 2010” Tomorrow
13 February 11 09:34 AM | Eran Ruso | 2 comment(s)
Tomorrow is a big day for me! I am about to give a session about testing with the Microsoft Testing Tools that were released with the Visual Studio 2010 and TFS 2010. Unfortunately the registration was closed a few days ago due to lake of sits . I apologize I know that many people couldn’t get a sit on time, some have personally called me but there is nothing I can do about it, we have saved the biggest room Microsoft has to offer. I will try to save another date for this event, I promise to publish...
Visual Verification With Coded UI Test (Image Comparison)
20 December 10 06:36 AM | Eran Ruso | 1 comment(s)
There are times where we need to do a Visual Verification to our application, in Coded UI tests this task is now possible using the TestApi. “TestApi is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications. TestApi provides a set of common test building blocks -- types, data-structures and algorithms -- in a simple, layered, componentized and documented stack.” The TestApi can be downloaded here . A good...
Visual Studio Test Manager 2010 – Exploratory Testing
07 December 10 08:58 AM | Eran Ruso | 2 comment(s)
One of the things missing in most of the Testing Tools is the “Exploratory Testing”, where the tester runs an unmanaged tests which means that no steps reproduction is done when he finds a bug. Not Anymore… In Visual Studio Test Manager 2010 there is a great function called Exploratory Bug, so how do we use it? Step 1: First create a Test Case that will be the shell for the exploratory test, all you will need to do is write the Title and the meta data for the Test Case Step 2: Run the test case from...
WCF Unit and Performance Testing With Visual Studio 2010 Help Tool
23 June 10 03:51 PM | Eran Ruso | with no comments
Good news for WCF developers and testers , the tool that was released for Visual Studio 2008 that is generating automatic unit tests for WCF is now available for Visual Studio 2010. I can tell you that it made my life easier using it in Visual Studio 2008 and I believe that it will with the Visual Studio 2010 too… You can download it from codeplex: http://wcfloadtest.codeplex.com/ Main Functionality List: Replay of captured scenario in a unit test that can be included in a load test. Support for...
Coded UI Test Demo – Video Hebrew
01 June 10 10:15 AM | Eran Ruso | 2 comment(s)
I have recorded a video demoing the Coded UI Test, I have put a lot of effort making it short and informative. I have recorded the video in Hebrew, I hope to upload an English version soon… This demo is based on a Coded UI Test User guide I have published in English, the first post of the guide is: "Visual Studio 2010 Coded UI Test User Guide - Introduction" You can download the video from the following link: http://blogs.microsoft.co.il/files/folders/eranruso/entry645448.aspx I have also...
Performance Testing Goals and Criteria
27 May 10 10:15 AM | Eran Ruso | 1 comment(s)
Many of my customers are asking me the “One Million Dollars” question each time I start working on there Performance Test Effort and Plan: “What is the Performance Testing Pass Criteria that we are looking for?” The answer is based on the following 3 sections of Performance Testing Criteria : Response Time – This is very important from the User Perspective Throughput – This is very important from the Business Perspective Resource Utilization – This is very important from the System Perspective Most...
Visual Studio 2010 Coded UI Test User Guide - Add Validation To Your Coded UI Tests
16 May 10 11:50 PM | Eran Ruso | 6 comment(s)
This post is the Fourth post out of Four that builds the Visual Studio 2010 Coded UI Test User Guide . See the first post: “Visual Studio 2010 Coded UI Test User Guide - Introduction” , the second post: “Visual Studio 2010 Coded UI Test User Guide - Create A Simple Coded UI Test” and the third post: “Visual Studio 2010 Coded UI Test User Guide - Get A Coded UI Test Created In Manual Test Using The MTM Tool” On this post I will show how to add validation rules to the Coded UI Test that we have previously...
Visual Studio 2010 Coded UI Test User Guide - Get A Coded UI Test Created In Manual Test Using The MTM Tool
20 April 10 12:13 AM | Eran Ruso | 4 comment(s)
This post is the Third post out of Four that builds the Visual Studio 2010 Coded UI Test User Guide . See the first post: “Visual Studio 2010 Coded UI Test User Guide - Introduction” and the second post: “Visual Studio 2010 Coded UI Test User Guide - Create A Simple Coded UI Test” On this post I will show how to create a Coded UI Test based on prerecorded Coded UI Test. In the Microsoft Test Management (MTM) tool you run Test Plans with the Test Runner, In case that the “Action Log and Action Recording...
Visual Studio 2010 Coded UI Test User Guide - Create A Simple Coded UI Test
27 March 10 08:47 PM | Eran Ruso | 22 comment(s)
This post is the Second post out of Four that builds the Visual Studio 2010 Coded UI Test User Guide . See the first post: “Visual Studio 2010 Coded UI Test User Guide - Introduction” On this post I will show how to create a simple Coded UI Test. The example I will use in this guide created by Microsoft and is called: “IBuySpay” The example is a web application but we will use its GUI in the Coded UI Test. A few guide lines before we start: To create a test you need to have a Test Project Base every...
How Do I Manage Documents In Team System? (SharePoint)
05 March 10 04:50 PM | Eran Ruso | 6 comment(s)
I have been asked that question almost in each project I am doing. The answer is very simple: with SharePoint. When I give this answer I get a curious look, and the following question will be: “Why?” SharePoint is a huge product that does many wonderful things, in this post I like to show how it can help us manage our documents. First thing that you will need to know is that when you create a Team Project you also create a SharePoint site, actually what you create is Windows SharePoint Services ...
More Posts Next page »