Free Essay

Web Quality

In:

Submitted By kabitaraninaik
Words 3672
Pages 15
Quality Attributes in mobile Web Application Development
Axel Spriestersbach 1, Thomas Springer2
1

SAP-AG, Corporate Research, Germany axel.spriestersbach@sap.com

2

Dresden University of Technology, Germany springet@rn.inf.tu-dresden.de

Abstract: This paper deals with a quality model for mobile web applications. The paper describes typical challenges in the development of mobile web application and decomposes the challenges into the quality of the ISO 9126 quality standard. This leads to an adjusted ISO model that focuses on those quality features that are important in order to assure the quality of mobile web applications. The proposed model may be used for analyzing the quality factors of mobile web applications, expert evaluation checklists and may be used for quality based content adaptation. Finally, the paper shows that challenges in mobile web application development may be solved by applying quality insurance methods to the development of those applications.

Introduction
The mobile Internet promised comparable flexibility and cost efficiency to the normal web. However, experiences indicate that the development of mobile web applications needs to consider special challenges in the areas of usability, development efficiency and runtime consideration. The major challenge of mobile application development is the heterogeneity of mobile devices and web browsers installed on the devices. The differences in the form factors and input capabilities strongly influence the usability of an application. In addition the pre-installed browsers differ between the devices. Currently most mobile devices, either support WML or subset of (X)HTML. The different markup languages pose threats to application development that are either automatically or manually adapted to the different languages. Finally the wireless network connection causes additional threats, such as higher network delay, limited bandwidth or dropped connections. These challenges will be investigated in depth in the “Challenges for Mobile Application Development” section. These problems may be considered as quality problems. However, while several studies on quality for e-commerce systems have been done (i.e. [StXe01]) there are no such studies for mobile applications. An adapted quality model that investigates special issues in quality assurance is helpful in two ways. First the consideration of special quality features help implementers in creasing the quality of their applica-

tions and leverage the acceptance of mobile web applications. Therefore quality assurance methods contribute in overcoming some of today’s challenges in mobile application development. Second a quality model will support researchers in comparing their approaches in mobile web applications development and device independence. This paper describes the major challenges to application development when building mobile web applications and maps the challenges to the well known ISO 9126 quality attributes to the special needs of mobile web applications. The paper is organized as follows: the first chapter introduces the ISO 9126 norm. The second chapter describes the major challenges of mobile web applications development and links those challenges to the affected quality features. Chapter three summarises the findings of chapter two and indicates the parts of the ISO 9126 norm that are especially affected. The paper concludes with an outlook on future work that is required in order to archive the described goals.

Quality Attributes according to ISO 9126
The ISO 9126 is part of the ISO 9000 standard, which is the most important standard for quality assurance. The ISO 9126 defines a set of the quality attributes to be used in a quality assurance process. An overview of the defined attributes is shown in the figure below.

Suitability Accuracy

Functionality

Interoperability Standards Security Fault tolerance

Reliability

Maturity Recoverability Understandability

Usability ISO 9126 Efficiency

Lernability Operability timebased Efficiency resourcebased Efficiency Analysability

Maintainability

Changeability Stability Testability Adaptability Installability

Portability

Conformance Replaceability

Figure 1 Overview ISO 9126

The main factors are Functionality, Reliability, Usability, Efficiency, Maintainability and Portability that are further divided into a set of sub- factors. Functionality Functionality is “a set of attributes that bear on the existence of a set of functions and their specified properties. The functions are those that satisfy stated or implied needs.” (ISO 9126: 1991, 4.1). This factor consists of five sub- factors: Suitability means that the functionality of the application fits the needs of a user to fulfil a certain task without overwhelming the user. Accuracy means that the results or application’s behaviour is correct. Interoperability means that the application is able to interact with the specified systems. Compliance means that the application is compliant with standards, conventions or regulations in laws and similar prescriptions. Security is the ability to prevent unauthorized access, whether accidental or deliberate, to programs and data. Reliability Reliability is “a set of attributes that bear on the capability of software to maintain its level of performance under stated conditions for a stated period of time” (ISO 9126:

1991, 4.2). Reliability consists of three sub-factors: Maturity is the frequency of software faults. Fault tolerance is the ability of software to deal with of software faults or infringement of its specified interface. Recoverability is the capability to recover data affected in case of a failure and measured by the time and effort needed for it.

