• Home
  • بخش بندی
    • List of Articles بخش بندی

      • Open Access Article

        1 - Segmenting and Profiling Psychological-Demographic Behavior of Karbala Pilgrims Attending the Annual Arbaeen Rituals: A Case Study of Pilgrims Crossing Khuzestan Province's Air and Land Borders
        Yaghoob  daghagheleh maryam darvishi
        Religious tourism is one of the five main branches of tourism according to the World Trade Organization. The popularity of pilgrimage has increased in recent decades, and religious tourism has been an important part of the dynamics of the world tourism economy. Therefor More
        Religious tourism is one of the five main branches of tourism according to the World Trade Organization. The popularity of pilgrimage has increased in recent decades, and religious tourism has been an important part of the dynamics of the world tourism economy. Therefore, this applied descriptive-survey study sought to segment and determine the psychological-demographic and behavioral profile of Karbala pilgrims attending the annual Arbaeen rituals. The statistical population of the study comprised of the pilgrims of Karbala who have traveled through the borders of Khuzestan province to attend the Arbaeen rituals. The neural network algorithm was used to analyze the data via self-organizing maps. The study's findings indicated that there were three different groups of pilgrims with different travel motives, who were categorized as a) being more tourist than a pilgrim (tourist pilgrim), b) being more pilgrim than a tourist (pilgrim tourist), and c) pilgrims. These three groups of tourists were named after leisureists, enthusiasts of various activities, and religious people, suggesting that each type of pilgrim had its own psychological, demographic, and behavioral characteristics. Therefore, marketing strategies for developing tourism activities should be set based on the characteristics of each type of tourist. Manuscript profile
      • Open Access Article

        2 - Test case Selection based on Test-Driven Development
        Zohreh Mafi mirian mirian
        Test-Driven Development (TDD) is one of the test-first software production methods in which the production of each component of the code begins with writing the test case. This method has been noticed due to many advantages, including the readable, regular and short cod More
        Test-Driven Development (TDD) is one of the test-first software production methods in which the production of each component of the code begins with writing the test case. This method has been noticed due to many advantages, including the readable, regular and short code, as well as increasing the quality, productivity and reliability, and the possibility of regression testing due to the creation of a comprehensive set of unit tests. The large number of unit test cases produced in this method is considered as a strong point in order to increase the reliability of the code, however, the repeated execution of test cases increases the duration of the regression testing in this method. The purpose of this article is to present an algorithm for selecting test cases to reduce the time of the regression test in TDD method. So far, various ideas have been proposed to select test cases and reduce the regression test time. Most of these ideas are based on programming language and software production methods. The idea presented in this article is based on the program difference method and the nature of the TDD method. In this method, meaningful semantic and structural connections are created between unit tests and code blocks, and the test case selection is done based on these relationships. Manuscript profile