0

testing Online Quiz - 74

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

One Key reason why developers have difficulty testing their own work is :

  1. Lack of technical documentation

  2. Lack of test tools on the market for developers

  3. Lack of training

  4. Lack of Objectivity


Correct Option: D

An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are

  1. 0,1900,2004,2005

  2. 1900, 2004

  3. 1899,1900,2004,2005

  4. 1899, 1900, 1901,2003,2004,2005


Correct Option: C

AI Explanation

To answer this question, we need to consider the boundary values for the given input field, which takes the year of birth between 1900 and 2004.

Option A) 0, 1900, 2004, 2005 - This option includes the value 0, which is outside the specified range of 1900 to 2004. Therefore, it is incorrect.

Option B) 1900, 2004 - This option includes the minimum and maximum values specified in the range. Therefore, it is a valid option.

Option C) 1899, 1900, 2004, 2005 - This option includes the year before the minimum value (1899) and the year after the maximum value (2005). These values are outside the specified range. Therefore, it is incorrect.

Option D) 1899, 1900, 1901, 2003, 2004, 2005 - This option includes the year before the minimum value (1899), the year after the maximum value (2005), and additional values that are not necessary to test the boundary. Therefore, it is incorrect.

The correct answer is option C) 1899, 1900, 2004, 2005. This option includes the values that are right before and right after the specified range boundaries, which are 1899 and 2005 respectively.

Consider the following statements about early test design: i. early test design can prevent fault multiplication ii. faults found during early test design are more expensive to fix iii. early test design can find faults iv. early test design can cause changes to the requirements v. early test design normally takes more effort

  1. i, iii & iv are true; ii & v are false

  2. iii & iv are true; i, ii & v are false

  3. i, iii, iv & v are true; ii is false

  4. i & ii are true; iii, iv & v are false


Correct Option: A

Which one of the following is NOT a rule to be followed in reviews?

  1. Review the Product not the author

  2. Focus on Defect

  3. Overall responsibility as a team.

  4. Maintain the discipline in review meeting.


Correct Option: D

Which of the following is not described in a unit test standard?

  1. syntax testing

  2. equivalence partitioning

  3. stress testing

  4. modified condition/decision coverage


Correct Option: C

Fault Masking is

  1. Error condition hiding another error condition

  2. Creating a test case which does not reveal a fault

  3. Masking a fault by developer

  4. a fault by a tester


Correct Option: A

The tool used to deploy builds in Q&I

  1. SPLATT

  2. MAD

  3. PL FILE

  4. None of these


Correct Option: B

Testing of a candidate build to be deployed is done by performing

  1. Static test

  2. Dynamic test

  3. Smoke test

  4. None of these


Correct Option: C

Please select the wrong statement with reference to SPLATT

  1. For each LOB, we have a project under the SPIAcceptanceTests.sln

  2. The xml scripts are written using Visual Studio 2005.

  3. SPLATT can be used for Mainframe testing

  4. All of the above


Correct Option: C

When a policy created through Q&I is in rating error – Reason code 702, it shows that

  1. The policy cannot be rated because the rate tables do not contain rates for the limits which show in the premium section.

  2. Limits are invalid for the rating state or province.

  3. Invalid territory

  4. All of these


Correct Option: D

What are the different Levels of testing in Q&I

  1. ML, RC,PS

  2. ML, PS, Select

  3. ML,RC,PS &SELECT

  4. ML, RC, SELECT


Correct Option: C

The tool used to issue UW Referral policies in Q&I.

  1. SPLATT

  2. MAD

  3. PL FILE

  4. None of these


Correct Option: C

Users who logon to DEV or TIN test regions do not require any authentication & they are treated as

  1. Agent.

  2. Company operator

  3. Both

  4. None of these


Correct Option: B

Agent testing is always performed in

  1. TIN

  2. TAC

  3. DEV

  4. All of these


Correct Option: B

The main components of Selenium testing tools are

  1. Selenium IDE

  2. Selenium RC

  3. Selenium DOM

  4. Selenium Grid


Correct Option: A,B,D

The tests recorded using Selenium IDE can be run in other browsers

  1. True

  2. False


Correct Option: A

Selenium is an open source software.

  1. True

  2. False


Correct Option: A

Selenium can do

  1. Functional testing

  2. Agile testing

  3. Adhoc testing

  4. Regression testing


Correct Option: A,B

What programming languages can you use in Selenium RC?

  1. C#

  2. Java

  3. Perl

  4. Ruby


Correct Option: A,B,C,D

Selenium can be used for testing client server applications.

  1. True

  2. False


Correct Option: B
- Hide questions