Software Testing and LoadRunner Fundamentals
Covers performance testing concepts with LoadRunner, including QTP, performance metrics, pacing, correlation, Vugen scripts, along with general software testing principles like risk-based testing, debugging, and functional testing.
Questions
Where may functional testing be performed?
- At system and acceptance testing levels only.
- At all test levels.
- At all levels above integration testing.
- At the acceptance testing level only.
Who would USUALLY perform debugging activities?
- Developers.
- Analysts.
- Testers.
- Incident Managers.
Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers i) Performance testing tools. ii) Coverage measurement tools. iii) Test comparators. iv) Dynamic analysis tools. v) Incident management tools.
- i, iii. and iv. are more for developers.
- ii. and iv. are more for developers.
- ii, iii. and iv. are more for developers.
- ii. and iii. are more for developers.
In a risk-based approach the risks identified may be used to : i. Determine the test technique to be employed ii. Determine the extent of testing to be carried out iii. Prioritize testing in an attempt to find critical defects as early as possible. iv. Determine the cost of the project
- . ii is True; i, iii, iv & v are False
- i,ii,iii are true and iv is false
- ii & iii are True; i, iv are False
- ii, iii & iv are True; i is false
Difference between E2E and System Testing
- System Test uses own data and E2E Test uses Production data
- System Test uses Production data and E2E Test uses own data
- Both uses Production data
- Both uses own data
What is the version of loadrunner that is used in our project?
- 10.0
- 9.52
- 8.5
- 11
What are the default sections in a vugen script
- V_init,Action,V_End
- Vuser_init,Action,vuser_end
- Vuser_Start, Action,Vuser_End
- start,Action,end
What is the function that is used in correlation
- Web_reg_save_param
- web_report_data_point
- web_save_param_length
- web_set_max_html_param_len
what is pacing?
- time delay between the transaction
- time delay between the iterations
- time delay between the users
- time delay between the loadtest
What are the performance metrics?
- Throughput
- no of users an injector can handle
- response time
- Both 1 and 3
QTP scripts can be used for loadtesting.
- True
- False