Search results for: expectancy testing
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 3056

Search results for: expectancy testing

3056 Design Systems and the Need for a Usability Method: Assessing the Fitness of Components and Interaction Patterns in Design Systems Using Atmosphere Methodology

Authors: Patrik Johansson, Selina Mardh

Abstract:

The present study proposes a usability test method, Atmosphere, to assess the fitness of components and interaction patterns of design systems. The method covers the user’s perception of the components of the system, the efficiency of the logic of the interaction patterns, perceived ease of use as well as the user’s understanding of the intended outcome of interactions. These aspects are assessed by combining measures of first impression, visual affordance and expectancy. The method was applied to a design system developed for the design of an electronic health record system. The study was conducted involving 15 healthcare personnel. It could be concluded that the Atmosphere method provides tangible data that enable human-computer interaction practitioners to analyze and categorize components and patterns based on perceived usability, success rate of identifying interactive components and success rate of understanding components and interaction patterns intended outcome.

Keywords: atomic design, atmosphere methodology, design system, expectancy testing, first impression testing, usability testing, visual affordance testing

Procedia PDF Downloads 139
3055 Death Anxiety and Life Expectancy among Older Adults in Iran

Authors: Vahid Rashedi, Banafsheh Ebrahimi, Mahtab Sharif Mohseni, Mohammadali Hosseini

Abstract:

Introduction: One of the metrics used to evaluate health status is life expectancy. This index alters as people age as a result of several events, illnesses, stress, and anxiety. One of the issues that might develop into a lethal phobia is death anxiety. This study looked at older persons in Tehran, Iran, to see if there was any correlation between life expectancy and fear of dying. Methods: Cluster random sampling was used to select 208 older persons (age 60) who had been sent to adult daycare facilities in Tehran for this correlational descriptive study. A demographic questionnaire, Temper's death anxiety scale, and Snyder's life expectancy scale were used to gather the data. Statistical Package for the Social Sciences softwear version 22 was used to conduct the data analysis. Results: The average age of the senior citizens was 66.60 (6.58) years. With a mean life expectancy of 24.94, it was discovered that the average death anxiety was 12.21. Additionally, Pearson's correlation coefficient demonstrated a bad correlation between fear of dying and life expectancy. Age, residential status, and death fear were the three primary predictors of a decline in life expectancy, according to multiple regression analysis. Conclusion: The findings suggest that there is a link between death fear and a lower life expectancy, which calls for the use of appropriate strategies to increase older individuals' life expectancies as well as the teaching of anxiety coping mechanisms.

Keywords: aged, frailty, death, anxiety, life

Procedia PDF Downloads 54
3054 Behavioural Intention to Use Learning Management System (LMS) among Postgraduate Students: An Application of Utaut Model

Authors: Kamaludeen Samaila, Khashyaullah Abdulfattah, Fahimi Ahmad Bin Amir

Abstract:

The study was conducted to examine the relationship between selected factors (performance expectancy, effort expectancy, social influence and facilitating condition) and students’ intention to use the learning management system (LMS), as well as investigating the factors predicting students’ intention to use the LMS. The study was specifically conducted at the Faculty of Educational Study of University Putra Malaysia. Questionnaires were distributed to 277 respondents using a random sampling technique. SPSS Version 22 was employed in analyzing the data; the findings of this study indicated that performance expectancy (r = .69, p < .01), effort expectancy (r=.60, p < .01), social influence (r = .61, p < .01), and facilitating condition (r=.42, p < .01), were significantly related to students’ intention to use the LMS. In addition, the result also revealed that performance expectancy (β = .436, p < .05), social influence (β=.232, p < .05), and effort expectancy (β = .193, p < .05) were strong predictors of students’ intention to use the LMS. The analysis further indicated that (R2) is 0.054 which means that 54% of variation in the dependent variable is explained by the entire predictor variables entered into the regression model. Understanding the factors that affect students’ intention to use the LMS could help the lecturers, LMS managers and university management to develop the policies that may attract students to use the LMS.

Keywords: LMS, postgraduate students, PutraBlas, students’ intention, UPM, UTAUT model

Procedia PDF Downloads 480
3053 A Study to Understand the Factors Influencing the Behavioral Intentions of Individuals Towards Using Metaverse

Authors: Suktisuddha Goswami, Surekha Chukkali

Abstract:

Metaverse is a real time rendered 3D world which is an extension of the virtual reality, augmented reality, mixed reality, and holographic reality. While using the metaverse can enhance various aspects of our lives, it might also create certain challenges. However, since the concept of the metaverse is very new, there is a lack of research on factors influencing the individual’s behavioural intentions to use it. To address this gap, this quantitative research study was conducted to understand the factors influencing the behavioural intention of individuals towards metaverse usage. This research was conducted through a large-scale questionnaire survey of 325 Indian students at three major engineering colleges. The questionnaire was adequately customized for the present study. It was found that behavioral intention towards metaverse usage differs among individuals. There were few individuals who had no intention of using metaverse in near future, while some of them were already using it and a few were significantly inclined towards using it. The findings of this study have suggested that behavioural intention was significantly and positively related to performance expectancy and effort expectancy of individuals.

