STQA Imp
STQA Imp
1.Explain Diff types of computer aided s/w testing tools(CAST),What are benefit of using the
testing ools?
1. Test Management Tools: e.g., JIRA, TestLink – manage test plans and cases.
6. Security Testing Tools: e.g., Burp Suite, OWASP – ensure app security.
11.
Functional Testing:
9. Output-oriented testing.
Non-Functional Testing:
Regression Testing:
Confirmation Testing:
3. A type of re-testing.
1. Process-oriented.
6. Proactive in nature.
9. Continuous activity.
1. Product-oriented.
6. Reactive in nature.
2. Ensures all decision points (if/else, loops) in the code are tested.
5. Example: For an if (x > 0) condition, test cases must include x > 0 and x <= 0.
Test Planning:
TestNG Overview:
4. Example:
java
Copy code
Verification:
2. Process-oriented.
6. Preventive in nature.
8. Involves QA activities.
Validation:
2. Product-oriented.
6. Detective in nature.
8. Involves QC activities.
Black-box Testing:
White-box Testing:
3. Testing Shows Presence of Defects: Can reveal issues but not prove absence.
8. Involves tools like TestNG, Selenium, and JIRA for automation and tracking.
1. Definition: SQA ensures software meets quality standards and best practices.
3. Activities:
o Requirement analysis.
o Configuration management.
o Risk management.
Types:
1. Unit Testing.
2. Integration Testing.
3. System Testing.
4. Acceptance Testing.
5. Regression Testing.
6. Performance Testing.
7. Security Testing.
8. Usability Testing.
9. Compatibility Testing.
10. Exploratory Testing.
Benefits:
9. Supports scalability.
Risks:
Test Automation:
8. Reduces time-to-market.
3. Test Case Design: Write test cases and scenarios based on requirements.
Productive Risk:
Project Risk:
2. Verification activities correspond to each SDLC phase (e.g., requirement review aligns with
acceptance testing).
3 Experience-Based Testing:
4 Walkthrough:
5. Example: Testing for age input (valid: 1-120, invalid: <1 or >120).
8 Cyclomatic Complexity:
1. Measures decision paths in the code.
5. Example: Loan approval with criteria like income and credit score.
Alpha Testing:
Beta Testing: