QTP and SilkTest Automation

Questions about QuickTest Professional (QTP) and SilkTest test automation tools, covering concepts like checkpoints, recording modes, parameterization, and testing methodologies.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

How many types of Parameters are available in QTP?

  1. 3
  2. 4
  3. 2
  4. 5
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

What Checkpoint type is used to check the values of properties of objects?

  1. Low-Level
  2. Standard
  3. Text Area
  4. Bitmap
  5. Text
Question 7 Multiple Choice (Single Answer)

When inserting an Ouput Value in your script, which DataTable Sheet can you choose to output to?

  1. Local Action Sheet
  2. Global or Local Action Sheet
  3. Global Action sheet
  4. None of the Above
Question 8 Multiple Choice (Single Answer)

Which of these can be parameterized?

  1. Checkpoints
  2. Test Objects in the Repository
  3. DataBase Checkpoints
  4. 1 & 2
  5. 1, 2 & 3
Question 9 Multiple Choice (Single Answer)

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
Question 10 Multiple Choice (Single Answer)

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.
Question 11 Multiple Choice (Single Answer)

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

  1. Top down
  2. Big-bang
  3. Bottom up
  4. Functional incrementation
Question 12 Multiple Choice (Single Answer)

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
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

Regression testing should be performed: i. every week ii. after the software has changed iii. as often as possible iv. when the environment has changed v. when the project manager says

  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
Question 15 Multiple Choice (Single Answer)

Silk Test uses which of the following scripting languages?

  1. VB-Script
  2. Javascript
  3. 4G-Test
  4. Perl
Question 16 Multiple Choice (Multiple Answers)

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
Question 17 Multiple Choice (Single Answer)

What is the expansion of DOM?

  1. Document Object Method
  2. Document Object Model
  3. Descriptive Object Model
  4. Descriptive Object Method
Question 18 True/False

A SilkTest project is a collection of files that contains required information about a test project.

  1. True
  2. False
Question 19 Multiple Choice (Multiple Answers)

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.
Question 20 Multiple Choice (Multiple Answers)

A test frame stores which of the following?

  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.