Keywords: behavioral intention, effort expectancy, performance expectancy, technology, metaverse

Procedia PDF Downloads 68
3052 The Effectiveness of Group Spiritual Therapy on Increasing the Life Expectancy and Mental Health in Elderlies

Authors: Seyed Reza Mirmahdi, Seyedeh Maryam Hashemi Jabali

Abstract:

This research was conducted to evaluate the effects of group spiritual therapy on increasing the life expectancy and mental health among the elderlies. This was a quasi-experimental research using a pretest-posttest design with a control group conducted over a population including all the elderly people of Tehran in 2012-13. A randomized sampling method was used to select 30 elderly people living in Parham nursing home that were then randomly assigned into two control and experimental groups of 15 people each. The instruments used were Miller’s life expectancy and mental health test (SCL.90.R) standard questionnaires. Individuals in experimental group received 12 sessions of group spiritual therapy while those in control group did not receive any kind of therapy. The tests were performed again for all the subjects (30 individuals) at the end of the experiment. To test the hypotheses, the data collected by questionnaires were analyzed using descriptive methods through relevant tables and charts and also inferential methods through the analysis of covariance using the SPSS software. Results showed that group spiritual therapy leads to a significant increase in both mental health and life expectancy in the experimental group of elderlies living in Parham nursing home compared to those in the control group.

Keywords: spiritual therapy, life expectancy, mental health, elderlies

Procedia PDF Downloads 533
3051 Automated Java Testing: JUnit versus AspectJ

Authors: Manish Jain, Dinesh Gopalani

Abstract:

Growing dependency of mankind on software technology increases the need for thorough testing of the software applications and automated testing techniques that support testing activities. We have outlined our testing strategy for performing various types of automated testing of Java applications using AspectJ which has become the de-facto standard for Aspect Oriented Programming (AOP). Likewise JUnit, a unit testing framework is the most popular Java testing tool. In this paper, we have evaluated our proposed AOP approach for automated testing and JUnit on various parameters. First we have provided the similarity between the two approaches and then we have done a detailed comparison of the two testing techniques on factors like lines of testing code, learning curve, testing of private members etc. We established that our AOP testing approach using AspectJ has got several advantages and is thus particularly more effective than JUnit.

Keywords: aspect oriented programming, AspectJ, aspects, JU-nit, software testing

Procedia PDF Downloads 292
3050 A Study on the Calculation of Bearing Life of Electric Motor Using Accelerated Life Test

Authors: Youn-Hwan Kim, Hae-Joong Kim, Jae-Won Moon

Abstract:

This paper introduces the results of the study on the development of accelerated life test methods for the motor used in machine tools. In recent years, as well as efficiency for motors, there is a growing need for research on life expectancy of motors. It is considered impossible to calculate the acceleration coefficient by increasing the rotational load or temperature load as the acceleration stress in the motor system because the temperature of the copper exceeds the wire thermal class rating. This paper describes the equipment development procedure for the highly accelerated life test (HALT) of the 12kW three-phase squirrel-cage induction motors (SCIMs). After the test, the lifetime analysis was carried out and it is compared with the bearing life expectancy by ISO 281.

Keywords: acceleration coefficient, bearing, HALT, life expectancy, motor

Procedia PDF Downloads 228
3049 Do Career Expectancy Beliefs Foster Stability as Well as Mobility in One's Career? A Conceptual Model

Authors: Bishakha Majumdar, Ranjeet Nambudiri

Abstract:

Considerable dichotomy exists in research regarding the role of optimism and self-efficacy in work and career outcomes. Optimism and self-efficacy are related to performance, commitment and engagement, but also are implicated in seeing opportunities outside the firm and switching jobs. There is absence of research capturing these opposing strands of findings in the same model and providing a holistic understanding of how the expectancy beliefs operate in case of the working professional. We attempt to bridge this gap by proposing that career-decision self-efficacy and career outcome expectations affect intention to quit through the competitive mediation pathways of internal and external marketability. This model provides a holistic picture of the role of career expectancy beliefs on career outcomes, by considering perceived career opportunities both inside and outside one’s present organization. The understanding extends the application of career expectancy beliefs in the context of career decision-making by the employed individual. Further, it is valuable for reconsidering the effectiveness of hiring and retention techniques used by a firm, as selection, rewards and training programs need to be supplemented by interventions that specifically strengthen the stability pathway.

Keywords: career decision self-efficacy, career outcome expectations, marketability, intention to quit, job mobility

Procedia PDF Downloads 599
3048 E-Government Continuance Intention of Media Psychology: Some Insights from Psychographic Characteristics

