Quizzes
Search
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Create a Quiz
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Search
Create A Quiz
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Products
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Quizzes
Quizzes
Quick Test Professional
60 Questions
|
By Mousumee | Updated: Mar 16, 2022
| Attempts: 129
Share
Quiz
Flashcard
Start
Share on Facebook
Share on Twitter
Share on Whatsapp
Share on Pinterest
Share on Email
Copy to Clipboard
Embed on your website
Question
1
/ 60
0 %
0/100
Score
0/100
1.
.QuickTest saves the object repository with a ..... extension in the specified location
.vsr
.tsr
.lsr
Submit
Start Quiz
About This Quiz
2.
What first name or nickname would you like us to use?
You may optionally provide this to label your report, leaderboard, or certificate.
2.
QTP can detects an application crash and activate a defined recovery scenario to continue the run session.
True
False
Submit
3.
Can work on one or several function libraries at the same time.
True
False
Submit
4.
Object repository file extension is?
.Tsr
.Obj
.Orf
Submit
5.
.In the Expert View, you can use the Object property to activate the method for a Web object.
True
False
Submit
6.
The shortcut keys for Record, Stop and Run respectively are
F3, F4, F5
F4, F3, F5
F4, F5, F3
Submit
7.
.each object and method in an Expert View statement, a corresponding row exists in the Keyword View.
True
False
Submit
8.
You can view or modify the test object property values that are stored with your component in the Object Properties or Object Repository dialog box.
True
False
Submit
9.
The method used to continue the test execution after getting run-time error is:
On Error Resume Next
On Error Raise Next
On Error Next
Submit
10.
We can view pie charts and statistics in QTP 11
True
False
Submit
11.
.It is possible that you can use the Object property to access the native properties of any run-time object.
True
False
Submit
12.
Because QuickTest refers to the temporary version of the test object during the run session, any changes you make using the SetTOProperty method apply only during the course of the run session, and do not affect the values stored in the test object repository.
True
False
Submit
13.
Shortcut key to Insert/Remove a breakpoint is..
F9
F8
Ctrl+b
Submit
14.
.------ is the Concatenation Operator?
&
*
+
Submit
15.
To retrieve the current the objects in your application during the run session:
GetVisibleText
GetROProperty
SetROProperty
Submit
16.
.can insert additional steps on the test objects captured in the Active screen after the recording session.
True
False
Submit
17.
QTP 10 supports IE8
True
False
Submit
18.
Panes in QTP can have one of the following states—docked or floating.
True
False
Submit
19.
Active Screen enables you to parameterize object values and insert checkpoints
True
False
Submit
20.
You can also modify a shared object repository by merging it with another shared object repository.
True
False
Submit
21.
FSO stands for?
File Secure Object
File System Object
File synchronous object
Submit
22.
Browser navigation timeout' is in which tab of Test Settings (File->Settings) window
Properties
Resources
Web
Submit
23.
.How many tabs are there in Test Settings (File->Settings) window?
7
6
5
Submit
24.
The method used to retrieve the folders is:
FileSystemObject.Getfolder()
FileSystemObject.selectfolder()
FileSystemObject.retrievefolder()
Submit
25.
You can share a value that is generated in one action with other actions in your test by storing the value in the ..... Data Table.
Internal
External
Global
Submit
26.
What is the shortcut key to Clear all Breakpoints
Ctrl+Shift+F9
Shift+Ctrl+F9
Alt+Shift+F9
Submit
27.
You can open as many shared object repositories as you want.
True
False
Submit
28.
Trim is used to?
Delete the spaces between strings.
Remove spaces from starting or ending of a string
Remove complete spaces in a string
Submit
29.
Which qtp function you will use to get today's date?
Date
DateSerial
Today
Submit
30.
The following are the four main columns in the Keyword view
Item, Operation, Value, Comments
Item, Operation, Value, Documentation
Item, Operation, Property, Documentation
Submit
31.
You can use the GetTOProperty, GetTOProperties, and SetTOProperty methods in your ........ to set and retrieve the test object property values of the test object.
Test
Function Library
Both A & B
Submit
32.
.You can use the Object Spy at any time to view ..... properties and values of the objects in the application you are testing.
Run-time
Test object
Both A & B
Submit
33.
The method used to get the count value of list box or combo box is:
GetItemsCount
GetCount
GetItemCount
Submit
34.
You can add an object to the local object repository only if that object does not already exist in a shared object repository that is associated with the action. If an object already exists in an associated shared object repository, you can add it to the local object repository using the ........ option.
Copy from Shared Repository
Copy from Shared Object Repository
Copy to Local
Submit
35.
The method that adds to the test while implementing synchronization is:
Synchronize
Wait
WaitProperty
Submit
36.
Which qtp function you will use to get current time?
CTime
Now
Date
Submit
37.
.Identify the tabs in the Test Settings (File->Settings) window
Properties, Run, Resources, Parameters, Environment, Web, Recovery
Properties, Run, Resources, Parameters, Environment, Web Settings, Recovery
Properties, Run Options, Resources, Parameters, Environment, Web, Recovery
Submit
38.
.Generate Script' is in which tab of Test Settings (File->Settings) window
Properties
Web
Resources
Submit
39.
.You can also add objects to a shared object repository using the ....... option.
Navigate and Learn
Navigate and earn
Navigate
Submit
40.
The method used to register the user-defined function with test object is
SetFunc()
RegisterUserFunc()
RegisterFunc()
Submit
41.
The command used to invoke other application from QTP:
InvokeApplication
SystemUtil.Run
Run
Both b & c
Both a & b
Submit
42.
ExitAction:
Exits the current action, regardless of its iteration attributes.
Exits the current iteration of the action.
Exits the test, regardless of its iteration attributes.
Submit
43.
.........runs only the current line of the script. When the current
line calls a method, the method is performed in its entirety, but is not
displayed in the view.
Step Over
Step Out
Step Into
Submit
44.
In QTP 11, we can Load Function Libraries at Run Time by using __________ command?
ExportLibrary
LoadFunctionLibrary
ExecuteFunctionLibrary
Submit
45.
GetROProperty is used to?
Get particular object properties
Get particular object value
Get particular object index
Submit
46.
The method added to the test while Parameterizing is
Get Data (variable, dtGlobalSheet)
Set DataTable(variable, dtGlobalSheet)
Get DataTable(variable, dtGlobalSheet)
Submit
47.
To terminate an application that is not responding we use:
SystemUtil.terminate
SystemUtil.Stop
SystemUtil.CloseProcessByName
Submit
48.
The length of the array can be get by the method:
Length(array)
Ubound(array)
Count(array)
Submit
49.
Can we create pdf file using QTP?
Yes
No
Submit
50.
Input and output parameter values in action calls is .......
Required
Optional
Required only for internal action
Submit
51.
You can retrieve or modify property values of the test object during
the run session by adding ..........statements in the Keyword View or
Expert View
GetROProperty & SetROProperty
GetTOProperty & SetTOProperty
GetTOProperty & SetROProperty
Submit
52.
You can create an additional call to any reusable or external action in your test by pressing ...... while you drag and drop the action to another location at a parallel (sibling) level within your test.
F3
Alt
Ctrl
Submit
53.
.Can we use virtual object method for all objects?
True
False
Submit
54.
You can manage the test actions and the test or function library
steps using the ... menu commands
File
Edit
Automation
Submit
55.
.Finding Objects in an Object Repository, You can use the Find and Replace dialog box to replace property or object names.
True
False
Submit
56.
DOM stands for?
Document Object Method
Descriptive Object Method
Document object Model
Submit
57.
Can we change name of checkpoint?
Yes
No
Submit
58.
You can copy, paste, and move objects in the local object repository using the Object Repository window, and copy, paste, and move objects both within a shared object repository and between shared object repositories using the Object Repository Manager. But you cannot copy objects from a shared object repository to the local object repository to modify them locally
True
False
Submit
59.
.If an object with the same name and description is located in both the local object repository and in a shared object repository that is associated with the same action, the action uses the ...... object definition.
Local
Shared
Can use any
Submit
60.
A step in which one or more values are captured at a specific point in your test and stored for the duration of the run session is:
Output Value
Checkpoints
Active Screen
Submit
×
Thank you for your feedback!
View My Results
Related Quizzes
Quick Test On Appointments
Quick Test On Appointments
Quick English Test For Beginners
Quick English Test For Beginners
A Quick Practice Test Quiz On The Endocrine System!
A Quick Practice Test Quiz On The Endocrine System!
Thank you for your feedback!
Would you like to edit this question to improve it?
No thanks
Name:
Email:
Oops! Give us more information:
Incorrect Question
Incorrect Answer
Typos
I have a feedback
Submit
Please provide name and email to proceed.
Please provide correct email to proceed.
Please provide feedback.
Please select the option.
All (60)
Unanswered (
)
Answered (
)
.QuickTest saves the object repository with a ..... ...
QTP can detects an application crash and activate a defined recovery...
Can work on one or several function libraries at the same time.
Object repository file extension is?
.In the Expert View, you can use the Object property to ...
The shortcut keys for Record, Stop and Run respectively are
.each object and method in an Expert View ...
You can view or modify the test object property values ...
The method used to continue the test execution after getting run-time...
We can view pie charts and statistics in QTP 11
.It is possible that you can use the Object property to ...
Because QuickTest refers to the temporary version of ...
Shortcut key to Insert/Remove a breakpoint is..
.------ is the Concatenation Operator?
To retrieve the current the objects in your application during the run...
.can insert additional steps on the test objects ...
QTP 10 supports IE8
Panes in QTP can have one of the following states—docked or...
Active Screen enables you to parameterize object values ...
You can also modify a shared object repository by ...
FSO stands for?
Browser navigation timeout' is in which tab of Test ...
.How many tabs are there in Test Settings (File->Settings) window?
The method used to retrieve the folders is:
You can share a value that is generated in one action ...
What is the shortcut key to Clear all Breakpoints
You can open as many shared object repositories as you want.
Trim is used to?
Which qtp function you will use to get today's date?
The following are the four main columns in the Keyword view
You can use the GetTOProperty, GetTOProperties, and ...
.You can use the Object Spy at any time to view ..... ...
The method used to get the count value of list box or combo box is:
You can add an object to the local object repository ...
The method that adds to the test while implementing synchronization...
Which qtp function you will use to get current time?
.Identify the tabs in the Test Settings (File->Settings) window
.Generate Script' is in which tab of Test Settings ...
.You can also add objects to a shared object repository ...
The method used to register the user-defined function with test object...
The command used to invoke other application from QTP:
ExitAction:
.........runs only the current line of the script. When the current...
In QTP 11, we can Load Function Libraries at Run Time by using...
GetROProperty is used to?
The method added to the test while Parameterizing is
To terminate an application that is not responding we use:
The length of the array can be get by the method:
Can we create pdf file using QTP?
Input and output parameter values in action calls is .......
You can retrieve or modify property values of the test object during...
You can create an additional call to any reusable or ...
.Can we use virtual object method for all objects?
You can manage the test actions and the test or function...
.Finding Objects in an Object Repository, You can ...
DOM stands for?
Can we change name of checkpoint?
You can copy, paste, and move objects in the local ...
.If an object with the same name and description is ...
A step in which one or more values are captured at a specific point in...
X
OK
X
OK
Cancel
X
OK
Cancel
Advertisement