BE7-R4: SOFTWARE TESTING AND QUALITY MANAGEMENT NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2.

PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question paper, as per the instructions contained therein. PART ONE is NOT to be answered in the answer book.

3.

Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be supplied at the table when the answer sheet for PART ONE is returned. However, candidates, who complete PART ONE earlier than one hour, can collect the answer book for PART TWO immediately after handing over the answer sheet for PART ONE. TOTAL TIME: 3 HOURS TOTAL MARKS: 100 (PART ONE – 40; PART TWO – 60) PART ONE (Answer all the questions) 1.

Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 A) B) C) D)

The inputs for developing a test plan are taken from Project Plan Business Plan Support Plan None of the above

1.2 A) B) C) D)

Classes, Instances, Methods, Abstraction are part of Object oriented programming Modular programming Structure programming All of the above

1.3 A) B) C) D)

A regression test: Will always be automated Will help ensure unchanged areas of the software have not been affected Will help ensure changed areas of the software have not been affected Can only be run during user acceptance testing

1.4

Which of the following could be a reason for a failure? 1) Testing fault 2) Software fault 3) Design fault 4) Environment Fault 5) Documentation Fault 2 is a valid reason; 1,3,4 & 5 are not 1,2,3,4 are valid reasons; 5 is not 1,2,3 are valid reasons; 4 & 5 are not All of them are valid reasons for failure

A) B) C) D)

BE7-R4

Page 1 of 5

July, 2014

1.5 A) B) C) D)

A quality attribute is An aspect of a system that can be measured on a scale An aspect of a system that either exists or doesn’t Software that is of very high quality An aspect of the system that cannot be tested

1.6 A) B) C) D)

Which of the following is not a static testing technique? Error guessing Walkthrough Data flow analysis Inspections

1.7 A) B) C) D)

During which test activity could faults be found most cost effectively? Execution Design Planning Check Exit criteria completion

1.8 A) B) C) D)

The purpose of requirement phase is To freeze requirements To understand user needs To define the scope of testing All of the above

1.9 A) B) C) D)

The process starting with the terminal modules is called Top-down integration Bottom-up integration None of the above Module integration

1.10 A) B) C) D)

Which of the following is not a perspective of quality? Transcendent Product-based Translucent User-based

BE7-R4

Page 2 of 5

July, 2014

2.

Each statement below is either TRUE or FALSE. Choose the most appropriate one and ENTER in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8

A Top down approach is the piecing together of systems to give rise to grander systems. Alpha testing is performed by customers or representatives at an in-house site. Component testing does not involve regression testing. The inputs for developing a test plan are taken from a Project plan. A reliable system will be one that is unlikely to cause a failure. Simplicity is not a characteristic for Testability. Test managers should not provide information for risk analysis and quality improvement. The Ability to sustain processing in the event problems occur is called Continuity of processing. Organizational factors can be part of project risk. WinRunner software was an automated functional GUI testing tool.

2.9 2.10 3.

Match words and phrases in column X with the closest related meaning/ word(s)/phrase(s) in column Y. Enter your selection in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

3.1

3.2

3.3 3.4 3.5

3.6 3.7

3.8 3.9 3.10

BE7-R4

X A frame work that is used to structure, plan and control the process of developing an information system is called A software development process combining elements of both design and prototyping-in-stages, in an effort to combine advantages of top-down and bottom-up concepts One of the method to minimize loss due to risk is This is impractical but possible Quantitative measure of the degree to which a system, system components or process possesses a given attribute One of the Quality Management Model A set of technical standards documents for the computer software development process and related business management function A method of debugging in computer programming A part of a program which is executed but whose result is never used in any other computation The mechanism for determining whether a software program or system has passed or failed

Page 3 of 5

A.

Y SPICE

B.

Quality Metric

C. D. E.

Test oracle CMM Spiral Model

F. G.

Exhaustive Testing Software Development Technique

H. I.

Dead code Tracing

J.

Identify error prior to loss

K. L. M.

Execution Alpha Testing Prototyping

July, 2014

4.

Each statement below has a blank space to fit one of the word(s) or phrase(s) in the list below. Enter your choice in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10) A.

Before

B.

Beta release

C.

Quality

D.

Gray Box Testing

E.

Guideline

F.

Static analysis tool

G.

Data flow analysis

H.

A test management tool

I.

Code inspections

J.

Standard

K.

Driver

L.

Equivalence partitioning

M.

Alpha release

4.1

Alpha testing must be performed ________ Beta testing.

4.2

To test a function, the programmer has to write a ________, which calls the function and passes its test data.

4.3

________ is a black box testing technique appropriate to all levels of testing.

4.4

Unreachable code would best be found using a ________.

4.5

We can find anomalies such as using a variable before defining it through ________.

4.6

A tool that supports traceability, recording of incidents or scheduling of tests is called ________.

4.7

The measure used to evaluate the correctness of a product is called the product ________.

4.8

The degree to which a system, system component, or process meets customer or user needs, or expectations is called ________.

4.9

________ includes both Black box and White Box Testing features.

4.10

