0

testing Online Quiz - 66

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

To retrieve the current property value of the objects in your application during the run session

  1. GetVisibleText

  2. SetROProperty

  3. GetROProperty

  4. GetTOProperty

  5. GetPropertyValue


Correct Option: C

We can use the recording mode for an object not recognized by QuickTest

  1. Low-Level Recording Mode

  2. Analog Mode

  3. Normal recording Mode

  4. All the above

  5. None of the above


Correct Option: A

what command is used to connect with Database?

  1. dbconnect(“connectivity name”)

  2. dbopen(“connectivity name”)

  3. Createobject(“connectivity name”)

  4. CreateConn("connectivity name")

  5. None of the above


Correct Option: C

How many types of Parameters are available in QTP?

  1. 3

  2. 4

  3. 2

  4. 5


Correct Option: A

what are steps in Recovery scenario?

  1. Pre Recovery Test-Run,Triggered Events, Recovery steps

  2. Triggered Events, Error handling step, Recovery steps

  3. Pre Recovery Test-Run, Recovery steps, Post Recovery Test-Run

  4. Triggered Events, Recovery steps, Post Recovery Test-Run


Correct Option: D
  1. Local Action Sheet

  2. Global or Local Action Sheet

  3. Global Action sheet

  4. None of the Above


Correct Option: B

Which of these can be parameterized?

  1. Checkpoints

  2. Test Objects in the Repository

  3. DataBase Checkpoints

  4. 1 & 2

  5. 1, 2 & 3


Correct Option: E

What does the Object Keyword imply? Browser("TCS Mail").Page("Inchnm05.tcs").Object That you will use descriptive programming to identify the object

  1. To reference an object using Microsoft Internet Explorer's DOM

  2. To retrieve all the objects from the web page

  3. To reference a Test Object\'s properties from the Object Repository

  4. To use an Object that does not exist in the Object Repository


Correct Option: A

Which of the following will be the best definition for Testing :-

  1. The goal / purpose of testing is to demonstrate that the program works.

  2. The purpose of testing is to demonstrate that the program is defect free.

  3. The purpose of testing is to demonstrate that the program does what it is supposed to do.

  4. Testing is executing Software for the purpose of finding defects.


Correct Option: D

Which of the following is not a type of incremental testing approach?

  1. Top down

  2. Big-bang

  3. Bottom up

  4. Functional incrementation


Correct Option: B

Exit Criteria may consist of :- i. Thoroughness measures , such as coverage of code, functionality or risk ii. Estimates of Defect density or reliability measures. iii. Residual risk such as defects not fixed or lack of test coverage in certain areas iv. Verifying the Test Environment.

  1. iv is correct and i,ii,iii are incorrect.

  2. i,ii,iii is correct and iv is incorrect

  3. ii is correct and i,ii,iii are incorrect

  4. iii and iv are correct and i,ii are incorrect


Correct Option: B

Which of the following is a part of Test Closure Activities? i. Checking which planned deliverables have been delivered ii. Defect report analysis. iii. Finalizing and archiving testware. iv. Analyzing lessons.

  1. i , ii , iv are true and iii is false

  2. i , ii , iii are true and iv is false

  3. i , iii , iv are true and ii is false

  4. All of above are true


Correct Option: C

AI Explanation

To answer this question, we need to understand the concept of Test Closure Activities.

Test Closure Activities refer to the activities that are performed at the end of the testing process to formally close the test phase. These activities ensure that all the necessary tasks related to testing have been completed before transitioning to the next phase or project closure. Let's go through each option to understand which activities are part of Test Closure Activities:

Option A) i, ii, iv are true and iii is false - According to this option, checking which planned deliverables have been delivered, defect report analysis, and analyzing lessons are part of Test Closure Activities, while finalizing and archiving testware is not. This option is incorrect because finalizing and archiving testware is indeed a part of Test Closure Activities.

Option B) i, ii, iii are true and iv is false - According to this option, checking which planned deliverables have been delivered, defect report analysis, and finalizing and archiving testware are part of Test Closure Activities, while analyzing lessons is not. This option is incorrect because analyzing lessons is indeed a part of Test Closure Activities.

Option C) i, iii, iv are true and ii is false - According to this option, checking which planned deliverables have been delivered, finalizing and archiving testware, and analyzing lessons are part of Test Closure Activities, while defect report analysis is not. This option is correct because it correctly identifies the activities that are part of Test Closure Activities.

Option D) All of the above are true - This option is incorrect because not all the activities mentioned in the options are part of Test Closure Activities.

Therefore, the correct answer is Option C) i, iii, iv are true and ii is false. This option correctly identifies the activities that are part of Test Closure Activities.

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

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

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

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


Correct Option: C

Silk Test uses which of the following scripting languages?

  1. VB-Script

  2. Javascript

  3. 4G-Test

  4. Perl


Correct Option: C

Select the type of files that are used in a SilkTest project.

  1. .pln files

  2. .vbs files

  3. .ini files

  4. .t files

  5. .opt files

  6. .qfl files


Correct Option: A,C,D,E

What is the expansion of DOM?

  1. Document Object Method

  2. Document Object Model

  3. Descriptive Object Model

  4. Descriptive Object Method


Correct Option: B

What is SilkTest Agent?

  1. SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) directly.

  2. SilkTest Agent usually runs on the same machine where AUT is running.

  3. Agent cannot be classified.

  4. SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) through DOM.


Correct Option: A,B
  1. A list of all objects on the home page, such as HtmlImage, HtmlText, HtmlLinks, etc

  2. Testcases to execute.

  3. Commentary information

  4. An object of class BrowserChild window that holds application home page.


Correct Option: A,C,D
- Hide questions