Performance Testing with LoadRunner and Unix Monitoring
Quiz covering HP LoadRunner performance testing concepts including Vugen scripting, runtime settings, scenarios, and Unix/Linux system monitoring commands for performance analysis
Questions
4.Select the odd one from the performance test tools:
- a.HP Loadrunner
- b.Borland’s Silk Performer
- c.Jmeter
- d.Winrunner
5.What is the default log setting during the scenario execution?
- a.Send messages only when error occurs
- b.Extended log with Parameter substitution
- c.Standard Log
- d.Extended log with Data returned by server
6.During the top-time transaction run, what is the recommended load percentage?
- a.50%
- b.100%
- c.35%
- d.20%
7.Is it possible to perform the performance testing in unattended mode?
- True
- False
8.Which term will indicate the no. of users, test duration, how the users are ramping up and down?
- a.Transaction
- b.Scenario
- c.Script
- d.Response Time
9.During performance test execution, the load is generated by which component?
- a.Controller
- b.Load Generator
- c.Vugen
- d.Load Controller
10.Load generator is also known as
- a.Load injector
- b.Load Controller
- c.Load supplier
- d. Load inductor
Which command is used to monitor the processes that consume high memory and CPU?
- top
- topas
- nmon
- monitor
Which command is used to monitor network status?
- nmon
- netmon
- netstat
- nstat
Which command is used to monitor the user and system memory usage?
- memstat
- vmstat
- mstat
- memorystat
Which command is used to monitor input and output statistics?
- iostat
- inoutstat
- iostats
- statistics
Which command provides detailed server information?
- info
- machinfo
- maninfo
- hostinfo
1.What are the recording modes available in the Vugen?
- a.HTML Mode
- b.URL Mode
- c.Both a&b
- d.Binary Mode
Which function keys are used as the short-cut key for Run and Compile respectively?
- a.F9 & F10
- b.F5 & (Shift+F5)
- c.(Shift+F5) & F5
- d.F10 & F9
In a flight booking scenario, where 30 users are logged into the application.Out of it, 10% are booking the seats, 5% are performing the cancellation and the rest of them checking the itinerary status. How much percentage of users will perform the login transaction?
- a.10%
- b.15%
- c.100%
- d.85%
In which part of the scripts, we will declare the global variables?
- a.Vuser_init
- b.Vuser_end
- c.globals.h
- d.Action
In the Run time settings option under which tab we will set the number of iterations to run?
- a.General: Run Logic
- b.General: Additional Attributes
- c.General: Log
- d.General: Miscellaneous
Which function is used for correlating the dynamic values in HTTP/HTML?
- a.web_reg_find()
- b.web_reg_save_param()
- c.web_regsave_param()
- d.web_reg_saveparam()
Find the odd one from parameter type which is used to declare parameter in the script?
- a.Vuser ID
- b.Table
- c.File
- d.Static Number
7.In the Run-Time Settings if we insert the block which consists of three actions. What are all properties for the block so that the actions can be executed?
- a.Sequential
- b.Sequential & Unique
- c.Sequential & Random
- d.Sequential, Random and Unique