Usability Usability is „a set of attributes that bear on the effort needed for use, and on the individual assessment of such use, by a stated or implied set of users” (ISO 9126: 1991, 4.3). The quality factor consists of three sub- factors: Understandability describes the users' effort for recognizing the logical concept of an application and the applicability of that logical concept. Learnability is the users' effort for learning the application as for example, operation control, input and output and finally Operability - the users' effort for operation and operation control. Efficiency Efficiency is “a set of attributes that bear on the relationship between the level of performance of the software and the amount of resources used, under stated conditions” (ISO 9126: 1991, 4.4). The efficiency of the time and resource behaviour are distinguished. The time behaviour describes for instance processing times and throughput rates while resource behaviour means the amount of resources used and the duration of use. Maintainability Maintainability is “a set of attributes that bear on the effort needed to make specified modifications” (ISO 9126: 1991, 4.5). The factor consists of four sub- factors: Analysability, the effort needed for the diagnosis of deficiencies or failures and for the identification of parts to be modified. Changeability is effort needed for modification, fault removal or for environmental change. Stability is the tolerance of the application towards unexpected effects of modifications. Testability is the effort for validating modification.

Portability Portabiltiy is “a set of attributes that bear on the ability of software to be transferred from one environment to another” (ISO 9126: 1991, 4.6). The factor consists of four sub- factors: Adaptability is the opportunity for adapting the application to different environments without additional effort. Installability is the effort for installing the software. Conformance means the conformance of an application to standards or

conventions relating to portability. Replaceability is the opportunity and effort to use an application as a replacement for another application.

Challenges for Mobile Application Development
This chapter describes the typical challenges for the development of mobile web applications and relates them to the quality features described in the last chapter. Usability There are implied restrictions on interfaces for user interaction on mobile devices compared to a normal desktop browser. Porting an application from a desktop to a mobile version therefore requires adaptations with respect to output, input and navigation. The output capabilities of mobile device are determined by their screen, which can range from small monochrome to VGA/SVGA size displays. The screen limits the amount of information for simultaneous display and therefore the bandwidth for user interaction. Applications need to consider this limitation, for example by distributing information across multiple pages or adapting the content of the application (e.g. [MaVe02], [KePl02]). The limited input capabilities are due to size constraints of mobile devices that are usually not equipped with a full size QWERTY keyboard. The performance for data input is therefore comprimised. This must must be taken into consideration by applications which limit data input to the minimal required data. In addition, applications should select input widgets that are appropriate to the input hardware. For example, when designing a date entry field, an application should use numeric input widgets (i.e. an input field) instead of selection widgets (i.e. a DropDown Box) since mobile phones are usually equipped with a numeric keyboard that supports numeric input best. The following example shows the effects the selection of different widgets when using a device with limited input capabilities. We evaluated multiple versions of a UI widget for specifying a date on a Motorola Timeport mobile phone. Figure 2 and Figure 3 below show two alternative versions: one using input fields, the other one using selection boxes. For the first version the user has to use the numeric keypad to input the date, for the latter version the restricted navigation facilities of such keyboards come into play.

Figure 2 Date Input - Keypad version

Figure 3 Date Input - Select version

During the user trial we found that on the average the users needed 18.3 seconds to complete version one while they needed 23.7 seconds for version 2. This indicates that for the selected phone numeric input methods should be used in favour to selection based methods. Similar results for the Nokia 7110 indicate that this is the general trend for devices with numeric keypads. Another important observation is that the navigation concept needs to be adapted to a device. For instance, devices equipped with a touch screen should support a hypertext navigation concept, while other devices equipped with selects buttons should use menu based navigation. Generally, the functionality of desktop applications is too complex for a direct transformation to mobile devices. Mobile web applications should be focused and simplistic in order to minimize the required interaction. Therefore, not only the individual user interface widget needs to be adapted, the overall complexity of the application should not overwhelm the user. Functionality that is not required to fulfil a certain task should be left out for those devices with restricted user interfaces. In addition the operability is influenced by mobility for interactive tasks - data input and navigation. The hardware limitations (i.e. smaller keyboards) require more user attention to operate the application when inserting data or navigating. Additionally, the surrounding environment has an impact on the interaction. A user may be distracted and in motion when using his mobile device, so the accuracy, speed and correctness of his input may be lower. In conclusion, usability and functionality are important and currently a major threat for the success of mobile web applications. Therefore quality factors such as usability, operability and especially suitability need special consideration when designing and implementing mobile applications. Quality assurance methods should be applied during the development process to assure that an application meets the required quality features and thus the success of the application.

Technology impact Technology is no longer a guarantee for commercial success. Economics is an important factor for the success of mobile web applications. The costs – network and application - for using the applications need to be considered and a service needs to provide an added value to the user, which he’s willing to pay for. Currently, the costs for using a service consist of a service fee and network costs. We focus on the network costs, which currently have a greater impact compared to non wireless networks. In GSM networks the network costs are either time or volume based. Mobile applications should therefore try to minimize the time a user needs to complete a task and the amount for data send to the client. This contributes to an application’s suitability as well as a time and resource based efficiency.

