代码改变世界

面试准备(2)

2013-09-08 15:49  散步的鱼2013  阅读(160)  评论(0)    收藏  举报

Q: Introduce the BCS project and describe your responsibility

A:    Microsoft Business data connectivity service is included in Microsoft Sharepoint 2010 and  Microsoft Outlook 2010.  It is a set of shared services and features that provide a way to enable sharepoint connect and interact with extreral data. It supports 4 types of  external source items, such as Database, DLL, WCF service, Web Service. You can create a project in Office 2010 and connect these external source items, then define some methods, for instance , create, update, select and delete. When you create an external list, the BCS solution is created automatically. At last, you don't need any code and can be allowed to presentation and interaction with external data in sharepoint list , web parts, microsoft outlook 2010, microsoft word 2010, microsoft sharepoint  workspace 2010.

      Responsibilities: Take charge of the test team consists of 5 onsite testers and 7 offsite testers.

                              Prepare of the data or service which  would be used in testing

                              review bugs, report

                              create test plan , create test case, update test cases, perform testing, file bugs, track bug status, send report

Q:  Introduce the BuildTracker project and describe how do you do the automation testing?

A: BuildTracker is an integrated build lab solution. It provides the infrastructure necessary for product teams to produce quality builds, install or upgrade builds, manage resources(eg, machines,build shares, source depots, websits), access administration, automate lab tasks in a simple and easy way to use web application.

 WTT: Stored the test case, collect the test result

 Test Cse Launcher: Execute a particular test case

 Test Case XML: Decribe the atomic test case include define the actions that need to be executed and some input parameter for each action

 Action Libraries: .Net libraries contains implementation actions that can be reused during many test cases

 BuildTracker libraries: Library to manipulate buildtracker UI, Every page element and action on the page should use this library

 SDK XML Template: Template for SDK calls that will be used to initialize/cleanup the test environment