Authors: Azlina Binti Abu Bakar, Fahmi Zaidi Bin Abdul Razak, Wan Salihin Wong Abdullah

Abstract:

Psychographic is a psychological study of values, attitudes, interests and it is used mostly in prediction, opinion research and social research. This study predicts the influence of performance expectancy, effort expectancy, social influence and facilitating condition on e-government acceptance among Malaysian citizens. The survey responses of 543 e-government users have been validated and analyzed by means of covariance-based Structural Equation Modeling. The findings indicate that e-government acceptance among Malaysian citizens are mainly influenced by performance expectancy (β = 0.66, t = 11.53, p < 0.01) and social influence (β = 0.20, t = 4.23, p < 0.01). Surprisingly, there is no significant effect of facilitating condition and effort expectancy on e-government continuance intention (β = 0.01, t = 0.27, p > 0.05; β = -0.01, t = -0.40, p > 0.05). This study offers government and vendors a frame of reference to analyze citizen’s situation before initiating new innovations. In case of Malaysian e-government technology, adoption strategies should be built around fostering level of citizens’ technological expectation and social influence on e-government usage.

Keywords: continuance intention, Malaysian citizen, media psychology, structural equation modeling

Procedia PDF Downloads 284
3047 The Study of Elementary School Teacher’s Behavior of Using E-books by UTAUT Model

Authors: Tzong-Shing Cheng, Chen Pei Chen, Shu-Wei Chen

Abstract:

The purpose of this research is to apply Unified Theory of Acceptance and Use of Technology (UTAUT) model to investigate the factors that influence elementary school teacher’s behavior of using e-books. Based on the literature review, a questionnaire was modified and used to test the elementary school teachers in Changhua. A total of 420 questionnaires were administered and 364 of them were returned, including 328 valid and 36 invalid questionnaires. The effective response rate is 78%. The methods of data analysis include descriptive statistics, factor analysis, Pearson’s correlation coefficient, one way analysis of variance (ANOVA) and simple regression analysis. The results show that: 1. There were significant difference in the Elementary school teachers’ “Performance Expectancy”, “Effort Expectancy”, “Social Influence”, and “Facilitating Conditions” depending on their different “Demographic Variables”. 2. “Performance Expectancy” and “Behavioral Intention to Use” are positively correlated. 3. “Effort Expectancy” and “Behavioral Intention to Use” are positively correlated. 4. There was no significant relationship between “Social Influence” and “Behavioral Intention to Use”. 5. There was significant relationship between “Facilitating Conditions” and “Use Behavior”.

Keywords: e-books, UTAUT, elementary school teacher, behavioral intention to use

Procedia PDF Downloads 572
3046 A Study on the Application of Accelerated Life Test to Electric Motor for Machine Tools

Authors: Youn-Hwan Kim, Jae-Won Moon, Hae-Joong Kim

Abstract:

This paper introduces the results of the study on the development of accelerated life test methods for the motor used in machine tools. In recent years, as well as efficiency for motors, there is a growing need for research on life expectancy of motors. It is considered impossible to calculate the acceleration coefficient by increasing the rotational load or temperature load as the acceleration stress in the motor system because the temperature of the copper exceeds the wire thermal class rating. This paper describes the equipment development procedure for the highly accelerated life test (HALT) of the 12kW three-phase squirrel-cage induction motors (SCIMs). After the test, the lifetime analysis was carried out, and it is compared with the life expectancy by finite element method (FEM) and bearing theory.

Keywords: acceleration coefficient, bearing, HALT, life expectancy, motor

Procedia PDF Downloads 247
3045 Forecasting Age-Specific Mortality Rates and Life Expectancy at Births for Malaysian Sub-Populations

Authors: Syazreen N. Shair, Saiful A. Ishak, Aida Y. Yusof, Azizah Murad

Abstract:

In this paper, we forecast age-specific Malaysian mortality rates and life expectancy at births by gender and ethnic groups including Malay, Chinese and Indian. Two mortality forecasting models are adopted the original Lee-Carter model and its recent modified version, the product ratio coherent model. While the first forecasts the mortality rates for each subpopulation independently, the latter accounts for the relationship between sub-populations. The evaluation of both models is performed using the out-of-sample forecast errors which are mean absolute percentage errors (MAPE) for mortality rates and mean forecast errors (MFE) for life expectancy at births. The best model is then used to perform the long-term forecasts up to the year 2030, the year when Malaysia is expected to become an aged nation. Results suggest that in terms of overall accuracy, the product ratio model performs better than the original Lee-Carter model. The association of lower mortality group (Chinese) in the subpopulation model can improve the forecasts of high mortality groups (Malay and Indian).

Keywords: coherent forecasts, life expectancy at births, Lee-Carter model, product-ratio model, mortality rates

Procedia PDF Downloads 185
3044 Assessing the Disability-Free Life Expectancy and Decomposition of Its Difference: A Gender Perspective on India over the Decade 2001-2011

