What happens to all the page elements in a test?
A. They are grouped by page as a visual aid to enhance readability.
B. They use separate records from a single datapool.
C. They are grouped by page unless the application under test uses AJAX.
D. They are assigned dynamically to separate virtual testers at playback time.
正解:A
質問 2:
What is a key consideration for using a loop in a test?
A. be sure to preserve the test flow and logic
B. selectstatements 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
正解:A
質問 3:
How do you get all your testers logged on before they start working?
A. loop
B. synchronization point
C. delay
D. comment
正解:B
質問 4:
When using custom code, what is a good idea?
A. change the package name and class name
B. comment the Java code well
C. use a meaningful class name
D. move the package outside of the src directory
正解:A
質問 5:
Which three factors affect the performance test measurements? (Choose three.)
A. sampling interval
B. think time
C. verification points
D. network bandwidth
E. user load
正解:B,C,D
質問 6:
Your test has three groups: 40% of the users are assigned to User Group 1, 60% of users are assigned to User Group 2, and 1 user is assigned to User Group 3. The user load is set to 51 users How many users are assigned to Group 1?
A. 40
B. 1
C. 20
D. 60
正解:C