Tag: testing

Questions Related to testing

  1. True

  2. False

  3. Neither True nor False

  4. Somecases it is true


Correct Option: B
  1. DataBase CheckPoint

  2. Bitmap checkpoint

  3. Standard checkpoint

  4. Accessibility Checkpoint


Correct Option: D

What is the shortcut key that is used for a Standard Checkpoint?

  1. F12

  2. F10

  3. F3

  4. F4


Correct Option: A
  1. Set ab = Connection("srcfilepath ") , Set ws = ab.getdata(sheetid)

  2. Set ab = GetObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)

  3. Set ab = CreateObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)

  4. Set ab = GetObject("srcfilepath") , Set ws = ab.worksheets(sheetid)


Correct Option: C

AdHoc testing is a part of

  1. Unit Testing

  2. Regression Tesing

  3. Exploratory Testing

  4. Performance Testing


Correct Option: C
  1. Tool Quality Management

  2. Test Quality Manager

  3. Total Quality Management

  4. Total Quality Manager


Correct Option: C
  1. True

  2. False


Correct Option: A
Explanation:

To solve this question, the user needs to know the formula for calculating the cost of production, which is:

Cost of Production = Right The First Time Cost (RTF) + Cost of Quality

Now, let's go through each option and explain why it is right or wrong:

A. True: This option is correct. The cost of production is calculated as the sum of the RTF and the cost of quality. RTF refers to the cost associated with producing a product without any defects or errors, while the cost of quality refers to the cost of correcting any defects or errors in the product after it has been produced. Therefore, the formula correctly represents the total cost of production.

B. False: This option is incorrect because the formula is correct. As explained in option A, the cost of production is calculated as the sum of the RTF and the cost of quality.

Therefore, the answer is:

The Answer is: A

A metric used to measure the characteristic of the methods, Techniques and tools employed in developing, implementing and maintaining the software system called as

  1. Process metric

  2. Product Metric

  3. Test metrics

  4. Team metrics


Correct Option: A