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
  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
  1. Check the memory leaks

  2. Check the robustness

  3. Check the branch coverage

  4. Check the decision tables


Correct Option: D

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.