QTP and SilkTest Automation
Questions about QuickTest Professional (QTP) and SilkTest test automation tools, covering concepts like checkpoints, recording modes, parameterization, and testing methodologies.
Questions
To retrieve the current property value of the objects in your application during the run session
- GetVisibleText
- SetROProperty
- GetROProperty
- GetTOProperty
- GetPropertyValue
We can use the recording mode for an object not recognized by QuickTest
- Low-Level Recording Mode
- Analog Mode
- Normal recording Mode
- All the above
- None of the above
what command is used to connect with Database?
- dbconnect(“connectivity name”)
- dbopen(“connectivity name”)
- Createobject(“connectivity name”)
- CreateConn("connectivity name")
- None of the above
How many types of Parameters are available in QTP?
- 3
- 4
- 2
- 5
what are steps in Recovery scenario?
- Pre Recovery Test-Run,Triggered Events, Recovery steps
- Triggered Events, Error handling step, Recovery steps
- Pre Recovery Test-Run, Recovery steps, Post Recovery Test-Run
- Triggered Events, Recovery steps, Post Recovery Test-Run
What Checkpoint type is used to check the values of properties of objects?
- Low-Level
- Standard
- Text Area
- Bitmap
- Text
When inserting an Ouput Value in your script, which DataTable Sheet can you choose to output to?
- Local Action Sheet
- Global or Local Action Sheet
- Global Action sheet
- None of the Above
Which of these can be parameterized?
- Checkpoints
- Test Objects in the Repository
- DataBase Checkpoints
- 1 & 2
- 1, 2 & 3
What does the Object Keyword imply? Browser("TCS Mail").Page("Inchnm05.tcs").Object That you will use descriptive programming to identify the object
- To reference an object using Microsoft Internet Explorer's DOM
- To retrieve all the objects from the web page
- To reference a Test Object's properties from the Object Repository
- To use an Object that does not exist in the Object Repository
Which of the following will be the best definition for Testing :-
- The goal / purpose of testing is to demonstrate that the program works.
- The purpose of testing is to demonstrate that the program is defect free.
- The purpose of testing is to demonstrate that the program does what it is supposed to do.
- Testing is executing Software for the purpose of finding defects.
Which of the following is not a type of incremental testing approach?
- Top down
- Big-bang
- Bottom up
- Functional incrementation
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.
- iv is correct and i,ii,iii are incorrect.
- i,ii,iii is correct and iv is incorrect
- ii is correct and i,ii,iii are incorrect
- iii and iv are correct and i,ii are incorrect
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.
- i , ii , iv are true and iii is false
- i , ii , iii are true and iv is false
- i , iii , iv are true and ii is false
- All of above are true
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
- i & ii are true, iii, iv & v are false
- ii, iii & iv are true, i & v are false
- ii & iv are true, i, iii & v are false
- ii is true, i, iii, iv & v are false
Silk Test uses which of the following scripting languages?
- VB-Script
- Javascript
- 4G-Test
- Perl
Select the type of files that are used in a SilkTest project.
- .pln files
- .vbs files
- .ini files
- .t files
- .opt files
- .qfl files
What is the expansion of DOM?
- Document Object Method
- Document Object Model
- Descriptive Object Model
- Descriptive Object Method
A SilkTest project is a collection of files that contains required information about a test project.
- True
- False
What is SilkTest Agent?
- SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) directly.
- SilkTest Agent usually runs on the same machine where AUT is running.
- Agent cannot be classified.
- SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) through DOM.
A test frame stores which of the following?
- A list of all objects on the home page, such as HtmlImage, HtmlText, HtmlLinks, etc
- Testcases to execute.
- Commentary information
- An object of class BrowserChild window that holds application home page.