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

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


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

AdHoc testing is a part of

  1. Unit Testing

  2. Regression Tesing

  3. Exploratory Testing

  4. Performance Testing


Correct Option: C

TQM represents

  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

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

  1. True

  2. False


Correct Option: A
Explanation:

To solve this question, the user needs to know the formula for calculating the cost of production, which is:

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

Now, let's go through each option and explain why it is right or wrong:

A. True: This option is correct. The cost of production is calculated as the sum of the RTF and the cost of quality. RTF refers to the cost associated with producing a product without any defects or errors, while the cost of quality refers to the cost of correcting any defects or errors in the product after it has been produced. Therefore, the formula correctly represents the total cost of production.

B. False: This option is incorrect because the formula is correct. As explained in option A, the cost of production is calculated as the sum of the RTF and the cost of quality.

Therefore, the answer is:

The Answer is: 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

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)


Correct Option: B

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


Correct Option: C

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


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of different types of software testing.

The test described in the question, conducted jointly by developers, testers, DBAs, and network associates after the system testing, is known as Stress/Load Testing.

Let's go through each option to understand why it is correct or incorrect:

Option A) Functional Testing - Functional testing focuses on testing the individual functions or features of a software application to ensure they work as intended. It does not specifically address validating the application's ability to handle projected volumes of users and data effectively. Therefore, this option is incorrect.

Option B) Stress/Load Testing - Stress testing involves testing the application, database, and network under abnormal or extreme conditions to evaluate their stability and performance. It aims to determine the system's behavior when it is pushed beyond its normal operational capacity. This type of testing is conducted to validate that the system can handle projected volumes of users and data effectively. Therefore, this option is correct.

Option C) Recovery Testing - Recovery testing is performed to verify that a system can recover from failures or disasters and continue functioning as expected. While it is an important type of testing, it does not specifically focus on validating the system's ability to handle projected volumes of users and data effectively. Therefore, this option is incorrect.

Option D) Integration Testing - Integration testing is conducted to test how different modules or components of a system work together when integrated. It aims to identify issues that may arise due to the interaction between various components. While integration testing is an important aspect of software testing, it does not specifically address validating the system's ability to handle projected volumes of users and data effectively. Therefore, this option is incorrect.

The correct answer is B) Stress/Load Testing. This option is correct because it accurately describes the type of testing conducted to validate that the application, database, and network can handle projected volumes of users and data effectively.

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

What is FTT?

  1. Functions to test

  2. Fundamentals to test

  3. Features to test

  4. None of the above


Correct Option: C

AI Explanation

To answer this question, you need to understand what the acronym FTT stands for.

Option A) Functions to test - This option is incorrect because FTT does not stand for "Functions to test". The acronym FTT does not typically refer to functions in the context of testing.

Option B) Fundamentals to test - This option is incorrect because FTT does not stand for "Fundamentals to test". The acronym FTT is not related to testing fundamentals.

Option C) Features to test - This option is correct. FTT stands for "Features to test". In the context of software testing, FTT refers to the specific functionalities or features of a software system that need to be tested.

Option D) None of the above - This option is incorrect because FTT stands for "Features to test".

The correct answer is C) Features to test. This option is correct because FTT is commonly used to refer to the features or functionalities that should be tested in software testing.

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


Correct Option: C

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


Correct Option: A

Which of the following is NOT functional testing?

  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

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

  1. Security testing

  2. Interface testing

  3. Smoke testing

  4. Sanity testing


Correct Option: A
- Hide questions