Mobility and context changes Suitability and costs have another effect on mobile applications. The applications are more focused and the usage time is reduced. The time invested for understanding and learning about the application should be reduced as well. Otherwise, the users could reject the application. This goal may be reached by a common applications design or by using use patterns. However learnability and understandability need special consideration. As mobile web applications are used in very different environments and the user is often travelling, the user accesses the application whenever and wherever required to fulfil a certain task. A mobile web application is subject to continuous context changes. The context influences the application, which needs to adapt to those context changes. For example, the location is irrelevant to an office situation – the location does usually not change everyday. For a mobile web application this situation is different. When used on the road the location is very important, information that may be used increases the suitability of an application. For example [SpVo03] describes an approach that uses a user’s location to replace certain location dependent user inputs. The decreased interactivity decreases the usage times that contributes to the suitability of the application. A changing context is the nature of mobile web applications that must adapt to those context changes. Context changes have a strong influence on the software engineering process ([FiSa01]) of an application as well as quality engineering. The quality factor suitability is especially affected.

Wireless network In the early day of mobile internet access, technology problems, such as network stability and networks delays, were identified as a major issue, communication technologies (e.g. devices, networks) have nowadays reached a certain level of maturity. However, the differences in the quality of service of mobile networks still differs from the QoS of fixed networks and therefore needs consideration in the develop-

ment process of mobile applications. The latency and the limited bandwidth have an impact on application development. For example, the delay in loading pictures on a mobile, requires by far more text oriented mobile web applications in order to be suitable. Another challenge for wireless network access is security. Tampering a wireless connection is much easier compared to fixed lines. In addition the limited processing power also limits the level of the supported security standards. For example WTLS encryption that is used for WAP devices is less robust compared SSL, used in the normal web. The differences require special consideration in requirements engineering and quality assurance - especially the quality factor security.

Device heterogeneity The heterogeneity of devices is causing an increased development effort for mobile web applications. There is a lack of accepted application level models for user interaction and content presentation (UICP) which satisfies the needs of efficient application development and device specific factors. In addition, maintaining multiple device dependent versions is labor intensive, compared to the a few common alternatives, which have to be maintained for non-mobile web-applications. Various approaches are being considered stressing different constraints and expectations. The mechanisms of the World Wide Web have set the standard for UICP based on PC browsers. A large number of existing HTML pages induced efforts to achieve automatic transformation into representations which can be rendered on handheld devices with considerably smaller screen sizes. Such approaches (e.g. [BiSc97]) target page transformations based on syntactical analysis of a given HTML page, element type specific reductions (e.g. image rescaling) or exclusions of content parts based on assumptions about the semantics of HTML content parts. Experiments with such systems have shown that, while generated presentations are legible, the aesthetical quality of achieved presentations is rather low ([BiSc97]). A second school of thought advocates the development of distinct UICP models to be used in the context of distinct devices. Providing a dedicated UICP model for every possible device ensures maximal UICP adaptation, at the expense of development cost ([UnwPla]). To alleviate this situation, approaches such as [UnwPla], [CoSh95] consider the provision of UICP models for a number different device classes. Still, UICP definition needs to be done several times. Regarding implementation efficiency, defining and implementing a UICP model which can be reused for every possible end user device is an ideal approach. To support such device independent authoring various techniques have been considered including: abstract user interfaces mapped onto a concrete UI representation of an employed device ([UIML], [XIML], [EiVa01]) content elision and transcoding techniques (e.g. [BiSc97], [MaVe02]) presentation structure adaptations such as for dynamic layouting and pagination (e.g. [MaVe02], [KePl02]).

The challenge common to all approaches is finding an optimal tradeoff between the quality and the development effort. The need for automation requires a high level of adaptability of applications as well as the supporting environment. In an ideal case an automated transformation system requires no additional modifications of the application are necessary. However, such a maturity level is difficult to reach –an evolutionary development approach [GeGa99] that starts with an application for a smaller set of devices which is extended to new devices is much more likely. The author of device independent applications is required to partially port or at least add additional meta-information for an adaptation engine for new devices. The frequent changes require a maintainable application. Changeability and stability are especially important for mobile web applications. In an ideal case an author is able to invest the minimal effort required to archive the predefined quality level.

