Tag: testing

Questions Related to testing

  1. TamperIE

  2. CookieMonitor

  3. SQL Profiler

  4. All the above


Correct Option: D
  1. CUST001' AND ‘1’=’1

  2. CUST1001' DROP TABLE OrderDetail --

  3. CUST1001’ OR 1 = 1--

  4. All the above


Correct Option: B,C
  1. Penetration testing

  2. Vulnerability Testing

  3. Risk Assessment

  4. All the above

  5. None of the above


Correct Option: D
  1. Confidentiality

  2. Integrity

  3. Availability

  4. Functionality Testing

  5. All the above


Correct Option: A,B,C
  1. Java Script

  2. VB Script

  3. SQL Server Management Studio

  4. Web service

  5. ActiveX

  6. Flash


Correct Option: A,B,E,F

Cross Site Scripting can be used to

  1. Steal cookies

  2. Hijack accounts

  3. Execute Flash/ActiveX contents

  4. Force user to download s/w

  5. All the above


Correct Option: E

Which is not a Component testing

  1. Check the memory leaks

  2. Check the robustness

  3. Check the branch coverage

  4. Check the decision tables


Correct Option: D

AI Explanation

To answer this question, you need to understand component testing. Component testing is a level of testing that focuses on testing individual components or modules of a software system.

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

Option A) Check the memory leaks - This option is a component testing activity. Component testing involves checking for memory leaks in the individual components or modules of a software system.

Option B) Check the robustness - This option is a component testing activity. Component testing involves checking the robustness of individual components or modules.

Option C) Check the branch coverage - This option is a component testing activity. Component testing involves checking the branch coverage of individual components or modules.

Option D) Check the decision tables - This option is not a component testing activity. Decision tables are used in other types of testing, such as functional testing or integration testing, to test the logic and decision-making capabilities of a system.

The correct answer is D. This option is not a component testing activity because decision tables are not specifically associated with component testing.

Contract and regulation testing is a part of

  1. System testing

  2. Acceptance testing

  3. Integration testing

  4. Smoke testing


Correct Option: B

AI Explanation

To answer this question, we need to understand the different types of testing in software development.

A. System testing - System testing is performed to evaluate the system's compliance with the specified requirements. It focuses on testing the entire system as a whole. Contract and regulation testing is not specifically related to system testing.

B. Acceptance testing - Acceptance testing is conducted to determine whether a system meets the acceptance criteria and to obtain customer approval for the system. Contract and regulation testing is often a part of acceptance testing as it ensures that the system adheres to the contractual obligations and regulatory requirements.

C. Integration testing - Integration testing is performed to verify the interaction between different components or modules of a system. It ensures that these components work together as expected. Contract and regulation testing is not directly related to integration testing.

D. Smoke testing - Smoke testing is a preliminary testing process that checks the basic functionalities of the system to ensure that it is stable and ready for further testing. Contract and regulation testing is not specifically associated with smoke testing.

Based on the above explanations:

Option A) System testing - This option is incorrect because contract and regulation testing is not specifically related to system testing.

Option B) Acceptance testing - This option is correct because contract and regulation testing is a part of acceptance testing to ensure compliance with contractual obligations and regulatory requirements.

Option C) Integration testing - This option is incorrect because contract and regulation testing is not directly related to integration testing.

Option D) Smoke testing - This option is incorrect because contract and regulation testing is not specifically associated with smoke testing.

The correct answer is B) Acceptance testing. This option is correct because contract and regulation testing is a part of acceptance testing to ensure compliance with contractual obligations and regulatory requirements.