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.

11 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Where may functional testing be performed?

  1. At system and acceptance testing levels only.
  2. At all test levels.
  3. At all levels above integration testing.
  4. At the acceptance testing level only.
Question 2 Multiple Choice (Single Answer)

Who would USUALLY perform debugging activities?

  1. Developers.
  2. Analysts.
  3. Testers.
  4. Incident Managers.
Question 3 Multiple Choice (Single Answer)

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.

  1. i, iii. and iv. are more for developers.
  2. ii. and iv. are more for developers.
  3. ii, iii. and iv. are more for developers.
  4. ii. and iii. are more for developers.
Question 4 Multiple Choice (Single Answer)

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

  1. . ii is True; i, iii, iv & v are False
  2. i,ii,iii are true and iv is false
  3. ii & iii are True; i, iv are False
  4. ii, iii & iv are True; i is false
Question 5 Multiple Choice (Single Answer)

Difference between E2E and System Testing

  1. System Test uses own data and E2E Test uses Production data
  2. System Test uses Production data and E2E Test uses own data
  3. Both uses Production data
  4. Both uses own data
Question 6 Multiple Choice (Single Answer)

What is the version of loadrunner that is used in our project?

  1. 10.0
  2. 9.52
  3. 8.5
  4. 11
Question 7 Multiple Choice (Single Answer)

What are the default sections in a vugen script

  1. V_init,Action,V_End
  2. Vuser_init,Action,vuser_end
  3. Vuser_Start, Action,Vuser_End
  4. start,Action,end
Question 8 Multiple Choice (Single Answer)

What is the function that is used in correlation

  1. Web_reg_save_param
  2. web_report_data_point
  3. web_save_param_length
  4. web_set_max_html_param_len
Question 9 Multiple Choice (Single Answer)

what is pacing?

  1. time delay between the transaction
  2. time delay between the iterations
  3. time delay between the users
  4. time delay between the loadtest
Question 10 Multiple Choice (Single Answer)

What are the performance metrics?

  1. Throughput
  2. no of users an injector can handle
  3. response time
  4. Both 1 and 3
Question 11 True/False

QTP scripts can be used for loadtesting.

  1. True
  2. False