Summary The challenges for the development of mobile web applications are partially quality challenges. The fact that a software project is developing for a mobile client needs to be considered in requirement analysis and quality assurance. Table 1 summarizes the relationships between mobile challenges and quality factors according to the ISO 9126 norm. Characteristics of mobile web applica- Related Quality Factor tion Usability – Output / Usability Form factor consideration Suitability Usability – Input / Usability Form design Suitability Operability Usability – Navigation Usability Suitability Operability Network limitations Resource based Efficiency Time based Efficiency Wireless connection Security Suitability Context changes Suitability Short usage times Understandability Learnability Application development for Portability heterogeneous devices Adaptability Changeability Stability
Table 1 Impact of mobility on ISO 9126

Challenges Mobile Application Development – A Quality Problem?
As described in the last section a couple of challenges in mobile web applications and the development of such are related to quality issues. The most urgent challenges for mobile web applications concern increasing the usability and the suitability of mobile applications. Both are important quality factors listed in the ISO 9126 standard. A second challenge is on increasing the efficiency of mobile web application development. The heterogeneity of devices requires porting and adapting the application to new devices with new requirements towards the applications. Increasing the quality of the development processes and products/program code in the areas of portability and maintainability will help to lower the cost when adding a new target platform.

Suitability Accuracy

Functionality

Interoperability Standards Security Fault tolerance

Reliability

Maturity Recoverability Understandability

Usability ISO 9126 Efficiency

Lernability Operability timebased Efficiency resourcebased Efficiency Analysability

Maintainability

Changeability Stability Testability Adaptability Installability

Portability

Conformance Replaceability

Figure 4 ISO 9126 - Effects of mobile web applications

Finally, the limited processing and network resources require efficient use of the available resources. An overview of the impacts of mobile web applications on the ISO 9126 standard is shown in Figure 4. The areas that are of special interest are marked bold. The adapted ISO standard may be used to support the development in tracking the most important quality factors for mobile web applications. The attributes should be especially considered in the requirement phase. Applying software and quality engineering methods to the development should then lead to increased quality of mobile web applications and therefore better acceptance of future generation of mobile web applications.

Conclusion & Future work
The paper has discussed the ISO 9126 norm with respect to the development of mobile web applications. We introduced the standards, explained typical challenges in mobile web application development and linked those challenges to quality features. The result is a list of quality features that require special attention for those development projects. The final goal of the research is applying quality assurance to help improving mobility challenges.

The next steps for our research is a deeper investigation on the core quality attributes and on methods for measuring those under the requirements imposed by mobile web development, namely the heterogeneity of device that may be too labor intensive, for quality assurance comparable to effort for the development of applications. This may also imply changes to the general development approaches such as HORIZON process that is used within SAP.

References
[BiSc97] T. W. Bickmore, B. N. Schilit, Digestor, Device-independent Access to the World Wide Web, Proceedings of the 6th WWW Conference, Santa Clara, CA, USA, 1997. I. Cooper, R. Shufflebotham, PDA Web Browsers: Implementation Issues, Technical Report, Canterbury Computing Laboratory, University of Kent, UK, 1995. J. Eisenstein, J. Vanderdonckt, A. Puerta, Applying Model-Based Techniques to the Development of UIs for Mobile Computers, Proceedings on Intelligent User Interfaces, Santa Fe, 2001. G. Graef, M. Gaedke, An Evolution-oriented Architecture for Web Applications, Proceedings of NOSA ´99 1999. A. Finkelstein, A. Savigni, A Framework for Requirements Engineering for Context-Aware Services, Proceedings 1st International Workshop From Software Requirements to Architectures (STRAW 01) 2001. SAP, Horizon , http://www.sap.com/print/solutions/quality/globaldevqm.asp H. Keränen, J. Plomp, Adaptive Runtime Layout of Hierarchical UI Components, Proceedings of the NordCHI 2002. S. Mandyam, K. Vedati, C. Kuo, W. Wang , User Interface Adaptations, W3C Workshop on Device Independent Authoring Techniques, http://www.w3.org/2002/07/DIAT, 2002. M. Satyanarayanan: Fundamental Challenges in Mobile Computing, Symposium on Principles of Distributed Computing, 1996. A. Stefan, M. Xenos: A model for assessing the quality of e-commerce systems, Proceedings of the PC-HCI 2001 Conference on Human Computer Interaction, 2001. A. Spriestersbach, H. Vogler, P. Ebert: Improving the Usability of Mobile Enterprise Applications by Applying Location and Situation Information, Proceedings of the third workshop on Applications and Services in Wireless Networks (ASWN), 2003. User Interface Markup Language, www.uiml.org , 2003. Unwired Planet Inc., Developer’s Guide Version 1.0, Redwood Shores, CA, USA, 1997. Extensible Interface Markup Language, www.ximl.org , 2003.

[CoSh95]

[EiVa01]

[GeGa99] [FiSa01]

