Visual Studio Team Test (VSTT) Fundamentals

This quiz covers Visual Studio Team Test (VSTT) and Visual Studio Team System (VSTS) testing features, including unit testing, database testing, WCF service testing, test management, code coverage, and test impact analysis.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the method used for Parameter Selection & Parameter combination to test API calls

  1. Random input parameter
  2. Sequence inputs
  3. Boundary value conditions.
  4. Data points
Question 2 Multiple Choice (Single Answer)

What should be selected while creating unit tests from the source class file?

  1. Methods
  2. Functions
  3. Classes
  4. Parameters
Question 3 Multiple Choice (Single Answer)

What is the deployment item in test initialization Testmethod attribute?

  1. File
  2. Function
  3. Class
  4. Directory to deploy
Question 4 Multiple Choice (Single Answer)

What is the test that guarantees a specific execution sequence in VSTT?

  1. Web test
  2. Order Test
  3. Load Test
  4. Manual Test
Question 5 Multiple Choice (Single Answer)

What you need to manage tests or run a large number of tests in VSTT?

  1. Test case window
  2. Test View window
  3. Test Tree window
  4. Test Manager window
Question 6 Multiple Choice (Single Answer)

What is the test that cannot be contained under order test in VSTT?

  1. Web test
  2. Unit Test
  3. Load Test
  4. Manual Test
Question 7 Multiple Choice (Single Answer)

What is the window used to view statistics about the elements tested in a test run?

  1. Test case Results
  2. Code Coverage Results
  3. Load Test Results
  4. Manual Test Results
Question 8 Multiple Choice (Single Answer)

Validating the API is depends on the

  1. Return value of the API.
  2. Updates that the API does to the database tables.
  3. Exceptions that are thrown by the API.
  4. Above all
Question 9 Multiple Choice (Single Answer)

What is the test that uses environment variables to represent paths to folders that contain files including target executable?

  1. Web Test
  2. Generic Test
  3. Manual Test
  4. Above all
Question 10 Multiple Choice (Single Answer)

How the test engine interprets when generic test return a result of 0 or another number?

  1. 0 as Pass
  2. 0 as Fail
  3. None
  4. Just a result.
Question 11 Multiple Choice (Single Answer)

Database unit tests can be created for

  1. All DDL statements
  2. All DML statements
  3. SPs, functions and triggers
  4. DDL & DML
Question 12 Multiple Choice (Single Answer)

What are the Test Conditions for a database unit test?

  1. Scalar Value
  2. Row count
  3. Empty/not-empty result sets
  4. All of the above
Question 13 Multiple Choice (Single Answer)

What is the new feature in VSTS 2010 from the below list

  1. Test View
  2. Test List Editor
  3. Test Impact View
  4. None of the above
Question 14 Multiple Choice (Single Answer)

Data-driven unit tests are configured to be called repeatedly for each row of a data source. Here the data source can be

  1. XML file
  2. CSV file
  3. XLS file
  4. XML & CSV
Question 15 Multiple Choice (Single Answer)

What is the file that holds the Test results after test execution in VSTT?

  1. trx file
  2. trs file
  3. xml file
  4. database file
Question 16 Multiple Choice (Single Answer)

What is the reference required to consume the wcf service in test project?

  1. ServiceContract
  2. ServiceClient
  3. ServiceConsumer
  4. OperationContract
Question 17 Multiple Choice (Single Answer)

What is the view to check the impact of any code change on Unit Test?

  1. Test View
  2. Test Management View
  3. Test Impact view
  4. Test List view
Question 18 Multiple Choice (Single Answer)

How can you use wcf service in test project?

  1. By Add Reference
  2. By Add Service Reference
  3. By Add service as existing item
  4. By add service as existing project
Question 19 Multiple Choice (Single Answer)

What are all the files generated when used the wcf with svcutil.exe?

  1. Service.cs & App.config
  2. Service.cs & output.config
  3. Services.cs & App.config
  4. Services.cs & output.config
Question 20 Multiple Choice (Single Answer)

Types of SharePoint Configuration

  1. Standalone
  2. Server Farm
  3. Standalone & Server Farm
  4. None of the above