Tag: testing

Questions Related to testing

In custom data binding for a web test, what is the method used to return a set of name, Value pairs. The name is the column name and the value is the column value. This will get the current row of the dataset and then advance the current position counter

  1. GetRecord(n)

  2. GetNextRow()

  3. GetDataset(n)

  4. GetNextRecord()


Correct Option: B

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 is the deployment item in test initialization Testmethod attribute?

  1. File

  2. Function

  3. Class

  4. Directory to deploy


Correct Option: A

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 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