[Horizon] [KePl02] [MaVe02]

[Saty96] [StXe01]

[SpVo03]

[UIML] [UnwPla] [XIML]

Similar Documents

Free Essay

Quality Web Design

...Quality Web Design Company Overview Quality Web Design (QWD) is an organization that specializes in Web site and Web content design for all types of businesses. QWD's mission is to provide top quality Web design that will increase consumer generated revenue to QWD's customer Web sites. QWD's database contains over 250,000 proprietary images and graphical designs that will enhance most Web sites’ appeal to a target demographic. Hardware Vulnerability Single ISP controlled router linking service to the internet. There is a security vulnerability to cracking from the internet side of the router, thus possibly severing customers from the product and/or service. Assuming the ISP can control the router remotely, it is a backdoor into the router than can possibly be used by unauthorized users to change the router settings and deny internet service to the company. There is a very low likelihood that the router will be taken over by an unauthorized user. This is also a vulnerability in terms of access control, with no access to an ISP controlled router, Quality Web Design can not secure this router to limit unauthorized access. An edge router should have specific items addressed to ensure that it has as little vulnerability as possible. Here are a few points to consider when securing a router: • Make sure that the OS is patched and as up to date as possible • Protocols o use ingress and egress filtering o Screen ICMP traffic from the internal network • Disable...

Words: 718 - Pages: 3

Premium Essay

Quality Attributes of Web Application

...Web Software Applications Quality Attributes Jeff Offutt Information & Software Engineering George Mason University Fairfax, VA 22030 USA http://www.ise.gmu.edu/~ofut/ Abstract In only four or five years, the World Wide Web has changed from a static collection of HTML web pages to a dynamic engine that powers e-commerce, collaborative work, and distribution of information and entertainment. These exciting changes have been fueled by changes in software technology, the software development process, and how software is deployed. Although the word “heterogeneous” is commonly used to describe web software, we might easily forget to notice in how many ways it can be applied. In fact, the synonymous term “diverse” is more general and familiar, and may be more appropriate. Web software applications use diverse types of hardware, they include a diverse collection of types of implementation languages (including traditional programs, HTML, interpreted scripts, and databases), they are composed of software written in diverse languages, and they are built by collections of people with very diverse sets of skills. Although these changes in how web applications are built are interesting and fascinating, one of the most unique aspects of web software applications is in terms of the needs they must satisfy. Web applications have very high requirements for a number of quality attributes. Some of these quality attributes have been important in other (mostly relatively small) segments of the...

Words: 5721 - Pages: 23

Premium Essay

Judgment of Information Quality and Cognitive Authority in the Web

...Judgment of Information Quality and Cognitive Authority in the Web Soo Young Rieh Excite@Home* 450 Broadway Street, Redwood City, CA 94063. Email: srieh@excitehome.net In the Web, making judgments of information quality and authority is a difficult task for most users because overall, there is no quality control mechanism. This study examines the problem of the judgment of information quality and cognitive authority by observing people’s searching behavior in the Web. Its purpose is to understand the various factors that influence people’s judgment of quality and authority in the Web, and the effects of those judgments on selection behaviors. Fifteen scholars from diverse disciplines participated, and data were collected combining verbal protocols during the searches, search logs, and post-search interviews. It was found that the subjects made two distinct kinds of judgment: predictive judgment and evaluative judgment. The factors influencing each judgment of quality and authority were identified in terms of characteristics of information objects, characteristics of sources, knowledge, situation, ranking in search output, and general assumption. Implications for Web design which will effectively support people’s judgments of quality and authority are also discussed. Introduction One of the advantages of searching in the Web is its grant of access to a great amount and a wide variety of information. As a result, however, people need some ways to reduce the...

Words: 14492 - Pages: 58

Premium Essay

Quality Web Design

...Company Overview Quality Web Design (QWD) is a company that specializes in Websites and Web Design content for any type of business. Their mission is to help other businesses increase their revenue by providing them with top quality websites for their customers. In addition, they own over 250,000 of proprietary images, and graphical designs. These designs are customized for every industry and demographic. Their business process is quite simple. They have a server at the Company Headquarters, where they store all of their proprietary data (including images, scripts, templates, etc). They utilize a Microsoft Visual Studio Team Foundation Service (TFS) server to manage their content and the progress of the project. “Team Foundation is a set of tools and technologies that enable a team to collaborate and coordinate their efforts on building a product or completing a project. Team Foundation enhances team communication, tracks work status, supports team roles, enacts the team process, and integrates team tools.” (Microsoft.com (2011) Team Foundation Overview) In addition to the Team Foundation, they also utilize Visual Studio to code, and build the websites. These resources are accesses through different methods. Those methods include WAN connection, VPN connection through a remote office, and through the corporate office via LAN. They also have other services such as Outlook Web Access for E-mail that is accessed via the methods mentioned above. They have also created...

