DCSIMG
Microsoft Test And Lab Management,Guides - Eran Ruso
Sign in | Join | Help

Browse by Tags

איך מחברים Test Agent שלא נמצא ב–Domain ל–Test Rig?
18 October 11 06:03 PM | Eran Ruso | with no comments
אחת השאלות שעולות לא מעט היא: “יש לי מחשב אותו אני רוצה לכלול בבדיקות אבל הוא לא נמצא ב – Domain מה עושים?”   כדי להתקין Test agent על מחשב שלא ב – Domain ולחבר אותו בצע את הצעדים הבאים: לצורך הדוגמא TestComp הוא המחשב שמיחוץ ל – Domain ו – ContComp הוא המחשב ב – Domain עליו נתקין את ה – Test Controller. צעד 1: צור משתמש לדוגמא Test על ה – TestComp המשתמש הוא משתמש מקומי צעד 2: צור אותו משתמש על ה – ContComp כמשתמש מקומי עם אותו השם ואותה הסיסמה צעד 3: הוסף את המשתמש לקבוצת ה – Administrators...
איך מתחילים לעבוד עם ה–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  ...
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...