Sign in
|
Join
|
Help
Eran Ruso
עמוד הבית
טופס יצירת קשר
RSS 2.0
Atom 1.0
RSS-תגובות ב
חפש
תגיות
Agile Development
ALM
ALM User Group
Builds
Coded UI Test
Configuration Management
Custom Control
DEV
Documents Management
Email Alerts
Events
Expert Days
git
GUI Tests
Guides
Installation Guide
ITPRO
Kanban
Lab Management
Microsoft Test And Lab Management
MSProject
MTLM
MTM
New Features
NEWS
OFFTOPIC
Patch
Performance Testing
PL-SQL
Power Tools
Process Management
Process Template
Project Server
QA
Quality Assurance
Queries
Queries Guide
Reporting Services
SCM
SCRUM
Service Pack
SharePoint
Source Control
SP
Stress Test
SVN
Team Build
Team Build 2010
Team Build Process
Team Build Work Flow
team explorer
Team Explorer Everywhere
Team System
Team System 2008
Team System 2010
Team System Guide
TECH
teched_il
Test Management
Test Manager
Test Professional
Test Scribe
Testing
TFS
TFS 11
TFS 2008
TFS 2010
tfs 2010 guide
TFS 2012
TFS Administration
TFS API
tfs Error Troubleshoting
TFS Guide
tfs guides
TFS Upgrade
TFS2010
troubleshoting error
UI Tests
Unit Test
Update
Upgrade Guide
Video
Virtual Machine
Virtualization
Visual Studio
visual studio 2008
Visual Studio 2010
Visual Studio 2010 Architecture Tools
visual studio 2010 upgrade
Visual Studio 2012
VS 11
VS2010
VSTS2010
Web Access
Word
Work Item links
Work Items
work Items API
Work Items Guide
Xcode
ארכיון
May 2013 (1)
April 2013 (5)
March 2013 (5)
February 2013 (4)
January 2013 (11)
December 2012 (5)
December 2011 (1)
November 2011 (4)
October 2011 (4)
September 2011 (3)
August 2011 (3)
July 2011 (6)
June 2011 (4)
May 2011 (4)
April 2011 (3)
March 2011 (6)
February 2011 (4)
January 2011 (3)
December 2010 (10)
November 2010 (6)
October 2010 (3)
September 2010 (4)
August 2010 (6)
July 2010 (6)
June 2010 (8)
May 2010 (6)
April 2010 (8)
March 2010 (5)
February 2010 (9)
January 2010 (6)
December 2009 (11)
November 2009 (4)
October 2009 (2)
September 2009 (4)
August 2009 (8)
July 2009 (10)
June 2009 (4)
על הבלוג
ניווט
Home
All Posts
RSS
Popular Tags
Browse by Tags
All Tags
»
GUI Tests
(
RSS
)
Coded UI Test
DEV
Events
Exploratory Testing
Guides
ITPRO
Microsoft Test And Lab Management
MTLM
New Features
NEWS
OFFTOPIC
QA
Quality Assurance
Team System
Team System 2010
Team System Guide
TECH
Test Management
Test Manager
Test Professional
Testing
TFS
TFS 2010
tfs 2010 guide
TFS Administration
TFS Guide
tfs guides
TFS2010
UI Tests
Video
Visual Studio
Visual Studio 2010
Visual Studio 2010 Architecture Tools
VS2010
VSTS2010
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 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...
Feature Pack 2–Testing pack Is Available
16 November 10 10:37 PM
|
Eran Ruso
|
1 comment(s)
Finally it is here! I have writen about the feature pack 2 in my post: “New Feature Pack For Testing Is About To Be Delivered Including Silverlight Support!” You can download the feature pack only if you are a MSDN Subscriber and you have Visual Studio 2010 Ultimate Edition Premium Edition or Test Professional from here . The Feature Pack 2 is already including Feature Pack 1. Have Fun!!!
New Feature Pack For Testing Is About To Be Delivered Including Silverlight Support!
14 November 10 07:35 AM
|
Eran Ruso
|
1 comment(s)
A few days ago Brian Harry has announced the N ew Features and Testing Capabilities that will be released in what the call “Feature Pack 2” that is dedicated to the Testing World . Between these features there is the one thing that many are waiting for: The Recording for Silverlight! Below you can read more about the grate features that will be released with “Feature Pack 2”, the list is taken from Brian Harry’s post that you can read here . Has Soon as this pack will be released I will let you know...
TFS 2010 Coded UI Test Basic User Guide Is Published
29 June 10 10:16 AM
|
Eran Ruso
|
4 comment(s)
I am glad to announce that the TFS 2010 Coded UI Test Basic User Guide Is finally done and available to download . I have worked hard to create this guide and I will be glad to hear what you think of it. It is available to download from the TFS Guides site. I will also like to know what other user guides you need. Have Fun!!!
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...
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...