Words: 927 - Pages: 4

Premium Essay

Sec 571 Quality Web Design

...Security Assessment and Solutions for Quality Web Design Course Project Final Executive Summary The first phase of this paper is to identify inherent security weaknesses on a specific component among one of two businesses; Quality Web Design, an organization specializing in Web site and Web site content design; and Aircraft Solutions, a well-known manufacturer in the design and fabrication of component products and services for companies in the electronics, commercial, defense, and aerospace industry. The assignment includes identifying the organization’s weaknesses by selecting one of their assets and addressing two of the following three areas: software, hardware and policy. A general description of the company’s overview and business processes is provided, along with a list of digital assets mapped into their respective network diagrams. Phase two follows with recommended solutions to the weaknesses, and its impact to the security controls of the business. Security Assessment and Solutions for Quality Web Design Course Project Final Protecting our valuables, whether they are expressed as information or in some other way, ranges from quite unsophisticated to very sophisticated. We can think of the Wild West days as an example of the “unsophisticated” end of the security spectrum. And even today, when we have more sophisticated means of protection than ever before, we still see a wide range in how people and businesses actually use the protections available to them...

Words: 2438 - Pages: 10

Premium Essay

Difference B/W Efficiency and Effectiveness

...The primary difference is efficiency is productivity concerned while effectiveness is quality concerned. In other words, efficiency refers to how much resource (time, money, materials and effort) required in accomplishing a task. Effectiveness refer to how well the job gets done, i.e., the output quality, zero defects. “Efficiency” is getting things done, it is not trying and it is not having ability. In other words, “efficiency” is actually accomplishing. It is execution. “Effectiveness” is also getting the right things done. This is where the efficiency is different than effectiveness. With efficiency, is to get the task done faster, easier, or better way. But with effectiveness, there always an initial question as to “what to do”? Example for efficiency, at the Siemens AG factory in Forchheim, Germany, where employees make X-Ray equipment, efficient manufacturing techniques were implemented by doing things such as cutting inventory levels, decreasing the amount of time to manufacture products, and lowering product reject rates. These efficient work practices paid off as the plant was named one of Industry Week’s best plants for 2002 “Industry Week’s Best Plant”, (2003) Industry Web site From this perspective, efficiency is often referred to as “doing things right”, that is, not wasting resources. Example for effectiveness, at the Siemens factory, goals included reducing equipment installation time for customers and cutting costs. Through various work programs, these goals...

Words: 294 - Pages: 2

Free Essay

Note

...average of a sample. * (Range) R chart: uses the amount of dispersion in a sample. 2) SPC Applied to Services * A service defect is a failure to meet customer requirements. * Quality characteristics and measurements (determine by surveys, questionnaires, or inspections). * Examples of variable measures used in services * Waiting time and service time * On-time service delivery * Accuracy * Number of stockouts (retail and distribution) * Percentage of lost luggage (airlines) * Web site availability (online retailing or technical support) * Hospitals * timeliness and quickness of care, staff responses to requests, accuracy of lab tests, cleanliness, courtesy, accuracy of paperwork, speed of admittance and checkouts * Grocery stores * waiting time to check out, frequency of out-of-stock items, quality of food items, cleanliness, customer complaints, checkout register errors * Airlines * flight delays, lost luggage and luggage handling, waiting time at ticket counters and check-in, agent and flight attendant courtesy, accurate flight information, passenger cabin cleanliness and maintenance * Fast-food restaurants * waiting time for service, customer complaints, cleanliness, food quality, order accuracy, employee courtesy * Catalogue-order companies * order accuracy, operator knowledge and courtesy, packaging, delivery time, phone order waiting time * Insurance...

Words: 390 - Pages: 2

Free Essay

Hat 1 Task 2

...Community Health Nursing: Quality of Life and Functioning A. Personal Perceptions After reviewing the case of Mrs. Thomas and her situation, there are many feelings I have about the final outcome. As nurses, we always have to take our feelings into account and rationalize what we feel about the health and well being of our patients. After a BRAC analysis was performed, significant results were indicated. I feel empathy for Mrs. Thomas because this technology showed what her odds were for future recurrence of breast cancer. I’m disappointed that a radical mastectomy was not suggested to be performed with Mrs. Thomas’ first surgery to help avoid a further decline. It appears almost obvious that this should have been encouraged by her medical team. I do, however, understand that it is easier to look back on this than to look forward with what options remain. What is most important is Mrs. Thomas’ quality of life for the duration of what time she has left. I define quality of life as the ability to be as emotionally, physically and mentally fulfilled as possible. Quality of life is finding all the moments that matter and cherishing them on a daily basis. There will be better days than others, but what is key is to understand the big picture. The major challenge is promoting the best quality of life when the big picture ultimately has a poor outcome. Health promotion is crucial to increase Mrs. Thomas’ quality of life. Interventions will be initiated in all areas...