Authors: Kajori Banerjee, Laxmi Kant Dwivedi

Abstract:

“Health transition” is defined to be “a process through which high levels of mortality, morbidity and disability are reduced to low levels by influencing cultural, social and behavioural factors”. Life expectancy in India has been on the rise and parallel the burden of disease and disability has also risen noticeably. Borrowing data from Indian Census (2001, 2011), this study identifies the gender-wise burden of disability by calculating disability free life expectancy (DFLE) and life lived with disability (LWD). Sullivan’s method of calculating DFLE using proportion of disabled is used for this purpose. The change in person years lived with disability in the decade 2001-11 is further decomposed using Arriaga’s method into mortality and disability effects (ME and DE) to check the magnitude and direction of contribution of mortality and disability. Nationally, along with DFLE, LWD has amplified too. Despite having the highest life expectancy and DFLE, LWD in Kerala, was highest for both sexes in 2001. But in 2011, the LWD was highest among the males of Orissa and females of Rajasthan. For the overall population, DE is positive for the prime working age groups of 20-40years indicating that there has been an increase in the disability proportion holding mortality constant for 2001-2011. Females exhibit higher positive DE implying greater loss of healthy years due to disability than males. The findings call for an immediate attention to the causes of rising disability burden among the working population, especially females, as this might heavily effect the availability of quality labour force and its relative economic output in the Indian labour market. This also hints at the degrading quality of the elongated life and needs to be given the required attention to enhance the quality of life lead in the Nation.

Keywords: disability-free life expectancy, disability effect, life expectancy, mortality effect

Procedia PDF Downloads 350
3043 Too Well to Die; Too Ill to Live

Authors: Deepak Jugran

Abstract:

The last century has witnessed rapid scientific growth, and social policies mainly targeted to increase the “life expectancy” of the people. As a result of these developments, the aging as well as ailing population, is increasing by every day. Despite an increase in “life expectancy”, we have not recorded compression in morbidity numbers as the age of onset of the majority of health issues has not increased substantially. In recent years, the prevalence of chronic diseases along with the improved treatment has also resulted in the increase of people living with chronic diseases. The last decade has also focused on social policies to increase the life expectancy in the population; however, in recent decades, social policies and biomedical research are gradually shifting on the potential of increasing healthy life or healthspan. In this article, we review the existing framework of lifespan and healthspan and wish to ignite a discussion among social scientists and public health experts to propose a wholistic framework to balance the trade-offs on social policies for “lifespan” and “healthspan”.

Keywords: lifespan, healthspan, chronic diseases, social policies

Procedia PDF Downloads 70
3042 Weibull Cumulative Distribution Function Analysis with Life Expectancy Endurance Test Result of Power Window Switch

Authors: Miky Lee, K. Kim, D. Lim, D. Cho

Abstract:

This paper presents the planning, rationale for test specification derivation, sampling requirements, test facilities, and result analysis used to conduct lifetime expectancy endurance tests on power window switches (PWS) considering thermally induced mechanical stress under diurnal cyclic temperatures during normal operation (power cycling). The detail process of analysis and test results on the selected PWS set were discussed in this paper. A statistical approach to ‘life time expectancy’ was given to the measurement standards dealing with PWS lifetime determination through endurance tests. The approach choice, within the framework of the task, was explained. The present task was dedicated to voltage drop measurement to derive lifetime expectancy while others mostly consider contact or surface resistance. The measurements to perform and the main instruments to measure were fully described accordingly. The failure data from tests were analyzed to conclude lifetime expectancy through statistical method using Weibull cumulative distribution function. The first goal of this task is to develop realistic worst case lifetime endurance test specification because existing large number of switch test standards cannot induce degradation mechanism which makes the switches less reliable. 2nd goal is to assess quantitative reliability status of PWS currently manufactured based on test specification newly developed thru this project. The last and most important goal is to satisfy customer’ requirement regarding product reliability.

Keywords: power window switch, endurance test, Weibull function, reliability, degradation mechanism

Procedia PDF Downloads 209
3041 The Effects of Evidence-Based Nursing Training and Consultation Program on Self-Efficacy and Outcome Expectancy of Evidence-Based Practice among Nurses

Authors: Yea-Pyng Lin

Abstract:

