What are three key elements of a workload? (Choose three.)
A. user attributes (types and characteristics)
B. transaction mix and frequency
C. test script creation
D. data security
E. test environment and configuration
What is a key consideration for using a loop in a test?
A. be sure to preserve the test flow and logic
B. select statements to be enclosed in the loop
C. set parameters for pacing the loop
D. calculate the correct number of loop iterations for the expected duration of the test
What does checking "Show References" in the Test Data view do?
A. highlight the regular expression being used to capture each reference
B. jump forward from a response to the correlated request that refers to it
C. jump back from the correlated request to the response that refers to it
D. display automatically correlated data values in tabular form
How do you pass parameters to custom code?
A. select references or data to pass as arguments in the Test Details editor pane
B. select references for input as arguments
C. enter strings to pass as arguments
D. select datapool elements to pass as arguments
Why would a tester want to substitute a datapool candidate?
A. A new value can be provided for each virtual tester, to ensure more realistic playback.
B. A new value can be captured for each session, to ensure more realistic recording.
C. The data correlation will fail if the candidate is not substituted with the value returned by the server.
D. The datapool will never get filled up with data unless it is connected to the test at playback time.
Which statement is true about a session ID or handle?
A. It is always provided dynamically from a datapool.
B. It is identified automatically as a datapool candidate, so the tester can optionally link it to a datapool.
C. It is usually generated dynamically in a custom code segment.
D. It is usually correlated automatically to a reference in an earlier response.
Which counters are used to collect information about execution time in a test run?
A. test
B. byte
C. page
D. run
E. transaction
Which four steps are required to import the response time breakdown from the production environment to troubleshoot performance? (Choose four.)
A. select an existing set of execution results in the Performance Test Runs view and right-click for Import Response Time Breakdown Data
B. enter the hostname to the Tivoli Monitoring for Composite Application Manager and the authentication information in the form of user ID andpassword
C. specify the time period to import the data by supplying the start date and time, and end date and time
D. select the data to import by clicking on Import Aggregated Statistics
E. select the policies or traps to import the data
F. specify the response time result data file
How do you get all your testers logged on before they start working?
A. loop
B. delay
C. synchronization point
D. comment
Which statement is true about paced loops?
A. They are used to pace the execution of steps in a test.
B. They are the basis for running loops within schedules.
C. They verify that information is being sent between the application under test and IBM Rational Performance Tester.
D. They execute n iterations of an element per time segment.