Software Quality Assurance in software engineering

Image
Software Quality Assurance (SQA):-  SQA is a set of activity assuring quality in software engineering process. Altimetry result in quality in software products. It include a following activities:- Process definition & implementation Auditing  Training  SQA is a process that insure hat developed software needs & compiles with defined or standardized quality specification. SQA is an on going process with in the SDLC that routinely checks the developed software to insure its needs desired quality measured. SQA helps to insure the development of high quality software. SQA practices are implementation in most type of software development regardless of underline software development model are being used. In a border sense SQA incorporate an implement software testing methodology to test software. SQA process test for quality in each phase of development until the software is completed. SQA genially works on one or more industries standards that helps in building software quality guid

E-R model (Entity-Relationship model) in DBMS, Attributes

 E-R Model (Entity-Relationship Model) :-

  • It a  high level conceptual data model. 
  • It allows us to describe the data involved in a real world inter price , in terms of objects & there relationship. It is validly used to developed an initial design of data base it provides a set of useful concepts that make it convenient for a developer.
  • It describes data as a collection of entities relationship & attributes.

Entities:-

An entities is an object of consult used to represent the things in the real word. Eg:- Car, Table, etc.

An entity need not be a physical entity it can also represent a concept in real words. Eg:- Project, Loan, etc.

Entity Set:-

A collection of similar kind of entities is called an entity set all entity type -> In college  database students, faculty, Course & Department are consort of check.

The collection of all the students similarly collection of all course from an entity set course.

Entity Identifier key attributes:-

An entity type usually has an attribute whose value are distinct for each individual entity in the collection. such an attributes is called a key attributes & its values can be used to identity each entity uniquely.

Strong Entities:- 

The entity types containing a key attributes are called strong entity type an regular entity type.

Attributes:- 

It is a property used to describe the specific feature of the entity, so to describe an entity entirely a set of attributes is used.

Ex:- A student entity may be describe by the student name, age, address, course, etc.

An entity will have a value for each of its attributes, Ex:- student entity will have

Name- xyz

Course- abc

Address- ............

Roll no.- 123

Domain:- 

Each simple attributes of an entity type contains a possible set of values that can be attached to it. This is called the domain of attributes, an attributes can not contain a value outside this domain.      


   

Comments

Popular posts from this blog

Computer Added Software Engineering (CASE), features of Computer Added Software Engineering (CASE), Computer Added Software Engineering (CASE) tools in Software engineering

Types of attributes in DBMS, derived, single valued, simple, multivalued, stored, composite