Evidence-based nursing (EBN) can improve quality of patient care and reduce medical expenses. Development of training and consultation program according to nurses’ needs and difficulties is essential to promote their competence and self-efficacy in EBN. However, limited research evaluated the effects of EBN program on EBN self-efficacy among nurses. This study aimed to evaluate the effects of an EBN consultation program on self-efficacy and outcome expectancy of evidence-based practice (EBP) among nurses. A two-group pretest-posttest quasi-experimental design was used. A purposive sample of full-time nurses was recruited from a hospital. Experimental group (n=28) received the EBN consultation program including 18-hour EBN training courses, hand-on practices and group discussion by faculty mentors. Control group (n=33) received regular in-service education with no EBN program. All participants received baseline and post-test assessment using Chinese version of Self-Efficacy in EBP scale (SE-EBP) and Outcome Expectancy for EBP scale (OE-EBP). After receiving EBN consultation program, experimental group’s posttest scores of SE-EBP (t=-4.98, p<0.001) and OE-SEP (t=-3.65, p=0.001) were significantly higher than those of the pretests. By controlling the age and years of nursing work experience, the experimental group‘s SE-EBP(F=10.47, p=0.002) and OE-SEP(F=9.53, p=0.003) scores were significantly improved compared to those of the control group. EBN program focus on hand-on practice and group discussion by faculty mentors in addition to EBN training courses can improve EBP self-efficacy and outcome expectancy among nurses. EBN program focus on English literature reading, database searching, and appraisal practice according to nurses’ needs and difficulties can promote implementation of EBN.

Keywords: evidence-based nursing, evidence-based practice, consultation program, self-efficacy, outcome expectancy

Procedia PDF Downloads 474
3040 Analyzing the Effectiveness of Different Testing Techniques in Ensuring Software Quality

Authors: R. M. P. C. Bandara, M. L. L. Weerasinghe, K. T. C. R. Kumari, A. G. D. R. Hansika, D. I. De Silva, D. M. T. H. Dias

Abstract:

Software testing is an essential process in software development that aims to identify defects and ensure that software is functioning as intended. Various testing techniques are employed to achieve this goal, but the effectiveness of these techniques varies. This research paper analyzes the effectiveness of different testing techniques in ensuring software quality. The paper explores different testing techniques, including manual and automated testing, and evaluates their effectiveness in terms of identifying defects, reducing the number of defects in software, and ensuring that software meets its functional and non-functional requirements. Moreover, the paper will also investigate the impact of factors such as testing time, test coverage, and testing environment on the effectiveness of these techniques. This research aims to provide valuable insights into the effectiveness of different testing techniques, enabling software development teams to make informed decisions about the testing approach that is best suited to their needs. By improving testing techniques, the number of defects in software can be reduced, enhancing the quality of software and ultimately providing better software for users.

Keywords: software testing life cycle, software testing techniques, software testing strategies, effectiveness, software quality

Procedia PDF Downloads 48
3039 A Comparative Study of Three Major Performance Testing Tools

Authors: Abdulaziz Omar Alsadhan, Mohd Mudasir Shafi

Abstract:

Performance testing is done to prove the reliability of any software product. There are a number of tools available in the markets that are used to perform performance testing. In this paper we present a comparative study of the three most commonly used performance testing tools. These tools cover the major share of the performance testing market and are widely used. In this paper we compared the tools on five evaluation parameters which are; User friendliness, portability, tool support, compatibility and cost. The conclusion provided at the end of the paper is based on our study and does not support any tool or company.

Keywords: software development, software testing, quality assurance, performance testing, load runner, rational testing, silk performer

Procedia PDF Downloads 566
3038 Deployed Confidence: The Testing in Production

Authors: Shreya Asthana

Abstract:

Testers know that the feature they tested on stage is working perfectly in production only after release went live. Sometimes something breaks in production and testers get to know through the end user’s bug raised. The panic mode starts when your staging test results do not reflect current production behavior. And you started doubting your testing skills when finally the user reported a bug to you. Testers can deploy their confidence on release day by testing on production. Once you start doing testing in production, you will see test result accuracy because it will be running on real time data and execution will be a little faster as compared to staging one due to elimination of bad data. Feature flagging, canary releases, and data cleanup can help to achieve this technique of testing. By this paper it will be easier to understand the steps to achieve production testing before making your feature live, and to modify IT company’s testing procedure, so testers can provide the bug free experience to the end users. This study is beneficial because too many people think that testing should be done in staging but not in production and now this is high time to pull out people from their old mindset of testing into a new testing world. At the end of the day, it all just matters if the features are working in production or not.

Keywords: bug free production, new testing mindset, testing strategy, testing approach

Procedia PDF Downloads 28
3037 Health Outcomes and Economic Growth Nexus: Testing for Long-run Relationships and Causal Links in Nigeria

Authors: Haruna Modibbo Usman, Mustapha Muktar, Nasiru Inuwa

Abstract:

This paper examined the long run relationship between health outcomes and economic growth in Nigeria from 1961 to 2012. Using annual time series data, Augmented Dickey-Fuller (ADF) test is conducted to check the stochastic properties of the variables. Also, the long run relationship among the variables is confirmed based on Johansen Multivariate Cointegration approach whereas the long run and short run dynamics are observed using Vector Error Correction Mechanism (VECM). In addition, VEC Granger causality test is employed to examine the direction of causality among the variables. On the whole, the results obtained revealed the existence of a long run relationship between health outcomes and economic growth in Nigeria and that both life expectancy and crude death rate as measures of health are found to have a long run negative and statistically significant impact on the economic growth over the study period. This is further buttressed by the results of Granger causality test which indicated the existence of unidirectional causality running from life expectancy and crude death rate to economic growth. The study therefore, calls for governments at various levels to create preconditions for health improvements in Nigeria in order to boost the level of health outcomes.

