Q1) Where is the system monitor tab located?
A) in the right pane of test results window
B) in the information pane
C) in the resources pane
D) in the right pane of the system window
Q2) Which term is used to identify the values captured by Quick test during recording and used in a checkpoint as a reference value during a test run?
A) actual value
B) expected value
C) recorded value
D) updated value
Q3) Which events are considered exceptions when replaying a test?
A) test application that crashes
B) field is mandatory message
C) printer out of ink message
D) invalid password message
E) invalid permission message
Q4) When is it best to use a programmatic description?
A) when you work with properties and methods of an object not in the object repository
B) when you are retrieving a property from a static run time object
C) when you are retrieving a property from a test object
D) when you need to click static buttons
Q5) Which operator do you use to concatenate 2 strings in VBscript?
A) &
B) &&
C) concat
D) ++
Q6) The global data for a test includes 200 rows. What is the best way to limit this test to only run one iteration?
A) by deleting all but one row in the global data table
B) by adding custom code to expert view to limit the iterations
C) by right clicking on the global data table to select the iteration menu
D) by modifying the run options to test settings dialog
Q7) Identify available column names in the keyword view(select four)
A) Value
B) Documentation
C) Object
D) Record settings
E) Property
F) Method
G) Operation
H) Item
Q8) Which actions can you perform using the Active Screen? (Select two.)
A. Modify objects.
B. Insert standard checkpoints.
C. Insert XML checkpoints.
D. Insert transactions.
E. Insert steps.
Q9) You need to define a custom checkpoint for your test that will update the test results, but not cause the test to be marked as Pass or Fail. Which status value should you use?
A) micPass
B) micDone
C) micComplete
D) micFail
Q10) What happens when you import data from an external excel file into the QTP data table?
A) Row data is overwritten when column headers in excel and the data table match
B) a new column is added to the data table when column headers in excel and data table match
C) All the excel sheets in the file are imported
D) Excel listboxes are expanded and one row is added to the data table per value in the list
Q11) Identify the steps required to update the test results to indicate PASS/FAIL status and display a custom message, and arrange them in the correct order.
- Output Values
- Create Formula
- Add a conditional statement to compare
- Add the Report/Event Utility
Q12) Click on timeout value for the synchronization point defined in the script down in the screenshot:
A) Wait Property – 50000
For Screenshots, download the file and check Question 82.Q13) Which names are used to identify the status of your application before and after your
automated test executes? (Select two.)
A. initial condition
B. static state
C. end condition
D. down condition
E. done condition
Q14) Which statement should you use to export all sheets in the Data Table?
A. DataTable.Export ("C:\flights.xls")
B. DataTable.ExportSheet ("C\flights.xls.", ALL)
C. DataTable.ExportAllSheets ("C:\flights.xls")
D. DataTable.Export ("C:\flights.xls" , ALL)
Q15) Which QTP feature can be applied to the checkpoint and object property values to accommodate dynamic content in your application
A) constant expression
B) substitute value
C) regular expression
D) timeout
Q16) Why would a tester use the description object in the Expert view of a test?
A) to programmatically modify a test object’s definition directly in the object repository
B) to bypass the object repository when identifying an object at runtime
C) to data-drive logical names and make the test more generic
D) to make it easier to retrieve child objects using the ChildObjects method
Q17) A QTP automation benefit is the ability to increase test result reliability by checking visual cues. Which visual cue requires a tedious check in manual testing, but can be easily check in QTP?
A) text attachment
B) colors of a bitmap
C) grayed out field
D) existence of a bitmap
Q18) Click on the step where the Order_No output parameter is reused as an input parameter
Edit – Set – DataTable(“Order_No”, dtGlobalSheet)
Q19) Which statement type can you use in your test to wait for a condition to be met and fail
the test if it times out before meeting the condition?
A. pause method
B. exist method
C. standard checkpoint
D. wait statement
Q20) A team of testers created a library of reusable actions as building blocks for their automated test suite. One action, Fill form, is referenced in a test called Submit request. The owner Fill form needs to perform maintenance on it and is turning off its Reusable action property. When testers open the submit request test, how will they know that the fill form action is unavailable?
A) in the missing resources panel, fill form is listed with an explanation in the details coumn
B) in the test flow panel, fill form is grayed out
C) when submit request is opened, QTP pops up an informational message
D) in the external actions in the resources panel, fill form is grayed out.
Q21) Which QuickTest Professional feature displays the recorded steps in graphical format?
A. Data Table
B. Active Screen
C. Keyword View
D. Expert View
B. Active Screen
C. Keyword View
D. Expert View
Q22) Which QTP features can be customized using the Customize menu command?
(Select two.)
A. Menus
B. General options
C. Test Settings
D. Active Screen
E. Toolbars
(Select two.)
A. Menus
B. General options
C. Test Settings
D. Active Screen
E. Toolbars
Q23) In which Options tab can you set the option to minimize the space your stored test will require?
A. Active Screen
B. General
C. Run
D. Environment
A. Active Screen
B. General
C. Run
D. Environment
Q24) Which Active Screen capture level is the default setting?
A. Complete
B. Limited
C. Partial
D. Minimum
B. Limited
C. Partial
D. Minimum
Q25) You record and save your test on a shared network drive as SampleWebTest. What is created on the shared drive?
A. a file named SampleWebTest.qtp
B. a folder named SampleWebTest
C. a file named SampleWebTest_Action1
D. a temporary folder structure
A. a file named SampleWebTest.qtp
B. a folder named SampleWebTest
C. a file named SampleWebTest_Action1
D. a temporary folder structure
Q26) What are examples of a visual cue condition? (Select two.)
A. A button becomes visible.
B. A record is inserted in the database.
C. A progress bar displays.
D. A button becomes enabled.
E. A bitmap displays.
A. A button becomes visible.
B. A record is inserted in the database.
C. A progress bar displays.
D. A button becomes enabled.
E. A bitmap displays.
Q27) Which Quick Test Professional View Option will show you the repositories associated with
each action?
A. Resources
B. Information
C. Script Repository
D. Active Screen
Q28) During the planning phase, you decide to create multiple actions that can be combined
and reused to achieve testing goals. Which element is critical for identifying the actions to
be recorded and how to combine them?
A. input data
B. parameters
C. initial and end conditions
D. visual cues
Q29) Where can you reset the add-in manager if it does not display when you launch QuickTest
Professional?
A. General Options
B. Run Options
C. Test Properties
D. Test Settings
Q30) You set your Record and Run settings to Record, and then run a test on any open
browser. Which applications will be recorded?(Select two.)
A. Firefox
B. Safari
C. Silverlight
D. Chrome
E. Internet Explorer
0 comments:
Post a Comment