Words: 1707 - Pages: 7

Premium Essay

Six Sigma

... Making Customers Feel Six Sigma Quality Globalization and instant access to information, products and services have changed the way our customers conduct business — old business models no longer work. Today’s competitive environment leaves no room for error. We must delight our customers and relentlessly look for new ways to exceed their expectations. This is why Six Sigma Quality has become a part of our culture. What is Six Sigma? First, what it is not. It is not a secret society, a slogan or a cliché. Six Sigma is a highly disciplined process that helps us focus on developing and delivering near-perfect products and services. Why ”Sigma“? The word is a statistical term that measures how far a given process deviates from perfection. The central idea behind Six Sigma is that if you can measure how many “defects” you have in a process, you can systematically figure out how to eliminate them and get as close to “zero defects” as possible. Six Sigma has changed the DNA of GE — it is now the way we work — in everything we do and in every product we design. GE’s Evolution Towards Quality GE began moving towards a focus on quality in the late ‘80s. Work-Out®, the start of our journey, opened our culture to ideas from everyone, everywhere, decimated the bureaucracy and made boundaryless behavior a reflexive, natural part of our culture, thereby creating the learning environment that led to Six Sigma. Now, Six Sigma, in turn, is embedding quality thinking — process thinking — across...

Words: 1475 - Pages: 6

Free Essay

Bvcps

...regulatory compliance. Worldwide Locations With locations close to sourcing areas in over 40 countries, we offer you the convenience of global coverage with local service where you need it. Technical Knowledge & Leadership Our staff participate in the development of international, industry and regulatory standards worldwide, keeping you and us at the forefront of changes in safety requirements and testing methods. Personalized Service At Bureau Veritas, we are committed to meeting your evolving needs and helping you anticipate new market trends. We offer you customized and specialized services to meet your quality assurance needs throughout your supply chain. Providing you with the highest levels of service is a priority for us. So we do the Inspection, Factory & Social Audit to show responsibility by making sure that its facilities, equipment, products and services comply with quality, health & safety, environmental and social responsibility imperatives, whether they are: - regulatory: imposed by applicable codes or regulations which condition the "license to operate", - voluntary: based on sector specific requirements or recognized international standards, - proprietary: based on your own schemes, standards or requirements. We are able to carry out inspections of your facilities, equipment and products, and audits of your systems and processes against practically any referential, on a local or worldwide basis. In a number of cases, inspections and audits will ultimately enable...

Words: 251 - Pages: 2

Free Essay

Total Quality Pioneers

