Browse by Tags
All Tags »
Coded UI Test (
RSS)
CodeProject Yesterday I had the pleasure to give a Full day lecture about Microsoft Test Manager, Unit Tests, Web Test, Coded UI Test and Load Testing. We started with a short talk about ALM and ways to improve your development and Testing process using Agile, CMMI and Scrum, then we apply this to how should we work with Microsoft Test Manager with different methodologies (Scrum etc) to create better Test Coverage and better experience for Tester and Developer alike. After we played with Microsoft...
בתאריכים ה – 26-30/6 מכללת סלע תערוך כנס עם 25 סדנאות בנות יום מלא, 15 מומחים מובילים בחמישה ימים עם הנושאים החמים ביותר!!! אני אעביר יום בנושא בדיקות שיכיל את הנושאים הבאים: בואו להכיר את עולם הבדיקות ב – Visual Studio 2010 ביום אחד מרוכז! בדיקות ידניות בעזרת Microsoft Test Manager - ניהול פרוייקט בדיקות במתודולוגית Scrum - עבודה עם סביבות וירטואליות - איסוף מידע אוטומטי בפתיחת תקלות - שליטה ומעקב על התקדמות הבדיקות - דוחות - ועוד - בדיקות Web Test - איך אפשר להקליט פרוטוקול http ו – https - שליפת...
בתאריך ה – 5.6 קיימה מכללת סלע מפגש בנושא Visual Studio 2010 ומוצרי ALM במיקרוסופט רעננה, ראשית אני רוצה להודות לכל האנשים שהגיעו והשתתפו במפגש – קיבלנו פידבקים מצויינים ואנחנו כבר מתכננים עבורכם מפגש נוסף על הנושאים שביקשתם!!! בגלל העניין הרב בהרצאות והשתתפות הקהל לא הצלחנו להגיע להרצאה של שמוליק סגל בנושא Team Build 2010 אך בגלל הביקוש הרב מכללת סלע אכן תקיים מפגש נוסף בנושא! אתם מוזמנים להוריד את המצגות מהמפגש: Requirement Management using Visual Studio 2010 – מרצה : דן מורגנשטיין - הורדה Applied...
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!
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...
Teched 2010 - Applied Software Testing with Visual Studio 2010 – Done I’ll start saying – Thanks everyone who participate at my lecture in Teched Israel 2010, I’ll also like to say thanks to Tzvia Gitlin Troyna the ALM sessions manager and to Sela Group for helping and supporting me during that period. My Session was loaded with Information regarding Automated/Manual Testing in Visual Studio 2010 & Microsoft Test Manager and there is not doubt that the Testing Space in Visual Studio 2010 is the...
My Lecture at The Yearly Convention For QA – Israel Yesterday I had the honor to be one of the presenters giving presentations on one of the most important conventions for the QA community. ( Home Site ) There were over 400 people from all over the industry that came to hear about what new and the future of Testing. I gave a lecture about the new Testing tool from Visual Studio 2010 called – Microsoft Test Manager, After my lecture I talked with many many people who were impressed by the new tool...
Coded UI Editor – Guide Feature Pack 2 is Available! and it’s Awesome! The feature pack comes with some great features and the one I want to talk about in this post is – Coded UI Test Editor. I’ve recorded a simple CUIT on Windows Calculator that adds to numbers and show the result. Getting Started After you install the Feature Pack 2 you will notice that Double Click or Right click on “UIMap.uitest” file will open a new window contains all CUIT Actions. The new screen contains the Method Names ...
Feature Pack 2 is Available! Brian Harry just release a post about the new Feature pack for the Testing area in Visual Studio 2010 and Microsoft Test Manager: Full Article - Feature Pack 2 is Imminent Silverlight Support Now you can test your Silverlight apps as well as your other desktop applications. We’ve added support both for coded UI tests and for record and playback in Microsoft Test Runner (part of Microsoft Test Professional). You are able to record the execution of your Silverlight...
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!...
How To: Run Coded UI Tests From Command Line One of my previous posts about Coded UI I showed how to Run CodedUI Test From Another Application . In this post I’ll show how to use Mstest to run Coded UI Tests thought command line. Open up with Visual Studio 2010 Command Prompt Window. Browse to your Test directory. Enter the following command prompt to run all tests Mstest /testcontainer:TestProject.dll /test:CodedUITest1 enjoy CodeProject
Coded UI Test – Tip 4 – Add Unused Controls to UI Map If you are using Coded UI for advanced tests or even a simple test but with complex logic you might faced the following dilemma: How can I add a control inside the UI Map without recording or assertion that control? Why? Here is a simple scenario: I’ve create a simple Coded UI Test that opens Calculator (again) and perform couple of click and stops. Now, I don’t want to add assertion! I just want to use that control for internal logic – I want...
More Posts
Next page »