Keywords: cointegration, economic growth, Granger causality, health outcomes, VECM

Procedia PDF Downloads 453
3036 Determining the Most Efficient Test Available in Software Testing

Authors: Qasim Zafar, Matthew Anderson, Esteban Garcia, Steven Drager

Abstract:

Software failures can present an enormous detriment to people's lives and cost millions of dollars to repair when they are unexpectedly encountered in the wild. Despite a significant portion of the software development lifecycle and resources are dedicated to testing, software failures are a relatively frequent occurrence. Nevertheless, the evaluation of testing effectiveness remains at the forefront of ensuring high-quality software and software metrics play a critical role in providing valuable insights into quantifiable objectives to assess the level of assurance and confidence in the system. As the selection of appropriate metrics can be an arduous process, the goal of this paper is to shed light on the significance of software metrics by examining a range of testing techniques and metrics as well as identifying key areas for improvement. Additionally, through this investigation, readers will gain a deeper understanding of how metrics can help to drive informed decision-making on delivering high-quality software and facilitate continuous improvement in testing practices.

Keywords: software testing, software metrics, testing effectiveness, black box testing, random testing, adaptive random testing, combinatorial testing, fuzz testing, equivalence partition, boundary value analysis, white box testing

Procedia PDF Downloads 45
3035 Investigating the Abolishment of Virginity Testing in South Africa

Authors: Nqobizwe Mvelo Ngema

Abstract:

This paper argues that the custom of virginity testing has been revived in order to combat against social ills such as unwanted pregnancies, immorality, promiscuity and the spread of HIV/AIDS. However, virginity testing is not free from challenges such as the belief that having sexual intercourse with a virgin can cure men from AIDS, virginity testing is not accurate because there is scientific evidence supporting the fact that there many ways of losing virginity other than sexual intercourse, for example, the usage of tampons and participation in physical activities may tear the hymen. South African parliament took some positive steps in combatting against harm associated with virginity testing by regulating it in the Children’s Act. It is argued, in this paper, that the abolition of virginity testing may lead to paper law and it would be premature to abolish virginity testing in South Africa.

Keywords: equality rights, virginity testing, human rights, interdisciplinary law and legal studies

Procedia PDF Downloads 494
3034 There Is No Meaningful Opportunity in Meaningless Data: Why It Is Unconstitutional to Use Life Expectancy Tables in Post-Graham Sentences

Authors: Stacie Nelson Colling, Adele Cummings

Abstract:

The United States Supreme Court recently announced that it is unconstitutional to sentence a child to life without parole for non-homicide offenses, and that each child so situated must be afforded a meaningful opportunity for release from prison in his lifetime. The Court also declared that it is unconstitutional to impose a mandatory sentence of life without parole on a child for homicide offenses. Across the United States, attorneys and advocates continue to litigate issues surrounding the implementation of these legal principles. Some states have held that any sentence to a finite term of years, no matter how long, is not the same as ‘life’ and therefore does not violate the constitution. Other states have held that a sentence to a term of years that is less than the expected life of that particular child is not unconstitutional. In Colorado, the courts have routinely looked to life expectancy estimates from governmental organizations to determine how long a particular child is expected to live. They then compare that the date that the child is expected to be eligible for parole, and if the child is expected to still be living when he is eligible for parole, the sentence is deemed constitutional. This paper argues that it is inappropriate, reckless, unconstitutional and not scientifically sound to use such estimates in determining whether a child will have a meaningful opportunity for release from prison and life outside of prison before he dies. This paper argues that the opportunity for release must mean more than a probability that a child will be released before his death, and that it must include an opportunity for a meaningful life outside of prison (not just the opportunity to be released and then die on the outside). The paper further argues that life expectancy estimates cannot guide a court or a legislature in determining whether a sentence is or is not constitutional.

Keywords: life without parole, life expectancy, juvenile sentencing, meaningful opportunity for release from prison

Procedia PDF Downloads 359
3033 Impact of Health Indicators on Economic Growth: Application of Ardl Model on Pakistan’s Data Set

Authors: Sheraz Ahmad Choudhary

Abstract:

Health plays a vital role in the growth. The study examined the effect of health indicator on the growth of Pakistan. ARDL model is used to check the growth rate which is affected by the health by using the time series date of Pakistan from 1990 to 2017. Health indicator, fertility rate, life expectancy, foreign direct investment, and infant mortality rate are variables Where the unit root is applied to check the stationarity of the model. consequences find a significant relationship between GDP, foreign direct investment, fertility rate, and life expectancy in the short run, whereas mortality rate effected negatively to economic growth but have significant values. In the long run, foreign direct investment (FDI) and fertility rate(FR) have significantly influenced the GDP. The results show thateconomic growth is positively stimulated by most of the health indicators. The study accomplishes that nations can achieve a high level of economic growth by increasing wellbeing human capital.

Keywords: economic growth, health expenditures, fertility rate, human capital, life expectancy, foreign direct investment, and infant mortality rate

Procedia PDF Downloads 96
3032 A Study of Status of Women by Incorporating Literacy and Employment in India and Some Selected States

Authors: Barnali Thakuria, Labananda Choudhury

Abstract:

Gender equality and women’s empowerment is one of the components of eight Millennium Development Goal (MDG).Literacy and employment are the parameters which reflect the empowerment of women. But in a developing country like India, literacy and working status among the females are not satisfactory. Both literacy and employment technically can be measured by Literate Life Expectancy (LLE) and Working Life Expectancy (WLE).One can also combine both the factors literacy and working to get a better new measure. The proposed indicator can be called literate-working life expectancy (LWLE). LLE gives an average number of years a person lives in a literate state under current mortality and literacy conditions while WLE defined as average number of years a person lives in a working state if current mortality and working condition prevails. Similarly, LWLE gives number of expected years by a person living under both literate and working state. The situation of females cannot be figured out without comparing both the sexes. In the present paper an attempt has been made to estimate LLE and WLE in India along with some selected states from various zones of India namely Assam from the North-East, Gujarat from the West, Kerala from the South, Rajasthan from the North, Uttar Pradesh from the Central and West Bengal from the East respectively for both the sexes based on 2011 census. Furthermore, we have also developed a formula for a new indicator namely Literate-Working Life Expectancy (LWLE) and the proposed index has been applied in India and the selected states mentioned above for both males and females. Data has been extracted from SRS(Sample Registration System) based Abridged Life Table and Census of India. The computation of LLE follows the method developed by Lutz while WLE has followed the method developed by Saw Swee Hock. By combining both the factors literacy and employment, the new indicator LWLE also follows the method like LLE and WLE. Contrasted results have been found in different parts of India. The result shows that LLE at birth is highest(lowest) in the state Kerala(Uttar Pradesh) with 61.66 (39.51) years among the males. A similar situation is also observed among the females with 62.58 years and 25.11 years respectively. But male WLE at birth is highest (lowest) in Rajasthan(Kerala) with 37.11 (32.64) years. Highest female WLE at birth is also observed in Rajasthan with 23.51 years and the lowest is concentrated in Uttar Pradesh with 11.76 years. It is also found that Kerala’s performance is exceptionally good in terms of LWLE at birth while the lowest LWLE at birth prevails in the state Uttar Pradesh among the males. Female LWLE at birth is highest(lowest) in Kerala(Uttar Pradesh) with 19.73(4.77)years. The corresponding value of the index increases as the number of factors involved in the life expectancy decrease. It is found that women are lagging behind in terms of both literacy and employment. Findings of the study will help the planners to take necessary steps to improve the position of women.

Keywords: life expectancy, literacy, literate life expectancy, working life expectancy

Procedia PDF Downloads 392
3031 The Condition Testing of Damaged Plates Using Acoustic Features and Machine Learning

Authors: Kyle Saltmarsh

Abstract:

Acoustic testing possesses many benefits due to its non-destructive nature and practicality. There hence exists many scenarios in which using acoustic testing for condition testing shows powerful feasibility. A wealth of information is contained within the acoustic and vibration characteristics of structures, allowing the development meaningful features for the classification of their respective condition. In this paper, methods, results, and discussions are presented on the use of non-destructive acoustic testing coupled with acoustic feature extraction and machine learning techniques for the condition testing of manufactured circular steel plates subjected to varied levels of damage.

Keywords: plates, deformation, acoustic features, machine learning

Procedia PDF Downloads 306
3030 Unified Theory of Acceptance and Use of Technology in Evaluating Voters' Intention Towards the Adoption of Electronic Forensic Election Audit System

Authors: Sijuade A. A., Oguntoye J. P., Awodoye O. O., Adedapo O. A., Wahab W. B., Okediran O. O., Omidiora E. O., Olabiyisi S. O.

Abstract:

Electronic voting systems have been introduced to improve the efficiency, accuracy, and transparency of the election process in many countries around the world, including Nigeria. However, concerns have been raised about the security and integrity of these systems. One way to address these concerns is through the implementation of electronic forensic election audit systems. This study aims to evaluate voters' intention to the adoption of electronic forensic election audit systems using the Unified Theory of Acceptance and Use of Technology (UTAUT) model. In the study, the UTAUT model which is a widely used model in the field of information systems to explain the factors that influence individuals' intention to use a technology by integrating performance expectancy, effort expectancy, social influence, facilitating conditions, cost factor and privacy factor to voters’ behavioural intention was proposed. A total of 294 sample data were collected from a selected population of electorates who had at one time or the other participated in at least an electioneering process in Nigeria. The data was then analyzed statistically using Partial Least Square Structural Equation Modeling (PLS-SEM). The results obtained show that all variables have a significant effect on the electorates’ behavioral intention to adopt the development and implementation of an electronic forensic election audit system in Nigeria.

