0

testing Online Quiz - 57

Description: testing Online Quiz - 57
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0
  1. DataBase CheckPoint

  2. Bitmap checkpoint

  3. Standard checkpoint

  4. Accessibility Checkpoint


Correct Option: D

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

  1. F12

  2. F10

  3. F3

  4. F4


Correct Option: A

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)


Correct Option: C

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


Correct Option: D
  1. Unit Testing

  2. Regression Tesing

  3. Exploratory Testing

  4. Performance Testing


Correct Option: C
  1. Tool Quality Management

  2. Test Quality Manager

  3. Total Quality Management

  4. Total Quality Manager


Correct Option: C

------------- 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


Correct Option: A

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


Correct Option: A
  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)


Correct Option: B

What are the Types of Integration Testing?

  1. Big Bang Testing

  2. Bottom Up Testing

  3. Top Down Testing

  4. All of the above


Correct Option: D
  1. Functions to test

  2. Fundamentals to test

  3. Features to test

  4. None of the above


Correct Option: C
  1. Quick Test Professional

  2. Rational Robot

  3. Load Runner

  4. Selenium


Correct Option: C
  1. System Testing

  2. Unit testing

  3. Sanity testing

  4. Load testing


Correct Option: D

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.


Correct Option: C

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.


Correct Option: D
  1. Security testing

  2. Interface testing

  3. Smoke testing

  4. Sanity testing


Correct Option: A
- Hide questions