Tag: testing

Questions Related to testing

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.


Correct Option: A

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

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

  1. ServiceContract

  2. ServiceClient

  3. ServiceConsumer

  4. OperationContract


Correct Option: B
  1. Test View

  2. Test Management View

  3. Test Impact view

  4. Test List view


Correct Option: C
  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
  1. Service.cs & App.config

  2. Service.cs & output.config

  3. Services.cs & App.config

  4. Services.cs & output.config


Correct Option: B