Tag: technology

Questions Related to technology

Which of the following is most important to promote and maintain good relationships between testers and developers??

  1. Understanding what managers value about testing

  2. Identifying potential customer work-arounds for bug

  3. Explaining test results in a neutral fashion

  4. All the above


Correct Option: C
  1. Component Testing

  2. Functional Testing

  3. Non-functional Testing

  4. Acceptance Testing

  5. Both 2 & 3

  6. Both 1 & 3


Correct Option: E
  1. Unreachable Code

  2. Undeclared Variables

  3. Faults in requirements

  4. Too few comments


Correct Option: C

if the temperature below 18 degrees,the heating is switched on.When the temperature reaches 21 deg,the heating is switched off.What is the minimum set of test input values to cover all valid equivalence partitions??

  1. 15,19,25

  2. 17,18,20,21

  3. 18,20,22

  4. 16,26


Correct Option: A

AI Explanation

To determine the minimum set of test input values to cover all valid equivalence partitions, we need to consider the different temperature ranges and conditions mentioned in the question.

Based on the information given, we can identify the following equivalence partitions:

  1. Below 18 degrees (heating switched on)
  2. Between 18 and 21 degrees (heating switched off)
  3. Above 21 degrees (heating switched off)

To cover all valid equivalence partitions, we need to select test input values that represent each partition.

Let's analyze each option to see if it covers all the partitions:

Option A: 15, 19, 25

  • 15 is below 18 degrees (heating switched on)
  • 19 is between 18 and 21 degrees (heating switched off)
  • 25 is above 21 degrees (heating switched off)

Option B: 17, 18, 20, 21

  • 17 is below 18 degrees (heating switched on)
  • 18 is between 18 and 21 degrees (heating switched off)
  • 20 is between 18 and 21 degrees (heating switched off)
  • 21 is above 21 degrees (heating switched off)

Option C: 18, 20, 22

  • 18 is between 18 and 21 degrees (heating switched off)
  • 20 is between 18 and 21 degrees (heating switched off)
  • 22 is above 21 degrees (heating switched off)

Option D: 16, 26

  • 16 is below 18 degrees (heating switched on)
  • 26 is above 21 degrees (heating switched off)

Based on the analysis, Option A covers all the valid equivalence partitions. It includes a temperature below 18 degrees (heating switched on), a temperature between 18 and 21 degrees (heating switched off), and a temperature above 21 degrees (heating switched off).

Therefore, the correct answer is Option A: 15, 19, 25.

  1. 0,9,19,49,50,74,75,99,100

  2. 10,50,75,100,250,1000

  3. 0,1,10,11,50,51,75,76,100,101

  4. 25,26,35,36,45,46,55,56


Correct Option: C
  1. Unit Testing

  2. System Testing

  3. Independant Testing

  4. Destructive Testing


Correct Option: C
  1. Data-driven and keyword-driven

  2. Data-driven and capture driven

  3. Capture driven and keyhole-driven

  4. Playback-driven and keyord-driven


Correct Option: A
Explanation:

To understand this question, the user needs to know the basic concepts of test automation and the common scripting techniques.

Data-driven testing is a technique that uses data from external sources (such as spreadsheets or databases) to drive test execution. Keyword-driven testing is a technique that uses a set of keywords or actions to define test steps. Capture-driven and keyhole-driven are not commonly used scripting techniques in test automation. Playback-driven is a term that refers to the ability of a tool to record user actions and then play them back as a test script. However, it is not an advanced scripting technique.

Therefore, the correct answer is:

The Answer is: A. Data-driven and keyword-driven.

  1. Establish robust Foundation

  2. Design Intent driven processing

  3. Design Event Driven Processing

  4. Build For Change


Correct Option: C
  1. Perform harness

  2. Confirm harness

  3. Review harness

  4. Reopen harness


Correct Option: A