Tag: testing

Questions Related to testing

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