testing Online Quiz - 116

Covers software testing concepts, types, tools (Loadrunner, Jmeter, QuickTest Professional, Quality Center), and testing lifecycle stages.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What will be the ouput ? Dim MyDate, MyYear MyDate = #October 19, 1962# ' Assign a date. MyYear = Year(MyDate)

  1. current year
  2. current date
  3. year which is specified in MyDate
  4. date which is specified in MyDate
Question 2 Multiple Choice (Single Answer)

The process starting with the terminal modules is called

  1. Top-down integration
  2. Bottom-up integration
  3. Module integration
  4. None of the above
Question 3 Multiple Choice (Single Answer)

Software testing accounts to what percent of software development costs?

  1. 10-20
  2. 40-50
  3. 70-80
  4. 5-10
Question 4 Multiple Choice (Single Answer)

During Installation, Quality Center prompts the user to install?

  1. Microsoft Excel version 2003
  2. Microsoft .NET Framework 2.0
  3. Microsoft .NET Framework 1.0
  4. Microsoft Word version 2003
Question 5 Multiple Choice (Single Answer)

One of the following is not a part of the QC common toolbar-

  1. Back
  2. Tools
  3. Attachments
  4. Help
Question 6 Multiple Choice (Single Answer)

How many steps are involved in defining a Release Tree and a Requirement Tree?

  1. 3, 3
  2. 2,3
  3. 3,2
  4. 4,3
Question 7 Multiple Choice (Single Answer)

What is the test type used for creating a QuickTest Professional test?

  1. QUICKTEST_TEST
  2. QTP_AUTOMATED
  3. QUICKTEST_AUTOMATED
  4. QTP_TESTSCRIPT
Question 8 Multiple Choice (Multiple Answers)

Select those which form examples of general categories of test sets that can be created?

  1. Regression
  2. Manual
  3. Advanced
  4. Function
  5. Automated
Question 9 Multiple Choice (Single Answer)

Which parameter below is not monitored in performance testing?

  1. Error Statistics
  2. Connections
  3. Retries Per Second
  4. Logic Errors
Question 10 Multiple Choice (Single Answer)

Which among the following is not an advantage of performance testing?

  1. Identifies the bottlenecks in an application
  2. Performance testing covers functional testing fully
  3. Performance Tuning
  4. Establish baseline for future testing
Question 11 Multiple Choice (Single Answer)

Which among the following is a type of performance testing?

  1. Soak Testing
  2. Smoke Testing
  3. Adhoc testing
  4. Mutation Testing
Question 12 Multiple Choice (Single Answer)

For which among the following architecture we cant do performance testing?

  1. Client server architecture
  2. Distributed architecture
  3. Stand alone applications
  4. 3 Tier applications
Question 13 Multiple Choice (Single Answer)

Which among the following is a performance testing tool?

  1. Silk Test
  2. Jmeter
  3. Rational Robot
  4. Bugzilla
Question 14 Multiple Choice (Single Answer)

Which among the following is not a component of Loadrunner?

  1. Analyzer
  2. Snapshot viewer
  3. VuGen
  4. Silent test runner
Question 15 Multiple Choice (Multiple Answers)

Performance Testing comes at which stage of the Software Testing Life Cycle (STLC)?

  1. Test Plan
  2. Design
  3. Analyze
  4. Final Testing and Implementation
Question 16 Multiple Choice (Multiple Answers)

“To verify the application behavior at normal and peak load conditions”? Which type of testing is this

  1. Load Testing
  2. Capacity Testing
  3. Endurance Testing
  4. Stress Testing
Question 17 Multiple Choice (Single Answer)

Testing of the system to demonstrate system compliance with user requirements is

  1. Black box Testing
  2. System Testing
  3. Independent Testing
  4. Acceptance Testing
Question 18 Multiple Choice (Single Answer)

Which type of testing focuses on evaluating the interaction among units.

  1. Unit testing
  2. Integration testing
  3. Functional testing
  4. System testing
Question 19 Multiple Choice (Single Answer)

A step-by-step procedure on the action in testing & verifying of results is called a

  1. Test case
  2. Test script
  3. Test condition
  4. Test log
Question 20 Multiple Choice (Single Answer)

Verification is:

  1. Checking that we are building the right system
  2. Checking that we are building the system right
  3. Performed by an independent test team
  4. Making sure that it is what the user really wants