0

testing Online Quiz - 24

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

Which of the following deals with legally binding promises made in exchange for appropriate consideration?

  1. Contracts

  2. Copyrights

  3. Patents

  4. Torts


Correct Option: A

Which of the following documents would NOT be used as requirements against which an auditor would conduct an evaluation of compliance and/or conformance?

  1. A tailored process

  2. A coding standard

  3. A requirements specification

  4. A quality record


Correct Option: D

Which of the following roles typically has final approval over what is included in the software requirements and the priorities of those requirements?

  1. Business analyst

  2. Customer

  3. Direct user

  4. Project manager


Correct Option: B

The completion of which of the following events is most likely to be designated as a project milestone?

  1. a critical activity

  2. a peer review

  3. a phase gate review

  4. a test case


Correct Option: C

Which of the following metrics is LEAST LIKELY to be used as a measure of process capability of the system test execution process?

  1. Phase containment

  2. Defect detection efficiency

  3. Test case execution cycle time

  4. Test case defect density


Correct Option: D

The valid inputs for field on a web site form are character strings from 5 through 25 characters in length. Test cases to perform boundary testing on this input would include valid character strings of:

  1. 0, 10, and 30 characters in length.

  2. 4, 5, 25 and 26 characters in length.

  3. 5, 6, 24 and 25 characters in length.

  4. from 5 to 25 characters inclusively.


Correct Option: B

The role of a software configuration management change management tool would include:

  1. tracking the statuses of defect reports as they are worked to resolution.

  2. automating the software build processes and running automate test scripts.

  3. establishing, maintaining and managing the various configuration libraries.

  4. relating versions of configuration items to other items in the same baseline.


Correct Option: A

It is possible to copy data pools from one project to another.

  1. True

  2. False


Correct Option: A

Which Java method advances the data pool cursor to the next row in the data pool ?

  1. dpMoveCursor()

  2. dpNext()

  3. dpNextRow()

  4. dpMoveNext()


Correct Option: B

A single data pool can be associated with more than one script

  1. True

  2. False


Correct Option: A

Which one of the following is not a log type of RFT

  1. None

  2. Text

  3. Java

  4. HTML


Correct Option: C

It is possible to copy a script associated with objects from one project to another

  1. True

  2. False


Correct Option: B

Difference between inputKeys("ENTER") and inputChars("ENTER")

  1. inputKeys("ENTER") -> ENTER is a key stroke ; inputChars("ENTER") -> characters ENTER are read

  2. inputKeys("ENTER") -> characters ENTER are read ; inputChars("ENTER") -> ENTER is a key stroke

  3. None

  4. Both 1 and 2


Correct Option: A

RFT can be used for testing Terminal based application

  1. True

  2. False


Correct Option: A

We can make use of particular packages in RFT by using below statement

  1. Inherit

  2. Use

  3. Import

  4. Include


Correct Option: C

What is the extension of data pool?

  1. .dp

  2. .rftdp

  3. .rftDP

  4. None


Correct Option: C

Which one of the script support command into the script, delay a single action

  1. Wait

  2. Timer

  3. Log Entry

  4. sleep


Correct Option: C

AI Explanation

To answer this question, you need to understand the purpose of each script command and how they can be used to delay a single action.

Option A) Wait - The "Wait" command is typically used to pause the execution of a script for a specified amount of time. However, it does not directly support delaying a single action.

Option B) Timer - The "Timer" command is used to measure the elapsed time between two points in a script. It does not directly support delaying a single action.

Option C) Log Entry - The "Log Entry" command is used to create a log entry or message in a script. While it is not primarily used for delaying actions, it can be used in conjunction with other commands or conditions to introduce delays.

Option D) sleep - The "sleep" command is used to pause the execution of a script for a specified amount of time. It can be used to introduce delays and is commonly used in scripting languages.

Based on the given options, Option C) Log Entry does not directly support delaying a single action. Therefore, the correct answer is Option D) sleep, as it supports delaying a single action by pausing the script execution for a specified amount of time.

Rogers Applications that can be launched through SSO

  1. CIM and CSM

  2. CIM, SGI and CSM

  3. CIM, SGI, CSM and TOE Fido

  4. CIM, SGI, CSM and TOE Rogers


Correct Option: C

What are the type of contacts available in CIM?

  1. Consumer and Business

  2. Consumer, Business - Cable and Business - Wireless

  3. Consumer - Cable, Consumer - Wireless and Business

  4. Consumer - Cable, Consumer - Wireless, Business - Cable and Business - Wireless


Correct Option: B

what are type of status that are available for Contact ?

  1. Active and Inactive

  2. New, Active and Inactive

  3. New, Active, Inactive and Obsolete

  4. New, Active, Inactive, Obsolete and Closed


Correct Option: C
- Hide questions