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

How to execute the Vugen script from command line?

  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

AI Explanation

To execute the Vugen script from the command line, you can use the following command:

A) "LoadRunner install dir" \bin\mcmdrv.exe -usr "path to .usr file"

Explanation for each option:

A) "LoadRunner install dir" \bin\mcmdrv.exe -usr "path to .usr file" - This option is correct. It specifies the path to the Vugen script (.usr file) and uses the mcmdrv.exe executable to execute the script from the command line.

B) "LoadRunner install dir" \bin\mmdrv.exe -usr "path to .usr file" - This option is incorrect. The correct executable to execute the Vugen script from the command line is mcmdrv.exe, not mmdrv.exe.

C) "LoadRunner install dir" \bin\mrmdrv.exe -usr "path to .usr file" - This option is incorrect. The correct executable to execute the Vugen script from the command line is mcmdrv.exe, not mrmdrv.exe.

D) "LoadRunner install dir" \bin\mpmdrv.exe -usr "path to .usr file" - This option is incorrect. The correct executable to execute the Vugen script from the command line is mcmdrv.exe, not mpmdrv.exe.

Therefore, the correct answer is A) "LoadRunner install dir" \bin\mcmdrv.exe -usr "path to .usr file".

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

Search contact Extended screen on the same account retrieves all the contacts related to that account holder

  1. True

  2. False


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

Only one topics can be created for an Interaction (True/False)

  1. True

  2. False


Correct Option: B
  1. statement testing

  2. equivalence partitioning

  3. error- guessing

  4. usability testing


Correct Option: B

Agile testing methodology is used because of:

  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

Integration testing is always done before Unit testing:

  1. True

  2. False


Correct Option: B

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.

In Quality Center, What will be the Status of defect if you give "Suggestions" to development team

  1. Open/In Analysis

  2. Reopened

  3. New

  4. Any of the above


Correct Option: D

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

While an application is running, suddenly restart the computer, and afterwards check the validness of the application's data integrity This comes under which type of testing?

  1. Recovery testing

  2. Reliability testing

  3. Performance testing

  4. Load testing


Correct Option: A

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