0

testing Online Quiz - 21

Description: testing Online Quiz - 21
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

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


Correct Option: B,C,D

How to debug the VUGen script?

  1. Toggle Breakpoints

  2. Enable debugging in general options

  3. Both of these

  4. None of these


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


Correct Option: A

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


Correct Option: A

Caller Authentication screen wont pop up for

  1. Non-revenue Account

  2. Prepaid Account

  3. Anonymous caller and Dead Air contact

  4. All the Above

  5. None of the Above


Correct Option: B,C

Which of the following is a black box design technique?

  1. statement testing

  2. equivalence partitioning

  3. error- guessing

  4. usability testing


Correct Option: B

AI Explanation

To answer this question, you need to understand black box testing and different design techniques used in software testing.

Black box testing is a testing technique where the internal workings of the system under test are not known to the tester. The tester focuses on the inputs and outputs of the system without considering its internal structure or implementation. Black box design techniques are used to define test cases for black box testing.

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

Option A) Statement testing - This option is incorrect because statement testing is a white box design technique. It involves testing individual statements or instructions in the code to ensure that they are executed correctly.

Option B) Equivalence partitioning - This option is correct because equivalence partitioning is a black box design technique. It involves dividing the input domain into equivalence classes and selecting test cases from each class to represent the entire input domain. This technique helps in reducing the number of test cases while still providing adequate coverage.

Option C) Error-guessing - This option is incorrect because error-guessing is not a specific design technique. It is a technique where testers use their experience and intuition to guess potential errors or issues in the system without following any specific design guidelines.

Option D) Usability testing - This option is incorrect because usability testing is not a design technique. It is a type of testing where the focus is on evaluating the system's user interface and user experience.

The correct answer is Option B) Equivalence partitioning. This option is correct because equivalence partitioning is a black box design technique used in black box testing.

  1. It reduces time to market.

  2. It finds more defect than other method

  3. It is cheap

  4. It is helpful to testers.


Correct Option: A

Which of the following is a static test?

  1. code inspection

  2. coverage analysis

  3. usability assessment

  4. installation test


Correct Option: A

AI Explanation

To answer this question, we need to understand the concept of static testing.

Static testing is a software testing technique that involves reviewing and inspecting the software artifacts without executing the program. It is performed during the early stages of the software development life cycle to identify defects, improve quality, and ensure compliance with standards.

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

Option A) Code inspection - This option is correct. Code inspection is a static testing technique where the software code is reviewed manually to find defects, improve code quality, and ensure adherence to coding standards. It is a form of static testing because it does not involve executing the code.

Option B) Coverage analysis - This option is incorrect. Coverage analysis is a dynamic testing technique that measures the amount of code covered by test cases. It requires executing the program and analyzing the code coverage achieved.

Option C) Usability assessment - This option is incorrect. Usability assessment involves evaluating the software's user interface and user experience to determine how easy it is to use. It is a form of dynamic testing because it typically involves interacting with the software.

Option D) Installation test - This option is incorrect. Installation test is a type of dynamic testing that verifies the successful installation and configuration of the software. It involves executing the installation process and checking if the software functions correctly.

The correct answer is Option A) code inspection. This option is correct because code inspection is a static testing technique that involves reviewing the software code without executing it.

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

  1. volume testing

  2. Stress testing

  3. Load testing

  4. Performance testing


Correct Option: C

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Volume testing - This option is incorrect because volume testing is focused on testing the system's ability to handle large amounts of data, not specifically measuring the response to demand.

Option B) Stress testing - This option is incorrect because stress testing is focused on testing the system's ability to handle extreme workloads, not specifically measuring the response to demand.

Option C) Load testing - This option is correct because load testing specifically involves putting demand on a system by simulating real-world user loads and measuring its response. It helps evaluate the system's performance under expected loads and identify any performance bottlenecks.

Option D) Performance testing - This option is incorrect because performance testing is a broader term that encompasses various types of testing, including load testing. While it may involve measuring the system's response, it does not specifically refer to putting demand on a system.

The correct answer is C) Load testing. This option is correct because load testing involves putting demand on a system and measuring its response.

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


Correct Option: D

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


Correct Option: D

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


Correct Option: B
  1. Soak testing

  2. Scalability tetsing

  3. Usability testing

  4. Acceptance testing


Correct Option: C

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


Correct Option: B
- Hide questions