Software Testing Fundamentals

Covers software testing concepts including load, stress, recovery, performance testing and tools like LoadRunner

17 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

What are the three functions used for Corelation

  1. Web_create_xml_param
  2. Web_reg_save_param
  3. Web_create_html_param
  4. Web_create_html_param_ex
Question 2 Multiple Choice (Single Answer)

How to debug the VUGen script?

  1. Toggle Breakpoints
  2. Enable debugging in general options
  3. Both of these
  4. None of these
Question 3 Multiple Choice (Single Answer)

How to execute the Vugen script from command line?

  1. "LoadRunner install dir" \bin\mcmdrv.exe -usr "path to .usr file"
  2. "LoadRunner install dir" \bin\mmdrv.exe -usr "path to .usr file"
  3. "LoadRunner install dir" \bin\mrmdrv.exe -usr "path to .usr file"
  4. "LoadRunner install dir" \bin\mpmdrv.exe -usr "path to .usr file"
Question 4 Multiple Choice (Single Answer)

How do we use continue on error option ?

  1. lr_continue_on_error (0) for start and lr_continue_on_error (1) to end
  2. lr_continue_on_error (1) for start and lr_continue_on_error (0) to end
  3. lr_continue_on_error (1) for start and lr_continue_on_error (1) to end
  4. lr_continue_on_error (0) for start and lr_continue_on_error (0) to end
Question 5 Multiple Choice (Single Answer)

Which of the following is a black box design technique?

  1. statement testing
  2. equivalence partitioning
  3. error- guessing
  4. usability testing
Question 6 Multiple Choice (Single Answer)

Agile testing methodology is used because of:

  1. It reduces time to market.
  2. It finds more defect than other method
  3. It is cheap
  4. It is helpful to testers.
Question 7 True/False

Integration testing is always done before Unit testing:

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Which of the following is a static test?

  1. code inspection
  2. coverage analysis
  3. usability assessment
  4. installation test
Question 9 Multiple Choice (Single Answer)

In Quality Center, What will be the Status of defect if you give "Suggestions" to development team

  1. Open/In Analysis
  2. Reopened
  3. New
  4. Any of the above
Question 10 Multiple Choice (Single Answer)

Process of putting demand on a system and measuring its response is

  1. volume testing
  2. Stress testing
  3. Load testing
  4. Performance testing
Question 11 Multiple Choice (Single Answer)

Testing that's performed to determine how fast some aspects of a system performs under a particular workload is

  1. Stress testing
  2. Load testing
  3. Volume esting
  4. Performance testing
Question 12 Multiple Choice (Single Answer)

Form of testing that is used to determine the stability of a given system or entity

  1. Recovery testing
  2. Load testing
  3. Reliability testing
  4. stress testing
Question 13 Multiple Choice (Single Answer)

Testing to determine whether a product or system meets some specified standard that has been developed for efficiency or interoperability

  1. Compatability testing
  2. Compliance testing
  3. Interoperability testing
  4. Performance testing
Question 14 Multiple Choice (Single Answer)

Testing that involves observing the people using the product to discover errors and areas of improvement

  1. Soak testing
  2. Scalability tetsing
  3. Usability testing
  4. Acceptance testing
Question 15 Multiple Choice (Single Answer)

While an application is running, suddenly restart the computer, and afterwards check the validness of the application's data integrity This comes under which type of testing?

  1. Recovery testing
  2. Reliability testing
  3. Performance testing
  4. Load testing
Question 16 Multiple Choice (Single Answer)

Excessive volume in terms of either users or data,examples might include a denial of service (DoS) attack or a situation where a widely viewed news item prompts a large number of users to visit a Web site during a three-minute period This comes under which type of testing?

  1. Load testing
  2. Stress testing
  3. Performance testing
  4. Recovery testing
Question 17 Multiple Choice (Single Answer)

Testing response time measures of a web page at various levels of load, eg 500 users, 750 users and 1,000 users. This comes under which type of testing?

  1. Load testing
  2. Stress testing
  3. Performance testing
  4. Reliability testing