QTP 10.0 Sample Questions Set - 10



  1. A test comprises calls to actions. When you create a new test, it contains a call to a ________ action.

A.    One            
B.    Two            
C.    Three         
D.   Multiple

  1. When you open a test, you can choose to view _________.

A.    The test flow (calls to actions:
B.    You can view and edit the individual actions stored with your test.
C.    Both A & B          
D.   None

  1. For every action called in your test, QuickTest creates a corresponding _________ in the Data Table so that you can enter Data Table parameters that are specific to that action only.

A.    Action sheet        
B.    Excel sheet          
C.    Both A & B          
D.   None

  1. When you create a test, it includes _______ action.

A.    Single                  
B.    Unlimited            
C.    Three         
D.   Multiple

  1. There are three kinds of actions.

A.    Non-reuse action, reuse action, external action
B.    Call to internal action, Call to reusable action, external action
C.    Non-reusable action, reusable action, external action
D.   Call to non-reusable action, reusable action, external action

  1. By default, new actions are

A.    Short         
B.    External              
C.    Reusable             
D.   Non-reusable

  1. You can display or hide the Action toolbar in the Keyword View by choosing _________.

A.    View > Toolbars > Action                           
B.    View > Toolbars > Actions
C.    View > Toolbar > Action                   
D.   Views > Toolbars > Action

  1. The ___________ enables you to view either the entire test flow (the calls to the actions in the test: or you can view the steps for a selected reusable or external action.

A.    Action Flow
B.    Action file            
C.    Action List           
D.   Action Repository

  1. In the ________ the Action List is always visible and the Expert View always displays the script for the selected action.

A.    Keyword View     
B.    Expert View         
C.    Action Flow
D.   Action View

  1. If the action is called more than once within the test flow or if the action is called by a reusable action, the Reusable action option is _________.

A.    Read-only
B.    Write-only  
C.    Both read and write      
D.   Read-write-executable.

  1. All changes you make to an object repository are automatically updated in all components open on the same computer that use the object repository as soon as you make the change even if you have not yet saved the object repository with your changes.

A.    True                    
B.    False

  1. If you want to modify an object stored in a shared object repository, you can modify it ________.

A.    Using the Object Repository Manager
B.    You can modify it locally using the Object Repository window.
C.    Both A & B
D.   None of above

  1. The _____________ returns an ObjectRepositories collection representing all object repository files associated with the action.

A.    Object Property
B.    Automation Object Model
C.    ObjectRepositories Property
D.   OR Property

  1. If you do not want QuickTest to perform a step or checkpoint until an object in your application achieves a certain status, you should insert a __________ point to instruct QuickTest to pause the test until the object property achieves the value you specify

A.    Synchronization  
B.    Check        
C.    Smart Identification      
D.   None of above

  1. Where do we specify the Maximum Time to Wait for a Web Page to Load

A.    File->Settings, Web Tab.                            
B.    Tools->Options, Web Tab.
C. Resources->Settings, Web Tab              
C.    None of above

  1. You can insert _____________ statements that instruct QuickTest to wait until an object exists

A.    Exist 
B.    Wait  
C.    Both A & B          
D.   None

  1. The _____________ method waits for the browser to complete the current navigation.

A.    Exist 
B.    Wait  
C.    WaitProperty       
D.   Sync

  1. Sub Sync_Example(:Browser("Mercury Tours":.Page("Mercury Tours":.Sync
    End Sub
    The above example uses the Sync method to wait for the Mercury Tours page to synchronize before performing the next operation.

A.    True                    
B.    False

  1. The ___________ property - the period of time QuickTest waits before checking the emulator status (in milliseconds).

A.    SyncTime            
B.    Sync.Time           
C.    TimeSync            
D.   Time.Sync

  1. The ___________ Property indicates whether QuickTest beeps after performing each Sync function during a run session.

A.    BeepAfterSync    
B.    BeepOnSync       
C.    BeepSync            
D.   Beep.Sync

1
2
3
4
5
6
7
8
9
10
A
C
A
A
C
D
A
C
B
A
11
12
13
14
15
16
17
18
19
20
A
C
C
A
A
C
D
A
A
B

No comments:

Post a Comment