DCSIMG
TFS 2010,MTLM - Eran Ruso
Sign in | Join | Help

Browse by Tags

שוחרר Patch חדש ל–VS 2010 ול–MTM 2010 ולא תאמינו מה יש שם… (פורסם ב–MSDN)
24 October 11 07:57 PM | Eran Ruso | with no comments
פרסמתי על Patch חדש בבלוג של ה – MSDN. ניתן לקרוא את הפוסט בלינק הבא: http://blogs.microsoft.co.il/blogs/msdn/archive/2011/10/24/New-patch-released-for-VS-2010-and-MTM-2010.aspx   תיהנו!!!
באיזה טכנולוגיות תומך ה–Coded UI Test?
25 July 11 10:34 PM | Eran Ruso | with no comments
השאלה הזאת עולה הרבה מאוד פעמים, באיזה טכנולוגיות תומך ה – Coded UI Test? התשובה ניתנת בטבלה הבאה: יש להוסיף גם תמיכה חלקית ב – IE 9.0 שנוסף ב – Service Pack 1 הערה: המידע נלקח מפוסט של Gautam Goenka אותו ניתן לראות כאן תיהנו!!!
נגמר ה–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 אני רוצה להודות לכל מי שהשתתף בסדנאות שלי, אני חייב לציין שגם אני למדתי דבר או שניים חדשים מהמשתתפים. כמו כן אני רוצה לשתף אתכם במצגות שהעברתי, ניתן להוריד את המצגות מהלינקים הבאים: סדנאת הבילדים סדנאת האוטומציה תודה לכולם, תיהנו!!!
Test Manager Video Recording Result With .xesc How Can I Play It?
30 March 11 04:25 PM | Eran Ruso | 1 comment(s)
The Video Recorder uses the Expression Recorder 4 to record the video from the screen. The result is a link that ends with .xesc that you will not be able to play. What can we do in order to play it? In order to play these files install one of the two: Expression Encoder 4 Screen Capture Code After installing One of the two Windows Media Player will be able to play these files. Note: The second one is the codec only and is included in the first Have Fun!!!
TFS 2010 SP1, Visual Studio 2010 SP1 and more…
11 March 11 07:54 AM | Eran Ruso | 1 comment(s)
WOW!!! what a release!!! We have a LOT of new staff released this week… The Release list for this week and three more important Releases: TFS 2010 SP1 – My post on this release: “Visual Studio 2010 SP1 and TFS 2010 SP1–What’s New? (Summary)” , Public Download Visual Studio 2010 SP1 - My post on this release: “Visual Studio 2010 SP1 and TFS 2010 SP1–What’s New? (Summary)” , Public Download Load Test Feature Pack - Gives you unlimited Virtual Users in Visual Studio Ultimate Edition, on that in my next...
Videos for “Next Generation Testing with Microsoft Visual Studio 2010” Conference In Microsoft 14/02/2011
18 February 11 12:12 AM | Eran Ruso | 1 comment(s)
It was great!!! My first session was about the “Visual Studio Testing Tools” for better quality and my second session was about BI in the Service of the Tester. you can see my previus post regarding this event: "My Session in “Next Generation Testing with Microsoft Visual Studio 2010” Tomorrow" You can download my Power Point Presentation from here . You can also watch the videos in this link: http://blogs.microsoft.co.il/blogs/msdn/archive/2011/02/17/next-generation-testing-14-02-2011...
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...
Test Manager Patch Was Released
12 November 10 10:51 AM | Eran Ruso | 1 comment(s)
Microsoft has gathered some Crash Issues with the Test Manager and has released a patch that fix these issues. The link to download: http://support.microsoft.com/kb/2387011 The issues target in this fix are: (Taken from Microsoft Site) Crashes and exceptions Issue 1 When you perform operations to work items in Test Manager, Test Manager may crash, and then you receive the following error message: The specified Visual is not an ancestor of this Visual. When this issue occurs, the stack trace resembles...
Final Lab Management Release, Fixes and New Features All In One Installation
24 August 10 08:52 AM | Eran Ruso | with no comments
Microsoft has released the final lab management version , with this version Microsoft has released some fixes and new functionality. The Fixes and New Functionality refers to the following: Install/Upgrade Labels created in TFS2008 do not contain items after migration to TFS 2010 under certain rename/delete conditions. TFS Cannot be re-installed (ATOnly) targeting a database that was patched before. Tfs2010Beta2ToRTM operation is not executed when RC database is upgraded by post RTM server (RTM ...
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...
TFS 2010 Lab Management – Creating a Virtual Environment
13 April 10 02:44 PM | Eran Ruso | 6 comment(s)
The Lab Management that was presented with the Microsoft Test and Lab Management (MTLM) is an amazing ability. With the lab management you can create virtual environments made of one computer or more in minutes. The ability of managing virtual environments as a lot of advantages when it comes to development and testing, you can now have your private Test Environment or Dev environment, you can save a state of each of the computers when ever you like to, you save space and hardware of physical computers...
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...
Visual Studio 2010 Coded UI Test User Guide - Introduction
25 February 10 08:33 AM | Eran Ruso | 8 comment(s)
In Visual Studio 2010 Microsoft has added the Coded UI Test. Back to history: In Visual Studio 2005 Microsoft presented the Tester Edition, it contained the following parts: Web Test Automation Test Performance Test Unit Test Something that should have been a Manual Test, it was word or text documents contained the Test Cases. Practically no one used it. In Visual Studio 2008 tester edition no significant changes has been made. In Visual Studio 2010 Microsoft added more parts to the Tester Edition...
Creating A Coded UI Test From A Manual Recording In TFS 2010
07 January 10 07:21 AM | Eran Ruso | 9 comment(s)
The question that I am being asked a lot is: “In my Plan Settings I am recording the test steps of my manual tests, what can I do with the Coded UI recording that is created?” The answer to this question is simple, you can easily create Coded UI tests and change them to suit your automation test effort based on these recordings. How to create a Coded UI test out of an existing recording? Step 1: Create or open a Test Project Step 2: Add a new Coded UI Test Step 3: In the window that Pops Up choose...
More Posts Next page »