0% found this document useful (0 votes)
8 views2 pages

Software Testing Concepts and Techniques

This document is an examination paper for T.Y. B.Sc. (Computer Science) on Software Testing and Tools, consisting of five questions with varying marks. Candidates are required to answer a selection of questions covering topics such as software testing definitions, test case design techniques, and defect life cycles. The exam has a total duration of 2 hours and is worth a maximum of 35 marks.

Uploaded by

ommsutar15
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Software Testing Concepts and Techniques

This document is an examination paper for T.Y. B.Sc. (Computer Science) on Software Testing and Tools, consisting of five questions with varying marks. Candidates are required to answer a selection of questions covering topics such as software testing definitions, test case design techniques, and defect life cycles. The exam has a total duration of 2 hours and is worth a maximum of 35 marks.

Uploaded by

ommsutar15
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Total No. of Questions : 5] SEAT No.

P-6404 [Total No. of Pages : 2


[6155]-67
T.Y. [Link]. (Computer Science)
CS-3610 : Software Testing and Tools (Paper - VII)
(Revised 2019) (CBCS) (Semester - VI)

Time : 2 Hours] [Max. Marks : 35


Instructions to the candidates:
1) All questions are compulsory.
2) Figures to the right indicate full marks.

Q1) Attempt any Eight of the following (Out of Ten) : [8 × 1 = 8]


a) What is software testing?
b) Enlist any two features of Bugzilla tool?
c) State any two advantages of statement coverage.
d) Define test Plan.
e) Define entry criteria and exit criteria in a test case.
f) Define error.
g) Enlist the types of defects.
h) Define Manual Testing.
i) What is test suite?
j) What is a test report?

Q2) Attempt any Four of the following (Out of Five) : [4 × 2 = 8]


a) Explain any two test case design techniques.
b) Enlist four objective of writing test cases.
c) What are the critical defects?
d) What is difference between manual testing and automation testing?
e) State features of JIRA tool.
P.T.O.
Q3) Attempt any TWO of the following (Out of Three) : [2 × 4 = 8]
a) How to design test cases in MS Excel? Describe with example.
b) Write a note on path coverage testing.
c) Explain steps for writing test cases.

Q4) Attempt any Two of the following (Out of Three) : [2 × 4 = 8]


a) Explain defect life cycle with the help of detailed diagram.
b) Consider following code -
i) input(intx, inty) {
ii) sum = x+y;
iii) if (sum >0)
iv) Printf (This is positive
results);
v) else
vi) Printf(This is negative
result);
vii) }
Test case 1: x = 6, y = 2
Test case 2: x = –4, y = –3
Consider above test cases scenarios and find the percentage of statement
coverage.
c) Explain different types of Automation testing tools? Explain two of
them in short.

Q5) Attempt any ONE of the following (Out of Two) : [1 × 3 = 3]


a) How to prepare test plan?
b) Explain unstructured loop testing.



[6155]-67 2

Common questions

Powered by AI

Bugzilla is known for its robustness, ease of use, and features like email notifications, attachments, and customizable statuses, making it effective for bug tracking. JIRA, widely used for its comprehensive project management capabilities, supports agile methodologies, offers extensive reporting and dashboard customization, and integrates well with other tools, providing an all-in-one solution for tracking issues and managing projects .

Critical defects in software testing include issues that either halt the system's functionality or cause it to produce incorrect results that affect end-user satisfaction and software performance. These defects are significant because they impact core aspects of the software, necessitating prompt resolution before release to prevent operational failures. Examples include functionality failures, security breaches, and data loss .

The defect life cycle diagram outlines the stages a defect goes through from identification to resolution, helping teams understand the process of defect management. It clarifies roles, tracks defect status (new, assigned, fixed, retested, closed), and ensures efficient management by marking ownership and deadlines for resolving issues. This enhances communication and collaboration among team members, ensuring defects are addressed systematically and promptly .

Entry and exit criteria in a test case define preconditions for test execution and conditions for completion, respectively. They are significant as they ensure testing objectives are met, prevent incomplete testing phases, and facilitate risk management. Entry criteria confirm readiness for testing, while exit criteria validate the testing phase as complete, ensuring quality standards are met before proceeding .

Test case design techniques contribute to successful testing outcomes by ensuring a comprehensive approach to identifying test scenarios, optimizing coverage, and enhancing efficiency. Common techniques include equivalence partitioning, boundary value analysis, and decision table testing. These techniques streamline test creation, minimize redundancy, and help detect defects early, thereby improving the quality and reliability of the software .

Automation testing tools enhance the testing process by providing efficiency, repeatability, and accuracy in test execution. They support regression, performance, and load testing. Selenium, an open-source tool, is widely used for web applications due to cross-browser support. QTP (Quick Test Professional), now UFT (Unified Functional Testing), supports functional and regression testing with strong reporting and test design capabilities .

Designing test cases in MS Excel involves structuring columns for test case ID, description, pre-conditions, test steps, test data, expected results, and actual outcomes. Benefits include easy visualization, sorting, and filtering of test cases. Excel provides a flexible, cost-effective means to plan and report test results, facilitating collaboration and version tracking .

A test report serves as a comprehensive document summarizing test activities, findings, and outcomes. It includes sections like test summary, objectives, executed test cases, defects found, and pass/fail rates. Its role is crucial for communicating test results, analyzing data for decision-making, and providing stakeholders with insights into software quality. This transparency aids in informed decision-making for software release .

Statement coverage ensures that each line of code is executed at least once during testing. Its advantages include identifying portions of code not executed, improving the reliability of the code, and uncovering logical errors. This thoroughness helps in detecting defects residing in untested code paths, thus increasing code quality and minimizing latent bugs .

Manual testing involves human interaction for test execution without tools, making it ideal for exploratory, usability, or ad-hoc testing. It's preferable when tests require complex human judgment or short-term execution. Automation testing, in contrast, uses scripts and tools to execute tests, suitable for regression and load testing where high efficiency and repeatability are required. Automation is preferred for tests that are stable and repeated frequently .

You might also like