QTP 10.0 Sample Questions Set - 14



  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 Menu        
B.    Action List           
C.    Action Toolbar     
D.   Action View

  1. You can view the ______ of the original action in the General tab of the Action Properties dialog box.

A.    Parameters
B.    Location              
C.    Associated Repositories
D.   Type

  1. 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.

A.    F3                        
B.    Alt                       
C.    Shift           
D.   Ctrl

  1. You can use action parameters in any step in your action (including function calls).

A.    True                    
B.    False

  1. Input values for an action parameter can be retrieved

A.    From the test (for a top-level action:
B.    From the parameters of the parent action that calls it (for a nested action:
C.    From the output of a previous action call (for a sibling action:
D.   All of above


  1. The Action Call Properties dialog box enables you to set options that apply only to a _______ action call.

A.    Following             
B.    Preceeding           
C.    Specific                
D.   Internal

  1. Specifying input and output parameter values in action calls is ________

A.    Required             
B.    Optional     
C.    Required only for internal action 
D.   Both A & B

  1. 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.

A.    Internal               
B.    External              
C.    Local          
D.   Global

  1. ExitAction

A.    Exits the current action, regardless of its iteration attributes.
B.    Exits the current iteration of the action.
C.    Exits the test, regardless of its iteration attributes.
D.   Exits the current global iteration.

  1. If the action called by the RunAction statement includes an ExitAction statement, the RunAction statement can return the value of the ExitAction's RetVal argument.

A.    True           
B.    False

  1. To debug a function library, you must first associate it with a test and then debug it from that test.

A.    True                    
B.    False

  1. To detect and isolate defects in a test or function library, you can control the run session using the  _______ command

A.    Pause                  
B.    Run           
C.    F14            
D.   Session

  1. When the test or function library run stops at a breakpoint, you can use the ______ to check and modify the values of VBScript objects and variables.

A.    Debug Window                       
B.    Debug Dialog                
C.    Debug Viewer                         
D.   Debug page

  1. While the test and function libraries are running in debug mode, they are read-only

A.    True                    
B.    False

  1. You cannot debug a file that is called using an _______ statement, or any of the functions contained in the file.

A.    ExecuteFiles        
B.    Execute_File        
C.    Execute-File        
D.   ExecuteFile

  1. The debug session can continue at the backend while you can perform file operations like opening a new test etc.

A.    True                              
B.    False

  1. Any changes you apply to external resources saved in the file system, such as function libraries, are implemented only when the test is closed and reopened but any changes you apply to any external resource that is saved in your Quality Center project, such as a function library, will be implemented immediately.

A.    True                              
B.    False

  1. You can use the _______ command to begin your debug session at a specific point in your test.

A.    Start from Step    
B.    Run to Step         
C.    Run from Step     
D.   Start to Step

  1. You can specify the time (in milliseconds: QuickTest pauses between each step by modifying the  ________. option in the Run tab of the Options dialog box (Tools > Options)

A.    Delay step execution by                   
B.    Delay every step execution by
C.    Delay all steps execution by            
D.   Delay each step execution by

  1. To display the Debug toolbar, choose _________.

A.    View > Toolbar > Debug                   
B.    View > Toolbars > Debugs
C.    Views > Toolbar > Debug                 
D.   View > Toolbars > Debug


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

No comments:

Post a Comment