Keywords: election Audi, voters, UTAUT, performance expectancy, effort expectancy, social influence, facilitating condition social influence, facilitating conditions, cost factor, privacy factor, behavioural intention

Procedia PDF Downloads 40
3029 Mobile Application Testing Matrix and Challenges

Authors: Bakhtiar Amen, Sardasht Mahmood, Joan Lu

Abstract:

The adoption of smartphones and the usages of mobile applications are increasing rapidly. Consequently, within limited time-range, mobile Internet usages have managed to take over the desktop usages particularly since the first smartphone-touched application released by iPhone in 2007. This paper is proposed to provide solution and answer the most demandable questions related to mobile application automated and manual testing limitations. Moreover, Mobile application testing requires agility and physically testing. Agile testing is to detect bugs through automated tools, whereas the compatibility testing is more to ensure that the apps operates on mobile OS (Operation Systems) as well as on the different real devices. Moreover, we have managed to answer automated or manual questions through two mobile application case studies MES (Mobile Exam System) and MLM (Mobile Lab Mate) by creating test scripts for both case studies and our experiment results have been discussed and evaluated on whether to adopt test on real devices or on emulators? In addition to this, we have introduced new mobile application testing matrix for the testers and some enterprises to obtain knowledge from.

Keywords: mobile app testing, testing matrix, automated, manual testing

Procedia PDF Downloads 439
3028 A New Approach for Assertions Processing during Assertion-Based Software Testing

Authors: Ali M. Alakeel

Abstract:

Assertion-based software testing has been shown to be a promising tool for generating test cases that reveal program faults. Because the number of assertions may be very large for industry-size programs, one of the main concerns to the applicability of assertion-based testing is the amount of search time required to explore a large number of assertions. This paper presents a new approach for assertions exploration during the process of Assertion-Based software testing. Our initial exterminations with the proposed approach show that the performance of Assertion-Based testing may be improved, therefore, making this approach more efficient when applied on programs with large number of assertions.

Keywords: software testing, assertion-based testing, program assertions, generating test

Procedia PDF Downloads 419
3027 On the Survival of Individuals with Type 2 Diabetes Mellitus in the United Kingdom: A Retrospective Case-Control Study

Authors: Njabulo Ncube, Elena Kulinskaya, Nicholas Steel, Dmitry Pshezhetskiy

Abstract:

Life expectancy in the United Kingdom (UK) has been near constant since 2010, particularly for the individuals of 65 years and older. This trend has been also noted in several other countries. This slowdown in the increase of life expectancy was concurrent with the increase in the number of deaths caused by non-communicable diseases. Of particular concern is the world-wide exponential increase in the number of diabetes related deaths. Previous studies have reported increased mortality hazards among diabetics compared to non-diabetics, and on the differing effects of antidiabetic drugs on mortality hazards. This study aimed to estimate the all-cause mortality hazards and related life expectancies among type 2 diabetes (T2DM) patients in the UK using the time-variant Gompertz-Cox model with frailty. The study also aimed to understand the major causes of the change in life expectancy growth in the last decade. A total of 221 182 (30.8% T2DM, 57.6% Males) individuals aged 50 years and above, born between 1930 and 1960, inclusive, and diagnosed between 2000 and 2016, were selected from The Health Improvement Network (THIN) database of the UK primary care data and followed up to 31 December 2016. About 13.4% of participants died during the follow-up period. The overall all-cause mortality hazard ratio of T2DM compared to non-diabetic controls was 1.467 (1.381-1.558) and 1.38 (1.307-1.457) when diagnosed between 50 to 59 years and 60 to 74 years, respectively. The estimated life expectancies among T2DM individuals without further comorbidities diagnosed at the age of 60 years were 2.43 (1930-1939 birth cohort), 2.53 (1940-1949 birth cohort) and 3.28 (1950-1960 birth cohort) years less than those of non-diabetic controls. However, the 1950-1960 birth cohort had a steeper hazard function compared to the 1940-1949 birth cohort for both T2DM and non-diabetic individuals. In conclusion, mortality hazards for people with T2DM continue to be higher than for non-diabetics. The steeper mortality hazard slope for the 1950-1960 birth cohort might indicate the sub-population contributing to a slowdown in the growth of the life expectancy.

Keywords: T2DM, Gompetz-Cox model with frailty, all-cause mortality, life expectancy

Procedia PDF Downloads 93