0

testing Online Quiz - 52

Description: testing Online Quiz - 52
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

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


Correct Option: C

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

  1. Methods

  2. Functions

  3. Classes

  4. Parameters


Correct Option: A

What is the deployment item in test initialization Testmethod attribute?

  1. File

  2. Function

  3. Class

  4. Directory to deploy


Correct Option: A

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

  1. Web test

  2. Order Test

  3. Load Test

  4. Manual Test


Correct Option: B

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


Correct Option: D

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


Correct Option: C

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


Correct Option: B

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


Correct Option: D

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


Correct Option: B

Database unit tests can be created for

  1. All DDL statements

  2. All DML statements

  3. SPs, functions and triggers

  4. DDL & DML


Correct Option: C

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


Correct Option: D
  1. Test View

  2. Test List Editor

  3. Test Impact View

  4. None of the above


Correct Option: C

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


Correct Option: D

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


Correct Option: A

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

  1. ServiceContract

  2. ServiceClient

  3. ServiceConsumer

  4. OperationContract


Correct Option: B

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


Correct Option: C

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


Correct Option: B

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


Correct Option: B

Types of SharePoint Configuration

  1. Standalone

  2. Server Farm

  3. Standalone & Server Farm

  4. None of the above


Correct Option: C
- Hide questions