Software Testing Fundamentals

Covers software testing types, automation tools, SDLC models, testing methodology, and quality management concepts

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The checkpoint used to check the alt attribute exists for all relevant objects (such as images) is

  1. DataBase CheckPoint
  2. Bitmap checkpoint
  3. Standard checkpoint
  4. Accessibility Checkpoint
Question 2 Multiple Choice (Single Answer)

What is the shortcut key that is used for a Standard Checkpoint?

  1. F12
  2. F10
  3. F3
  4. F4
Question 3 Multiple Choice (Single Answer)

The command used to retrieve data from excel sheet is

  1. Set ab = Connection("srcfilepath ") , Set ws = ab.getdata(sheetid)
  2. Set ab = GetObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)
  3. Set ab = CreateObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)
  4. Set ab = GetObject("srcfilepath") , Set ws = ab.worksheets(sheetid)
Question 4 Multiple Choice (Single Answer)

The name of the testing which is done to make sure the existing features are not affected by new changes

  1. Recursive testing
  2. Whitebox testing
  3. Unit testing
  4. Regression testing
Question 5 Multiple Choice (Single Answer)

AdHoc testing is a part of

  1. Unit Testing
  2. Regression Tesing
  3. Exploratory Testing
  4. Performance Testing
Question 6 Multiple Choice (Single Answer)

TQM represents

  1. Tool Quality Management
  2. Test Quality Manager
  3. Total Quality Management
  4. Total Quality Manager
Question 7 Multiple Choice (Single Answer)

------------- means under what test environment(Hardware, software set up) the application will run smoothly

  1. Test Bed
  2. Checkpoint
  3. Code Walk through
  4. Checklist
Question 8 True/False

Cost of Production = Right The First time cost(RTF) + Cost of Quality

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

A metric used to measure the characteristic of the methods, Techniques and tools employed in developing, implementing and maintaining the software system called as

  1. Process metric
  2. Product Metric
  3. Test metrics
  4. Team metrics
Question 10 Multiple Choice (Single Answer)

What is correct Software Process Cycle?

  1. Plan(P)------>Check(C)------>Act(A)----->Do(D)
  2. Plan(P)------>Do(D)------>Check(C)----->Act(A)
  3. Plan(P)------>Do(D)------>Act(A)----->Check(C)
  4. Plan(P)------>Act(A)----->DO(d)----->Check(C)
Question 11 Multiple Choice (Single Answer)

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

  1. Water falls model
  2. Spiral model
  3. V model
  4. Linear model
Question 12 Multiple Choice (Single Answer)

Conducted to validate that the application, database, and network they may be running on can handle projected volumes of users and data effectively. The test is conducted jointly by developers, testers, DBA’s and network associates after the system Testing called as

  1. Functional Testing
  2. Stress/Load Testing
  3. Recovery Testing
  4. Integration Testing
Question 13 Multiple Choice (Single Answer)

What are the Types of Integration Testing?

  1. Big Bang Testing
  2. Bottom Up Testing
  3. Top Down Testing
  4. All of the above
Question 14 Multiple Choice (Single Answer)

What is FTT?

  1. Functions to test
  2. Fundamentals to test
  3. Features to test
  4. None of the above
Question 15 Multiple Choice (Single Answer)

Which of the following automation tool is used for Performance testing in IZI program?

  1. Quick Test Professional
  2. Rational Robot
  3. Load Runner
  4. Selenium
Question 16 Multiple Choice (Single Answer)

Which of the following automation tool is used for functional regression testing in IZI program?

  1. Quick Test Professional
  2. SOA tool
  3. Load Runner
  4. Selenium
Question 17 Multiple Choice (Single Answer)

Which of the following is NOT functional testing?

  1. System Testing
  2. Unit testing
  3. Sanity testing
  4. Load testing
Question 18 Multiple Choice (Single Answer)

Which of the following is Stress testing?

  1. Testing the performance of a system under different loads.
  2. Testing the performance of a system with different browsers.
  3. Testing the performance of a system under very high load without providing the required resources to the system
  4. None of the above.
Question 19 Multiple Choice (Single Answer)

Which of the following is Regression testing?

  1. Testing a defect which is ready for re-test.
  2. Testing the performance of a system under different loads.
  3. Randomly testing the GUI of an application.
  4. Testing an application to assure that a change, such as a bugfix, did not introduce new bugs.
Question 20 Multiple Choice (Single Answer)

Which of the following testing cover "cookie" and "session management"?

  1. Security testing
  2. Interface testing
  3. Smoke testing
  4. Sanity testing