Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

February 2019

The user system requirements are the parts of which document ?

The user system requirements are the parts of which document ?

A. SDD
B. SRS
C. DDD
D. SRD

Explanation: Software requirements specification (SRS), is a complete description of the behaviour of a system to be developed and may include a set of use cases that describe interactions the users will have with the software.

The user system requirements are the parts of which document ? Read More »

Requirement Engineering

Which is one of the most important stakeholder from the following ?

Which is one of the most important stakeholder from the following ?

A. Entry level personnel
B. Middle level stakeholder
C. Managers
D. Users of the software

Explanation: Users are always the most important stakeholders.After all, without users or customers, what’s the point of being in business?

Which is one of the most important stakeholder from the following ? Read More »

Requirement Engineering

A stakeholder is anyone who will purchase the completed software system under development ?

A stakeholder is anyone who will purchase the completed software system under development ?

A. True
B. False

Explanation: Stakeholders are anyone who has an interest in the project. Project stakeholders are individuals and organizations that are actively involved in the project, or whose interests may be affected as a result of project execution or project completion.

A stakeholder is anyone who will purchase the completed software system under development ? Read More »

Requirement Engineering

Which three framework activities are present in Adaptive Software Development(ASD) ?

Which three framework activities are present in Adaptive Software Development(ASD) ?

A. analysis, design, coding
B. requirements gathering, adaptive cycle planning, iterative development
C. speculation, collaboration, learning
D. all of the mentioned

Which three framework activities are present in Adaptive Software Development(ASD) ? Read More »

Models & Software Development, Software Processes

User requirements are expressed as _______________ in Extreme Programming?

User requirements are expressed as _______________ in Extreme Programming?

A. implementation tasks
B. functionalities
C. scenarios
D. none of the mentioned

Explanation: User requirements are expressed as scenarios or user stories.These are written on cards and the development team break them down into implementation tasks. These tasks are the basis of schedule and cost estimates

User requirements are expressed as _______________ in Extreme Programming? Read More »

Models & Software Development, Software Processes

Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur ?

Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur ?

A. True
B. False

Explanation: In XP Some tests can be very difficult to write incrementally.For example, in a complex user interface, it is often difficult to write unit tests for the code that implements the ‘display logic’ and workflow between screens.

Programmers prefer programming to testing and sometimes they take shortcuts when writing tests. For example, they may write incomplete tests that do not check for all possible exceptions that may occur ? Read More »

Models & Software Development, Software Processes

In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented ____________________?

In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented ____________________?

A. True
B. False

Explanation: XP follows Test-first development approach.

In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented ____________________? Read More »

Models & Software Development, Software Processes

Is a customer involved test development and validation in XP ?

Is a customer involved test development and validation in XP ?

A. Yes
B. No
C. It may vary from Customer to Customer
D. None of the mentioned

Explanation: The role of the customer in the testing process is to help develop acceptance tests for the stories that are to be implemented in the next release of the system.However, people adopting the customer role have limited time available and so cannot work full-time with the development team. They may feel that providing the requirements was enough of a contribution and so may be reluctant to get involved in the testing process.

Is a customer involved test development and validation in XP ? Read More »

Models & Software Development, Software Processes

Which four framework activities are found in the Extreme Programming(XP) ?

Which four framework activities are found in the Extreme Programming(XP) ?

A. analysis, design, coding, testing
B. planning, analysis, design, coding
C. planning, design, coding, testing
D. planning, analysis, coding, testing

Explanation: XP involves the mentioned four activities, and in the same in order.

Which four framework activities are found in the Extreme Programming(XP) ? Read More »

Models & Software Development, Software Processes