...Look at Quality and Its Impact on Today’s Environment MGT/449 June 11, 2012 Nikki Henderson Instructor: Ian Finley What is quality? “Quality itself has been defined as fundamentally relational:  ‘Quality is the ongoing process of building and sustaining relationships by assessing, anticipating, and fulfilling stated and implied needs,’ Quality Digest, 2001).” Even those quality definitions which are not expressly relational have an implicit relational character.  Why do we try to do the right thing right, on time, every time?  To build and sustain relationships.  Why do we seek zero defects and conformance to requirements? To build and sustain relationships.  Why do we seek to structure features or characteristics of a product or service that bear on their ability to satisfy stated and implied needs? To build and sustain relationships.  The focus of continuous improvement is, likewise, the building and sustaining of relationships.  It would be difficult to find a realistic definition of quality that did not have, implicit within the definition, a fundamental express or implied focus of building and sustaining relationships (Quality Digest, 2001.) Elements of Quality There are three key elements of quality: customer, process, and employee (Key Elements of Quality, n.d...

Words: 799 - Pages: 4

Premium Essay

Six Sigma Quality Ccircle

... Making Customers Feel Six Sigma Quality Globalization and instant access to information, products and services have changed the way our customers conduct business — old business models no longer work. Today’s competitive environment leaves no room for error. We must delight our customers and relentlessly look for new ways to exceed their expectations. This is why Six Sigma Quality has become a part of our culture. What is Six Sigma? First, what it is not. It is not a secret society, a slogan or a cliché. Six Sigma is a highly disciplined process that helps us focus on developing and delivering near-perfect products and services. Why ”Sigma“? The word is a statistical term that measures how far a given process deviates from perfection. The central idea behind Six Sigma is that if you can measure how many “defects” you have in a process, you can systematically figure out how to eliminate them and get as close to “zero defects” as possible. Six Sigma has changed the DNA of GE — it is now the way we work — in everything we do and in every product we design. GE’s Evolution Towards Quality GE began moving towards a focus on quality in the late ‘80s. Work-Out®, the start of our journey, opened our culture to ideas from everyone, everywhere, decimated the bureaucracy and made boundaryless behavior a reflexive, natural part of our culture, thereby creating the learning environment that led to Six Sigma. Now, Six Sigma, in turn, is embedding quality thinking — process thinking — across...

Words: 1476 - Pages: 6

Premium Essay

Biography on Dr Kaoru Ishikawa

...until 1947. Dr. Ishikawa might now begin his profession as a cohort educator at the University of Tokyo, in 1949 Dr. Ishikawa joined the Japanese Union of Scientists and Engineers quality control examination bunch, it was his aptitudes at activating huge assemblies of individuals towards a particular regular objective that was generally answerable for Japan's quality-change, and is likewise one of the world`s principal powers on quality control. He then attempted the presidency of the Musashi Institute of Technology in the year of 1978, and he has likewise helped many organizations, including IBM, Bridgestone, and Komatsu to turn out higher quality items at much lower cost. Dr. Kaoru Ishikawa needed to change the way individuals consider work, he urged all administrators to oppose getting substance with only enhancing an item's quality, demanding that quality change can just go above and beyond, his thought of companywide quality control called for proceeded client administration. This implied that a client might keep getting administration significantly in the wake of accepting the items, this administration might stretch out over the organization itself in all levels of administration, and even past the organization to the commonplace lives of those included, as stated by Dr. Ishikawa, quality change is a consistent methodology, and it can just be taken above and beyond. Dr. Ishikawa calls center administration and upper administration the guardian and instructor of...

Words: 607 - Pages: 3

Free Essay

Essay

...----------------------- Energy Trace Barrier Analysis (ETBA) – Qualitative analysis technique used to identify hazards by tracing energy flow into, thru, & out of a system. “Energy hazard” is defind as an energy source tht adversely impacts an unprotectd or vulnerable target. Assessment is conductd by following the energy path to determine if adequate controls are in place to assure undesird energy release does not occur.– Energy flow is tracd through the system operation & energy transfer points are identifid– Barriers to ento energy flow are evaluatd to determine adequacy • ETBA process can be applied at any stage of the project lifecycle & can be very useful for:– Systems design –Developing procedures(e.g., lockout--‐tagout). – Planning/judging operational readiness. – During mishap investigation or making “safe--‐to--‐enter” decisions at mishap sites. ETBA Approach • Examine system & identify all energy sources • For each energy source, trace its path through the system • Identify all targets tht could be vulnerable to the energy source • Identify all barriers in the energy flow path • Determine if existing controls are adequate. Energy Source– any material, mechanism, or process tht contains potential energy tht can be releasd •Electrical •Mechanical •Chemical •Radiation• Sonic• Thermal• Nuclear• Pneumatic• Hydraulic• Others Energy barrier --‐ any design or administrative method tht prevents energy from being releasd or prevents a hazardous energy source from reaching a...

Words: 2026 - Pages: 9

Free Essay

372 Quick Review

...372 Quick Review Sheet Videos Toyota • Lift trucks, number 1 in lift truck sales since 2002 Ships • WWII, German U boats sunk more ships than could be produced • Henry J Kaiser, not a sailor, worked on Hoover and San Fran Bay bridge • Liberty Ships, 3 per day, fastest produced in 80 hours Deming History • W. Edwards Deming, statistician who worked for census bureau • Created JIT, Deming circle • Focused on quality control and that workers were important Alaskan Pipeline • Large influx of workers, 28000 at the peak • Wages were good and living quarters were nice • Only 10% women and there were some marriages • Main issue was permafrost so had to build above ground Container Ships • 90% of materials shipped in steel containers • 1/3 of imports brought through Long Beach California JIT – Just in Time, MRP used to combat risk MRP (inbound) – Materials Requirements Planning, Part of larger system QR – Quick Response ECR – Efficient Consumer Response VICS – Voluntary Inter-Industry Communication Standards Committee POS – point of sale DRP (outbound) – Distribution Requirements Planning SKUs – Stock-Keeping Units STB – Surface Transportation Board ICC – Interstate Commerce Commission EOQ – Economic Order Quantity, Works best with single facility, always round up EOQ = square root (2DP/CV) P = Ordering Cost per order D = Annual demand of product C = Annual inventory carrying cost (as a % of product value) V = value of inventory item ...

Words: 329 - Pages: 2