________ is a very early build intended for limited distribution to a few key customers and to marketing for demonstration purposes only.

BE7-R4

Page 4 of 5

July, 2014

PART TWO (Answer any FOUR questions) 5. a) b)

6. a)

b)

What are the primary objectives of the Software Testing? You are newly appointed as a test lead in an organization which uses manual testing. Your boss wants you to put forth three testing tools and their features to create awareness about the testing tools in the top management. Suggest any three testing tools for your test Environment and why do you suggest them? (8+7) Describe the differences between: i) Smoke & Sanity testing ii) Validation & Verification iii) Test Effectiveness & Test efficiency What is a test strategy? (12+3)

7. a) b) c)

What's the difference between priority and severity? When to stop testing? Explain the Boundary Value Analysis. (5+5+5)

8. a) b) 9. a) b)

What is the Software Quality and what are the various attributes for the software Quality? What is DLL stomping? What is the cause of DLL stomping? (8+7) What is un-reachable code? What are the various causes for this code? Whether these codes are desirable or undesirable explain? Define Test Cases, Test Scripts and Test suites. (9+6)

BE7-R4

Page 5 of 5

July, 2014

NIELIT BE7-R4 Software Testing & Quality Management SP-1.pdf ...

Retrying... Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. NIELIT BE7-R4 Software Testing & Quality Management SP-1.pdf. NIELIT BE7-R4 Software Testing & Quality Management SP-1.pdf. Open. Extract. Open with.

35KB Sizes 0 Downloads 189 Views

Recommend Documents

NIELIT BE7-R4 Software Testing & Quality Management SP-5.pdf ...
Sign in. Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect ...

Download Automated Software Testing: Introduction, Management ...
Download Automated Software Testing: Introduction, Management, ... software releases--without compromising quality--the ... is designed to lead you through ...

software quality management pdf
Sign in. Loading… Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying.

of Software Testing Two Futures of Software Testing
So even though the customer needs, the market conditions, the schedule, the ..... The state of tester certification as of this writing (November 2008) should be ...

NIELIT B3.1-R4 Management Fundamentals & Information Systems ...
Sign in. Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect ...

Software Testing Techniques
through actual executions, i.e., with real data and under real (or simulated) ... In this paper, we focus on the technology maturation of testing techniques, including ..... Another interesting research in 1997 used formal architectural description f

NIELIT C10-R4 Software Systems SP-1.pdf
Does construction of ... Software Development differs from Object Oriented Software Development? (4+6+8). 7. ... NIELIT C10-R4 Software Systems SP-1.pdf.

NIELIT C10-R4 Software Systems SP-2.pdf
Draw a Sequence diagram and Activity diagram for. the following ... sequence. Page 1 of 2 ... Displaying NIELIT C10-R4 Software Systems SP-2.pdf. Page 1 of 2.

Software Testing Techniques
1. Software Testing Techniques. Technology Maturation and Research Strategies. Lu Luo ... research area within computer science is likely to become even more important in the future. This retrospective on a fifty-year of software testing technique re

about Software Testing
an important role in all SDLC stages. Testing ... paper nothing is for execution therefore Manual Testing is done at this stage. ... testing b) Black box testing [2,4,7].

Software Testing - II
Non-incremental ( Big-Bang integration ) . ▫ unit test each module ... to determine whether the program can handle the required volumes of data, requests, etc. ▫ .... System Testing tools and Unit Testing Frameworks are good examples. ▫ Tool

Software Testing - II
Integration Testing. Subsystem. System Testing. Tested Software. Acceptance. Testing ... Non-incremental ( Big-Bang integration ) . ▫ unit test each ... to determine whether the program can handle the required volumes of data, requests, etc. ▫

quality software project management pdf free download
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. quality software ...

NIELIT C10-R4 Software Systems SP-1.pdf
a) Define Design Pattern. Differentiate between Pattern, Framework and Architecture. b) For the Social Networking site of your choice, prepare the following ...

NIELIT B3.1-R4 Management Fundamentals & Information Systems ...
... Technical Approach, Behavioral Approach and Socio-Technical Approach to ... NIELIT B3.1-R4 Management Fundamentals & Information Systems SP-3.pdf.

It's Testing Time! Patterns for Testing Software
Jun 18, 2001 - One way to improve software quality on the functional level is to have good tests in place. This paper does not cover everything ... these patterns in order to allow for new perspectives on how to test software. The first pattern Separ

VNSGU M.Sc. (ICT) 2014 Sem II P-1609 Software Testing & Quality ...
Page 1 of 2. Page 2 of 2. Page 2 of 2. Main menu. Displaying VNSGU M.Sc. (ICT) 2014 Sem II P-1609 Software Testing & Quality Assurance.pdf. Page 1 of 2.

Chandigarh - Nielit
Jan 20, 2018 - The candidate should affix his/her recent coloured passport size photograph on the. Application Form generated online with unique reference ...

software testing automation pdf
software testing automation pdf. software testing automation pdf. Open. Extract. Open with. Sign In. Main menu. Displaying software testing automation pdf.