Tag: testing

Questions Related to testing

  1. Call Action

  2. Split Action

  3. Reusable Action

  4. Called action


Correct Option: C

The method that adds to the test while implementing Synchronization is

  1. Synchronize

  2. Wait

  3. WaitProperty

  4. Pause


Correct Option: C

Can we add external library files in QTP?

  1. True

  2. False


Correct Option: A
  1. Is the same as equivalence partitioning tests

  2. Test boundary conditions on, below and above the edges of input and output equivalence classes

  3. Tests combinations of input circumstances

  4. Is used in white box testing strategy


Correct Option: B

Which one of the following are non-functional testing methods?

  1. System testing

  2. Usability testing

  3. Performance testing

  4. Both b & c


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of functional and non-functional testing methods.

Functional testing refers to testing the functionality of a system or software application, ensuring that it meets the specified requirements. On the other hand, non-functional testing focuses on testing the system's non-functional aspects, such as performance, usability, security, reliability, and scalability.

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

Option A) System testing - System testing primarily focuses on testing the functionality of a system. It is a type of functional testing and does not fall under non-functional testing. Therefore, this option is incorrect.

Option B) Usability testing - Usability testing evaluates how user-friendly and intuitive a system or software application is. It falls under the category of non-functional testing as it assesses the system's usability, which is a non-functional aspect. Therefore, this option is correct.

Option C) Performance testing - Performance testing is conducted to evaluate the system's performance under specific conditions, such as load, stress, and volume. It also falls under the category of non-functional testing as it focuses on the system's performance, which is a non-functional aspect. Therefore, this option is correct.

Option D) Both b & c - Option D states that both usability testing and performance testing are non-functional testing methods. Based on the explanations provided above, this option is correct.

The correct answer is D) Both b & c. This option is correct because usability testing and performance testing are both non-functional testing methods that assess the non-functional aspects of a system or software application.

  1. Data tester

  2. Boundary tester

  3. Capture/Playback

  4. Output comparator


Correct Option: C

Independent Verification & Validation is?

  1. Done by the Developer

  2. Done by the Test Engineers

  3. Done By Management

  4. Done by an Entity Outside the Project’s sphere of influence


Correct Option: D

Maintenance testing is?

  1. updating tests when the software has changed

  2. testing a released system that has been changed

  3. testing by users to ensure that the system meets a business need

  4. testing to maintain business advantage


Correct Option: B
  1. performed by customers at their own site

  2. performed by customers at the software developer's site

  3. performed by an Independent Test Team

  4. performed as early as possible in the lifecycle


Correct Option: A
  1. re-testing ensures the original fault has been removed; regression testing looks for unexpected side-effects

  2. re-testing looks for unexpected side-effects; regression testing ensures the original fault has been removed

  3. re-testing is done after faults are fixed; regression testing is done earlier

  4. re-testing is done by developers; regression testing is done by independent testers


Correct Option: A