Performance Analysis of Automated Sequence Model Testing (ASMT) using Cloud Integration
|
|
|
- Prosper Barker
- 10 years ago
- Views:
Transcription
1 Performance Analysis of Automated Sequence Model Testing (ASMT) using Cloud Integration Priya Purohit Mahesh Malviya Yunus Khan (Research Scholar, RGTU) (HOD) (Assistant Professor) Dept. of CSE Dept. of CSE Dept. of CSE JIT Vidya Vihar JIT Vidya Vihar JIT Vidya Vihar Borawan(Khargone),MP(India) Borawan (Khargone),MP(India) Borawan(Khargone),MP(India) Abstract-Software is a set of programs which provide the desired execution and reduces the human efforts. The code generated by the software must be check against the various rules and guidelines before delivering or deploying it. The approach which assures the correct functionality of the software deliverables are termed as testing methodology. Software testing is the most important aspect of SDLC as it looks into the behaviour of its functions and operations. Bu testing is applied after the complete development of code which sometimes gives changes which requires heavy test beds results in increased cost of the coverall system Thus there must be some way which identifies the bugs and errors before the complete development of the software. Thus, if there is any change then it must be accommodated into it during the development. Taking model into consideration in testing will provide early test case generation along with design verification, integration and configurations for path associated with the activity diagrams of the UML. Thus, the work focuses on generating the test case combinations using combinatorial approach with some specific functionality developed for getting effective results. Apart from the above solution, the work had also proved its applicability on the recent area of cloud. Integration of the ASMT approach with the cloud gives an enormous reduction in the execution time because of Map Reduce technology. It applies the criteria with generation modules to create novel test cases. The typical deployment of ASMT integrated with cloud held in five stages: setting up test criteria, test model designing, test suite creation with the help of Aneka cloud infrastructure, performing test & analyzing the result. Index Terms Cloud, Aneka, Model Based Testing (MBT), Selection Criteria, Test Suite Creation, UML, Automated Sequence Model Based Testing (ASMT); I. INTRODUCTION Testing of the software requires more than half of the complete cost of software development. So it is a complex process & needs to be reduced by an automated test generation system One approach to do this would be to produce input data to the program to be tested programbased test data generation. The primary issue we face amid testing is dealing with the huge number of test cases we have to make and execute. Systematic testing of highlyconfigurable software systems, e.g. systems with many optional features, can be challenging and expensive due the exponential growth of the number of configurations to be tested with respect to the number of features. It is estimated that 30% of an enterprise s IT budget is devoted to the original development and 70% is for enhancements and fixing bugs not discovered during original development [1]. Thus the usage of Combinatorial Interaction Testing (CIT) technique can improve the effectiveness of the testing activity for these kinds of systems, at the only cost of modelling the system s configurations space [2]. For better results test coverage criteria are additionally included in this automated component. It characterizes the rules used to produce test cases from the software model. There are two sorts of criteria: data flow and controlflow. They characterize the effort and the nature of the results created automatically by an MBT approach. During the time a few endeavors in automatic test data generations have been made. The thought of path testing is to produce a rundown of test sets that capture all conceivable paths of component parameter values from every parameter [3]. It alludes to the process and techniques for the automatic deduction of abstract test cases from abstract formal models and designs, the creation of concrete tests from abstract tests, and the manual or automated execution of the ensuing concrete test cases. Combinatorial testing can help detect problems like interaction failures of combinations this early in the testing life cycle. The key insight underlying t-way combinatorial testing is that not every parameter contributes to every failure and most failures are triggered by a single parameter value or interactions between a relatively small numbers of parameters [4]. In fact, CIT consist in systematically testing all possible partial configurations (that is, involving up to a fixed number of parameters only) of the system under test. Model based testing (MBT) refers to the type of process that focuses on deriving a test model using different types of formal ones, then converting this test model into a concrete set of test cases [5]. Models are the intermediate artifacts between requirement specification and final code. Models preserve the essential information from the requirement, and are the basis for implementation. Instrumentation of models into testing process is the prime subject of concern of our thesis. Development of unified modeling language (UML) has helped a lot to visualize/realize the software development process. At the earliest stage of software development life cycle (SDLC), no one including user and developer can see the software; only at the final stage of the product development it is possible. Any errors/problems found out at the final stage, it incurs a lot of cost and time to rectify, which is very much crucial in IT industry. UML accomplish the visualization of software at early stage of SDLC, which helps in many ways like confidence of both developer and the end user on the system, earlier
2 error detection through proper analysis of design and etc. UML also helps in making the proper documentation of the software and so maintains the consistency in between the specification and design document [6]. The key advantage of this technique is that the test generation can systematically derive all combination of tests associated with the requirements represented in the model to automate both the test design and test execution process. Integration with Cloud In software engineering test case generation and evaluation is the main key to quality assurance. Analysis of test cases may give high quality software. In fact the process of test case generation and execution is complex task since it involves many iterations and decisions on the available set of parameters to choose appropriate set of test cases. Although automated test case generation process reduces the work but it also requires computation time and infrastructure. The advantage of automated process is only when it generate output efficiently and effectively. Integration of this process with cloud infrastructure may help to get better results on a large set of parameters as an input. Cloud composites of a powerful infrastructure based on map and reduce approach will definitely be having advantage over traditional approach to calculate the test cases. II. RELATED STUDY Literature gives prior views of code behavior after complete connections are established. Use of program paths to capture underlying program behavior is evidenced which try to achieve path coverage in test-suite construction. Research As we know that the program follows a path & constitutes a unit of interconnected modules to each other. It also gives the behavior of software codes. Thus to identify the bugs earlier before actual development starts, design diagrams need to be taken into consideration.. Hence, any method which covers various possible behaviors of a given program while avoiding path enumeration can be extremely useful for software testing. Various researchers had worked on the path based selection criteria for testing. Among them, test generation problem is deemed to be an important issue in software testing research [7]. Different approaches are developed to solve the above mentioned issues, few of them are PSO (Particle Swarm Optimization) [8], ACO (Ant Colony Optimization) [9], genetic algorithm [10] etc. In the paper [11] data mining concept based tool generates a novel automated test case that is much superior, less complex and easier way. Where in this Tool, information from the UML Class diagram extracted and mapped, tree structure is formed with the help of those information s, Genetic Algorithm implemented as data mining technique, where Genetic crossover operator applied to discover all patterns and Depth First Search algorithm implement to Binary tree s formed to represent the knowledge i.e., test cases. In the paper [12] a novel approach for generating test cases of concurrent systems with the help of UML Sequence Diagram is shown. The approach consists of transferring the Sequence Diagram into a Concurrent Composite Graph (CCG). The CCG is traversed by an effective graph traversing technique like BFS (Breath-First-Technique) and DFS (Depth-Firstsearch) using message sequence path criteria to generate the test cases for concurrent systems. The path coverage criterion is an important concept to be considered in test case generation is concerned [13]. In this work [14], gives first single model that is generic enough to study GUI and web applications together. It uses the model to define generic prioritization criteria that are applicable to both GUI and web applications. The ultimate goal is to evolve the model and use it to develop a unified theory of how all EDS should be tested. Evaluation results show the effectiveness of the approach in the correct manner. This paper [15] deals with automatic generation of feasible independent paths and software test suite optimization using artificial bee colony (ABC) based novel search technique. In this approach, ABC combines both global search methods done by scout bees and local search method done by employing bees and onlooker bees. The parallel behavior of these three bees makes generation of feasible independent paths and software test suite optimization faster. Test Cases are generated using test path sequence comparison method as the fitness value objective function. The paper also presents an approach for the automated generation of feasible independent test path based on the priority of all edge coverage criteria. Finally, this paper compares the efficiency of ABC based approach with various approaches. In 2012 Nirpal et. al. in [16] shows that the genetic algorithms can be used to automatically generate test cases for path testing. Using a triangle classification program as an example, experiment results show that Genetic Algorithm based test data can more effectively and efficiently than the existing method does. The quality of test cases produces by genetic algorithms is higher than the quality of test cases produced by random way because the algorithm can direct the generation of test cases to the desirable range fast. This paper shows that genetic algorithms are useful in reducing the time required for lengthy testing meaningfully by generating test cases for path testing. The paper presents a novel approach to generate the automated test paths [17]. Due to the delay in the development of software, testing has to be done in a short time. This led to automation of testing because its efficiency and also requires less manpower. In this proposed approach, by using one of the most standard Unified Modeling Language (UML) Activity Diagram, construct the Activity Dependency table (ADT), then generate the Test paths. Then the test paths are prioritized by using the Tabular search algorithm. The prioritized test path can be used in system testing, regressing testing and integration testing. The paper [18] gives an overview of Model based slicing, including the various general approaches and techniques used to compute slices. To understand and test a large software product is a very challenging task. One way to use this is program slicing technique that decomposes the large programs into smaller ones and another is a model based slicing that decomposes the large software
3 architecture model into smaller models at the early stage of SDLC (Software Development Life Cycle). From the given literature this has been listed out that for model based slicing techniques, there is the use of dependency relation, control and data flow, UML/OCL constraints, model language are present in literature with great emphasis on dependency relation. An orchestrated survey of the most prominent techniques for automatic generation of software test cases, reviewed in self-standing sections proposed in [19]. The techniques presented include: (a) structural testing using symbolic execution, (b) model-based testing, (c) combinatorial testing, (d) random testing and its variety of adaptive random testing, and (e) search-based testing. Each section is contributed by world renowned active researchers on the technique, and briefly covers the basic ideas underlying the technique, the current state of art, a discussion of the open research problems, and a perspective of the future development in the approach. As a whole, the paper aims at giving an introduction, up-to-date and (relatively) short overview of research in automatic test case generation, while ensuring comprehensiveness and authoritativeness. The paper [20] proposes a novel approach for diverse model based test case generation. It selects a subset of the generated test suite in such a way that it can be realistically executed and analyzed within the time and resource constraints, while preserving the fault revealing power of the original test suite to a maximum extent. In this article, to address this problem, we introduce a family of similarity-based test case selection (STCS) techniques for test suites generated from state machines. The paper also proposes a method to identify optimal tradeoffs between the number of test cases to run and fault detection. III. PROBLEM DEFINITION Software testing and test case generation mechanism is very time consuming. Also There accuracy and coverage must be maximum. If the designing of the test case fails then the testing methodology will misleads the evaluation of software s. Also the test automation along with its integration must have some predefined selection rules on the basis of which the test cases can be prioritize [21]. Test automation reduces the overall time for SDLC which serves high reliability and reduced cost. Also, the testing was applied in later stages of the project which sometimes detect those changes which only get completed in early stages of project or involves high modification cost associated with them. So we focused our study on Model Based testing approach for both test case generation and test case optimization to achieve some of the goal. Deficiency detection using test cases got from imprecise and ambiguous models could be extremely troublesome. Developing a model at the privilege level of abstraction for effective testing is one of the main difficulties for modelbased testing [22]. Early generation of test case must be conceivable, however this model based testing yet extracting the data obliged an intermediate graph development will increase the trouble of cost and efforts. Automated test generation in model-based testing can rapidly generate an extensive number of test cases. Notwithstanding, the increase in test cases does not improve the quality of the test suite fundamentally and may compromise its efficiency. Normally, the effectiveness of a test suite is measured in terms of satisfying test requirements (i.e. Faults & coverage) and the efficiency is measured by the cost to attain the test requirements [23]. Here are some outlined objectives decided for the work is: To propose some generalized techniques to generate test cases for object-oriented software s using UML Activity Diagram diagrams. To propose a generalized technique for optimized and early test case generation using UML diagrams. To implement the proposed methods and evaluate their effectiveness for cloud computing. IV. PROPOSED SOLUTION The immediate purpose of this research is to design an ASMT Framework [24] integrated with cloud environment which provides assurances of reduced overhead of testing. Some techniques for providing such assurances have been developed in the past, but no single technique has provided a complete solution to the problem. Thus, this thesis will explore the effectiveness of combining two such techniques (Unified Modeling & Combinatorial Testing) into a single tool. The more general purpose of this research is to improve the available methods of software testing. There are several major challenges that completely resolved by the suggested tool with testing modern software. Some are as follows: Automation of the test case generation and their execution. Development of domain and software engineering expertise needed for adequate testing. Formalization and modeling of the software specifications and implementations, and software testing process and effects. The reduction in growing complexity of the modern software-based systems. Generating Test Cases Criteria at the Time of Design and Requirement Analysis (Early Test Case Creation saves time & cost). The proposed work is parted in two identified domains: First is combinatorial test case optimization and second is design based test data generation (Early Generation). For this accomplishment of task we had proposed step by step solution. It gives the better result each time while comparing it with random test case generation. To formally draft the approach of automated sequence model based testing (ASMT) the work had also presented with design architecture. The main problem with testing is about managing the expansive number of automated test suite creation with smaller size & less complexity. Consequently, the work is focusing towards an automatic and effective test case handling concept taking in mind the early generation of test cases. The tool shows how diverse combinations of specification of system could be tested efficiently. It alludes to the process and techniques for the automatic derivation of abstract test cases from a formal model, the generation of concrete tests from abstract
4 tests, and the manual or automated execution of the resulting concrete test cases from proposed framework. The typical deployment of ASMT experiences five stages.it begins with setting up the test criteria for most astounding priority tests or to guarantee great coverage of the system behaviour. At that point we design a test model which speaks to the expected behaviour of the system under test (SUT), standard modeling language, such as UML are utilized to formalize the control points and perception points of the system, expected dynamic behaviour of the system. Next, for automated test suite creation, we apply all the above collected subtle elements to our next proposed enhanced ASMT based interaction algorithm for path oriented test generation. A detail of the approach along with the architectural description is given with the paper. In this each generated abstract test case is typically a sequence of abnormal state SUT actions, with input parameters and expected yield values for each action of the test store is carried out by updating the test model. Later in the work accomplishes our test suite results with other existing approaches and apparatuses. After all the activities of automated test generation, we examine the result through a continuous system. The key concern will be on determining which combination of UML diagrams, and their associated constraints, may be utilized to automatically, or semi-automatically, generate test cases for pair wise & combinatorial testing. ASMT Architecture Integrated With the Cloud A typical deployment of ASMT goes through five stages starting from the test criteria settings and ended with result analyses. First step takes an infinite number of possible tests could be generated from a model. The test analyst chooses test generation criteria to select the highest priority tests or to ensure good coverage of the system behaviour. Secondly, model designing is performed to represents the expected behaviour of the system under test (SUT). Standard modeling languages, such as the Unified Modeling Language (UML) are used to formalize the control points and observation points of the system, the expected dynamic behaviour of the system. Now once the model is defined then the test creation is performed using cloud integration. This is an automated process that generates the required number of high-level (abstract) test cases from the test model using cloud infrastructure. Parameters collected from above steps are given as an input to the compute infrastructure, this action results in the test cases. Each generated abstract test case is typically a sequence of high-level SUT actions, with input parameters and expected output values for each action of the test repository is done by updating the test model, then automatically regenerating the test suites. Next is to check generated test that are typically executed within a standard automated test execution environment, such as path wise interaction test tool. Alternatively, it is possible to execute tests manually i.e. a tester runs each generated test on the SUT, records the test execution results, and compares them against the generated expected outputs. Either way, when the tests are executed on the SUT, we find that some tests pass and some tests fail. The failing tests indicate a discrepancy between the SUT and model, which need to be investigated to decide whether the failure is caused by a bug in the SUT. At the last result is analyzed against the real system which is to be tested and accepted by the user. The effectiveness of test cases can be evaluated using a fault injection technique called mutation analysis. Mutation testing is a process by which faults are injected into the system to verify the efficiency of the test cases. For this we are using pairwise approach whose problem domain is NP Complete, so the solution must be in accordance. Figure 1: Design architecture of Proposed ASMT Model The work and robust experimental analysis results presented in next section proves that the given design architecture ASMT is well defined for improving efficiency and performance through multiple parameters (Size, Time, Complexity, Cost etc.) and use of powerful cloud infrastructure. It is a well defined dynamic approach for quality improvements because it provides effective error detection at very low cost. ASMT with enhanced test generation integration with cloud is used to increase the performance of path interaction and model based testing in many aspects. It is intended that our strategies will convey to a designer, how much information is sufficient to enable automatic generation of test cases in an optimized manner. Automated test generation in model-based testing can quickly generate a large number of test cases. V. RESULT ANALYSIS The work demonstrates the results by showing the improved performance ASMT through cloud integration over other existing strategies. For this evaluation certain parameters is been identified and the result is been compared. These parameters are Reduced Test Size, Coverage, Time required, Complexity, Don t Care Conditions and last one is most important term possibility of early generation of test case. To compare against other
5 existing strategies it is found that about 40% of the conditions of the program were usually covered by random test data generation, genetic approach covered 60% of the conditions and pairwise testing outperform former two by a considerable margin in most of our experiments. Genetic search achieved about 85% condition-decision coverage on average, while the random test-data generator consistently achieved just over 55%. So the pairwise testing strategy is proved to be an efficient test generating strategy. The following table shows the size of generated test set obtained by our technique as well as two other methods. Note that the size of test suite in case of pairwise strategy using ASMT is less than other tools and pairwise testing. Result obtained is in the form of Comparison Table s, Graphs, Utilities Functions, Features, Parameter Covered tables. Table Conclusion:-Table 1 takes the different sets of test with variable number of parameters and their values. Table gives an idea that how many possible combinations of test cases are possible and number of test cases selected by ASMT system which is giving 100% coverage in significantly lesser time, which saves lots of efforts of testers. Table 1 shows the test data extraction from UML diagram. We used our developed UTDE algorithm to achieve this result. On the basis of 7 parameters we shows the performance and result assessment of UMBCA tool. UTDE is been capable of extracting the data from given UML diagram then convert it in to textual notations fetched by our algorithm. The table shows reduced test size in very short time and gives maximum coverage. The proposed feature implemented is not present in other combinatorial testing tool and serves as add on module for our research. In future its improved versions are likely to be developed. Activity Diagram Coverage Status The below graph is used to analyze the coverage achieved by our tool for various activity diagrams (AD). Red one shows for 2 way interaction testing. The prime aim is achieved because the graph shows that the tool is been giving 100% coverage(maximum) in all the cases of various types of activity diagrams including complex fork and joins with different decision conditions. Graph 1 shows that we were getting the 100% coverage in case of activity diagram even after extracting the data from a different type of diagram from design phase. The above graph will also mention the details ratio of size and coverage. Test- Sets No. Parameters Table-1: Generated Test Suites along with the Parametric Evaluation No. of Pairs No. Of Test Coverage Covered in all Case Achieved Combinations Generated No. Parameter Values Time Required Don t care Conditions # (100%) ml sec 0 # (100%) ml sec 0 # (100%) ml sec 0 # (100%) ml sec 0 # (100%) ml sec 0 Activity Diagram 1 Activity Diagram 2 Activity Diagram 3 Graph 1:- Coverage analysis Graph of ASMT for different Activity Diagrams (2-Way and 3-Way) Benefits of Approach Advantages of ASMT integrated with cloud over other UML based combinatorial approach is an innovative and high-value approach compared to more conventional functional testing approaches. The main expected benefits of ASMT integrated with cloud may be summarized as follows: Extracted the data from UML diagram to generate test cases. Generating the reduced number of test cases (Test Suite Size)
6 Controlled Test Case Creation by Constraints & Relations with reduced test suites. Providing the maximum test coverage (100% for 2- way pairwise testing). Reducing the Test generation complexity. Independence from the test execution using cloud infrastructure. Powerful Map Reduce based cloud infrastructure tremendously reduces the time required to produce test suits. Systematic coverage of functional behavior; Definition of action words (UML model operations) used in different scripts; Efficient Test script generation; Generation of skeleton code for a library of automation functions; Because of cloud integration, independence from the test execution robot. VI. CONCLUSION The thought of UML-based pair wise testing is to utilize an explicit abstract model of a SUT and its environment to automatically infer tests for the SUT: the behaviour of the model of the SUT is interpreted as the intended behaviour of the SUT. The technology of the ASMT integrated with powerful cloud infrastructure test case generation has matured to the point where huge scale deployments of this technology are becoming commonplace. The prerequisites for success, such as qualification of the test team, integrated apparatus chain accessibility and methods, are presently identified, and an extensive variety of commercial and open-source tools are accessible. Despite the fact that ASMT won't take care of all testing problems, it is an important and valuable technique, which brings significant advancement over the state of the practice for functional software testing effectiveness, and can increase productivity and improve functional coverage. REFERENCES [1] Arilo C. Dias Neto, Rajesh Subramanyan, Marlon Vieira & Guilherme H. Travassos, A Survey on Model-based Testing Approaches: A Systematic Review, in WEASELTech 07, November 5, 2007, Atlanta Georgia, USA, ACM, ISBN /07, June [2] Jon Edvardsson, A Survey on Automatic Test Data Generation, in Proceedings of the Second Conference on Computer Science and Engineering in Linkoping, pages 21{28.ECSEL, October [3] Renee C. Bryce, Ajitha Rajan & Mats P.E. Heimdahl, Interaction Testing in Model-Based Development: Effect on Model-Coverage, in 13 th Asia Pacific Software Engineering Conference (APSEC'06), ISBM /06, Aug [4] Usman Farooq, Chiou Peng Lam & Huaizhong Li, Towards Automated Test Sequence Generation, in Proceedings of 19 th Australian Conference on Software Engineering ASWEC 2008 (pp ). Australia: Dec [5] Robert M. Herons, Oracles for Distributed Testing, in School of Information Systems, Computing, and Mathematics, Brunel University, Uxbridge, Middlesex, UB8 3PH, UK, [6] Suresh Thummalapenta, Saurabh Sinha, Debdoot Mukherjee & Satish Chandra, Automating Test Automation, in Publication of IBM T.J. Watson Research Center, Sep [7] X. Chen, Q. Gu, J. Qi and D.Chen, Applying Particle Swarm Optimization to Pairwise Testing, in IEEE 34th Annual Computer Software and Applications Conference, ISBN No /10,Oct [8] Praveen Ranjan Srivastava & Km Baby, Automated Software Testing Using Meta-heuristic Technique Based on An Ant Colony Optimization, in International Symposium on Electronic System Design (ISED), ISBN: , pp , Dec [9] Premal B. Nirpal & K. V. Kale, Using Genetic Algorithm for Automated Efficient Software Test Case Generation for Path Testing, in Int. J. Advanced Networking and Applications, Volume: 02, Issue: 06, Pages: , [10] Anuranjan Misra, Raghav Mehra, Mayank Singh, Jugnesh Kumar & Shailendra Mishra Novel Approach to Automated Test Data Generation for AOP, in International Journal of Information and Education Technology, Vol. 1, No. 2, June [11] Dawei Qi, Hoang D.T. Nguyen & Abhik Roychoudhury, Path Exploration based on Symbolic Output in Proceedings of ACM Conference, ESEC/FSE 11, Szeged, Hungary, ISBN /11/09, Sep [12] Monalisha Khandai, Arup Abhinna Acharya & Durga Prasad Mohapatra, A Novel Approach of Test Case Generation for Concurrent Systems Using UML Sequence Diagram, in IEEE Transaction, ISBN /11, Dec [13] A. V. K. Shanthi & Dr. G. Mohankumar, Automated Test Case Generation For Object Oriented Software, in Indian Journal of Computer Science and Engineering (IJCSE), ISSN : , Vol. 2 No. 4 Aug -Sep [14] Renee C Bryce, Sreedevi Sampath & Atif M Memon, Developing a Single Model and Test Prioritization Strategies for Event-Driven Software, in IEEE Transactions on Software Engineering, Vol. 37, No. 1, Jan [15] Soma Sekhara Babu Lam, M L Hari Prasad Raju, Uday Kiran M & Swaraj Ch, Automated Generation of Independent Paths and Test Suite Optimization Using Artificial Bee Colony, in International Conference on Communication Technology and System Design, Published by Elsevier Ltd, ISSN , [16] Premal B. Nirpal & K. V. Kale, Comparison of Software Test Data for Automatic Path Coverage Using Genetic Algorithm, in International Journal of Computer Science & Engineering Technology (IJCSET), ISSN : , Vol. 1 No. 1, Sep [17] A.V.K. Shanthi & G. MohanKumar, A Novel Approach for Automated Test Path Generation using TABU Search Algorithm, in International Journal of Computer Applications, ISSN ,Volume 48 No.13, June [18] Rupinder Singh & Vinay Arora, Literature Analysis on Model based Slicing, in International Journal of Computer Applications, ISSN , Volume 70 No.16, May [19] Saswat Anand, Edmund Burke et. al., An Orchestrated Survey on Automated Software Test Case Generation, in Journal of Systems and Software, Feb [20] Hadi Hemmati & Andrea Arcuri, Achieving Scalable Model-Based Testing Through Test Case Diversity, in ACM Transactions on Software Engineering and Methodology, Vol. 22, No. 1, Article, Feb [21] J.Srinivas1, K.Venkata Subba Reddy, Dr.A.Moiz Qyser, " Cloud Computing Basics" published in International Journal of Advanced Research in Computer and Communication Engineering in Vol. 1, Issue 5, July 2012 [22] ManjraSoft white paper on "Developing MapReduce.Net applications using Aneka 2.0" published in OCT [23] Mr. B.Suresh Kumar, Mr. Girish Paliwal,Mr. Manish Raghav, Mr. Sudeep Nair, " Aneka As PaaS (Cloud Computing) " published in Journal of Computing Technologies [24] Priya Purohit & Yunus Khan, An Automated Sequence Model Based Testing for Reducing Test Suite Size Through Cloud Integration, in IJCSIT, Vol. 6, Issue 1, Jan
Model-based Testing: Next Generation Functional Software Testing
Model-based Testing: Next Generation Functional Software Testing By Dr. Bruno Legeard Model-based testing (MBT) is an increasingly widely-used technique for automating the generation and execution of tests.
AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO
INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO 1 Preeti Bala Thakur, 2 Prof. Toran Verma 1 Dept. of
A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization
A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization Abraham Kiran Joseph a, Dr. G. Radhamani b * a Research Scholar, Dr.G.R Damodaran
Industrial Adoption of Automatically Extracted GUI Models for Testing
Industrial Adoption of Automatically Extracted GUI Models for Testing Pekka Aho 1,2 [email protected], Matias Suarez 3 [email protected], Teemu Kanstrén 1,4 [email protected], and Atif M. Memon
Regression Testing Based on Comparing Fault Detection by multi criteria before prioritization and after prioritization
Regression Testing Based on Comparing Fault Detection by multi criteria before prioritization and after prioritization KanwalpreetKaur #, Satwinder Singh * #Research Scholar, Dept of Computer Science and
What is a life cycle model?
What is a life cycle model? Framework under which a software product is going to be developed. Defines the phases that the product under development will go through. Identifies activities involved in each
Web Application Regression Testing: A Session Based Test Case Prioritization Approach
Web Application Regression Testing: A Session Based Test Case Prioritization Approach Mojtaba Raeisi Nejad Dobuneh 1, Dayang Norhayati Abang Jawawi 2, Mohammad V. Malakooti 3 Faculty and Head of Department
Chapter 5. Regression Testing of Web-Components
Chapter 5 Regression Testing of Web-Components With emergence of services and information over the internet and intranet, Web sites have become complex. Web components and their underlying parts are evolving
UML-based Test Generation and Execution
UML-based Test Generation and Execution Jean Hartmann, Marlon Vieira, Herb Foster, Axel Ruder Siemens Corporate Research, Inc. 755 College Road East Princeton NJ 08540, USA [email protected] ABSTRACT
Automated Model Based Testing for an Web Applications
Automated Model Based Testing for an Web Applications Agasarpa Mounica, Lokanadham Naidu Vadlamudi Abstract- As the development of web applications plays a major role in our day-to-day life. Modeling the
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)
A Framework of Model-Driven Web Application Testing
A Framework of Model-Driven Web Application Testing Nuo Li, Qin-qin Ma, Ji Wu, Mao-zhong Jin, Chao Liu Software Engineering Institute, School of Computer Science and Engineering, Beihang University, China
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
Optimization and Ranking in Web Service Composition using Performance Index
Optimization and Ranking in Web Service Composition using Performance Index Pramodh N #1, Srinath V #2, Sri Krishna A #3 # Department of Computer Science and Engineering, SSN College of Engineering, Kalavakkam-
Elite: A New Component-Based Software Development Model
Elite: A New Component-Based Software Development Model Lata Nautiyal Umesh Kumar Tiwari Sushil Chandra Dimri Shivani Bahuguna Assistant Professor- Assistant Professor- Professor- Assistant Professor-
Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency
Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency ABSTRACT Fault identification and testing has always been the most specific concern in the field of software
Utilizing Domain-Specific Modelling for Software Testing
Utilizing Domain-Specific Modelling for Software Testing Olli-Pekka Puolitaival, Teemu Kanstrén VTT Technical Research Centre of Finland Oulu, Finland {olli-pekka.puolitaival, teemu.kanstren}@vtt.fi Abstract
How To Test A Web Based Application Automatically
A General Framework for Testing Web-Based Applications Saeed Abrishami, Mohsen Kahani Computer Engineering Department, Ferdowsi University of Mashhad [email protected] r, [email protected] Abstract Software
Coverage Criteria for Search Based Automatic Unit Testing of Java Programs
ISSN (Online): 2409-4285 www.ijcsse.org Page: 256-263 Coverage Criteria for Search Based Automatic Unit Testing of Java Programs Ina Papadhopulli 1 and Elinda Meçe 2 1, 2 Department of Computer Engineering,
A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation
A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation Abhishek Singh Department of Information Technology Amity School of Engineering and Technology Amity
A NOVEL LOAD BALANCING STRATEGY FOR EFFECTIVE UTILIZATION OF VIRTUAL MACHINES IN CLOUD
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.862
Survey of Web Testing Techniques
Survey of Web Testing Techniques Sonal Anand M.Tech (Computer Science) USIT, GGSIPU New Delhi, India Anju Saha Assistant Professor USIT, GGSIPU New Delhi, India ABSTRACT This paper presents a survey of
Metrics in Software Test Planning and Test Design Processes
Master Thesis Software Engineering Thesis no: MSE-2007:02 January 2007 Metrics in Software Test Planning and Test Design Processes Wasif Afzal School of Engineering Blekinge Institute of Technology Box
II. TYPES OF LEVEL A.
Study and Evaluation for Quality Improvement of Object Oriented System at Various Layers of Object Oriented Matrices N. A. Nemade 1, D. D. Patil 2, N. V. Ingale 3 Assist. Prof. SSGBCOET Bhusawal 1, H.O.D.
Enhancing A Software Testing Tool to Validate the Web Services
Enhancing A Software Testing Tool to Validate the Web Services Tanuj Wala 1, Aman Kumar Sharma 2 1 Research Scholar, Department of Computer Science, Himachal Pradesh University Shimla, India 2 Associate
Part I. Introduction
Part I. Introduction In the development of modern vehicles, the infotainment system [54] belongs to the innovative area. In comparison to the conventional areas such as the motor, body construction and
Standardized software development model for SME software houses in Pakistan
Standardized software development model for SME software houses in Pakistan Abstract There are many software development models that exist for software development like Extreme Programming, Waterfall,
A Brief Overview of Software Testing Techniques and Metrics
A Brief Overview of Software Techniques and Metrics Anitha.A Programmer, School of Computer Studies (PG), RVS college of Arts & science, Coimbatore, India. Abstract: Software is the process of executing
Component visualization methods for large legacy software in C/C++
Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University [email protected]
The Role of Information Technology Studies in Software Product Quality Improvement
The Role of Information Technology Studies in Software Product Quality Improvement RUDITE CEVERE, Dr.sc.comp., Professor Faculty of Information Technologies SANDRA SPROGE, Dr.sc.ing., Head of Department
Functional Validation of SAP Implementation
Functional Validation of SAP Implementation Efficiently produce and maintain a SAP test repository thru modeling of business processes and business rules Geoffrey Potoczny/Smartesting Professional Services
Chap 1. Introduction to Software Architecture
Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)
Software Test Project Management - Tools & Techniques
Software Test Project Management - Tools & Techniques A software development project typically has 5-0% effort spent on testing the system. This article talks about nine different phases of a testing project
International Journal of Advanced Research in Computer Science and Software Engineering
Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental
Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India
Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multiple Pheromone
Gerard Mc Nulty Systems Optimisation Ltd [email protected]/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I
Gerard Mc Nulty Systems Optimisation Ltd [email protected]/0876697867 BA.,B.A.I.,C.Eng.,F.I.E.I Data is Important because it: Helps in Corporate Aims Basis of Business Decisions Engineering Decisions Energy
Benefits of Test Automation for Agile Testing
Benefits of Test Automation for Agile Testing Manu GV 1, Namratha M 2, Pradeep 3 1 Technical Lead-Testing Calsoft Labs, Bangalore, India 2 Assistant Professor, BMSCE, Bangalore, India 3 Software Engineer,
TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW
Year 2014, Vol. 1, issue 1, pp. 49-56 Available online at: http://journal.iecuniversity.com TRADITIONAL VS MODERN SOFTWARE ENGINEERING MODELS: A REVIEW Singh RANDEEP a*, Rathee AMIT b a* Department of
Model-based approach to design web application testing tool
American Journal of Software Engineering and Applications 2014; 3(5): 63-67 Published online November 20, 2014 (http://www.sciencepublishinggroup.com/j/ajsea) doi: 10.11648/j.ajsea.20140305.12 ISSN: 2327-2473
Two Flavors in Automated Software Repair: Rigid Repair and Plastic Repair
Two Flavors in Automated Software Repair: Rigid Repair and Plastic Repair Martin Monperrus, Benoit Baudry Dagstuhl Preprint, Seminar #13061, 2013. Link to the latest version Abstract In this paper, we
A Time Efficient Algorithm for Web Log Analysis
A Time Efficient Algorithm for Web Log Analysis Santosh Shakya Anju Singh Divakar Singh Student [M.Tech.6 th sem (CSE)] Asst.Proff, Dept. of CSE BU HOD (CSE), BUIT, BUIT,BU Bhopal Barkatullah University,
Supporting Software Development Process Using Evolution Analysis : a Brief Survey
Supporting Software Development Process Using Evolution Analysis : a Brief Survey Samaneh Bayat Department of Computing Science, University of Alberta, Edmonton, Canada [email protected] Abstract During
An Analysis on Objectives, Importance and Types of Software Testing
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 9, September 2013,
A Novel Switch Mechanism for Load Balancing in Public Cloud
International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A Novel Switch Mechanism for Load Balancing in Public Cloud Kalathoti Rambabu 1, M. Chandra Sekhar 2 1 M. Tech (CSE), MVR College
Comparative Analysis of Load Balancing Algorithms in Cloud Computing
Comparative Analysis of Load Balancing Algorithms in Cloud Computing Anoop Yadav Department of Computer Science and Engineering, JIIT, Noida Sec-62, Uttar Pradesh, India ABSTRACT Cloud computing, now a
A Review of Data Mining Techniques
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,
A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning
A Novel Approach for Efficient Load Balancing in Cloud Computing Environment by Using Partitioning 1 P. Vijay Kumar, 2 R. Suresh 1 M.Tech 2 nd Year, Department of CSE, CREC Tirupati, AP, India 2 Professor
Defect Management in Agile Software Development
I.J. Modern Education and Computer Science, 2014, 3, 55-60 Published Online March 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijmecs.2014.03.07 Defect Management in Agile Software Development
Efficient Automated Build and Deployment Framework with Parallel Process
Efficient Automated Build and Deployment Framework with Parallel Process Prachee Kamboj 1, Lincy Mathews 2 Information Science and engineering Department, M. S. Ramaiah Institute of Technology, Bangalore,
Keywords document, agile documentation, documentation, Techno functional expert, Team Collaboration, document selection;
Volume 4, Issue 4, April 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Document Driven
A Comparative Study and Analysis of Web Service Testing Tools
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
Chapter 4 Software Lifecycle and Performance Analysis
Chapter 4 Software Lifecycle and Performance Analysis This chapter is aimed at illustrating performance modeling and analysis issues within the software lifecycle. After having introduced software and
A STUDY ON THE INTEGRATION OF QFD-PMMM IN CLOUD COMPUTING SYSTEM QUALITY. Received June 2010; accepted September 2010
ICIC Express Letters ICIC International c ISSN 88-8X Volume, Number (A), April pp. 7 A STUDY ON THE INTEGRATION OF QFD-PMMM IN CLOUD COMPUTING SYSTEM QUALITY Chih-Had Chen, Shing-Han Li, Mark Hwang and
Proposed Software Testing Using Intelligent techniques (Intelligent Water Drop (IWD) and Ant Colony Optimization Algorithm (ACO))
www.ijcsi.org 91 Proposed Software Testing Using Intelligent techniques (Intelligent Water Drop (IWD) and Ant Colony Optimization Algorithm (ACO)) Laheeb M. Alzubaidy 1, Baraa S. Alhafid 2 1 Software Engineering,
Big Data with Rough Set Using Map- Reduce
Big Data with Rough Set Using Map- Reduce Mr.G.Lenin 1, Mr. A. Raj Ganesh 2, Mr. S. Vanarasan 3 Assistant Professor, Department of CSE, Podhigai College of Engineering & Technology, Tirupattur, Tamilnadu,
Research on the Performance Optimization of Hadoop in Big Data Environment
Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing
Testing Big data is one of the biggest
Infosys Labs Briefings VOL 11 NO 1 2013 Big Data: Testing Approach to Overcome Quality Challenges By Mahesh Gudipati, Shanthi Rao, Naju D. Mohan and Naveen Kumar Gajja Validate data quality by employing
A Review of an MVC Framework based Software Development
, pp. 213-220 http://dx.doi.org/10.14257/ijseia.2014.8.10.19 A Review of an MVC Framework based Software Development Ronnie D. Caytiles and Sunguk Lee * Department of Multimedia Engineering, Hannam University
AUTOMATED TESTING and SPI. Brian Lynch
AUTOMATED TESTING and SPI Brian Lynch 1 Introduction The following document explains the purpose and benefits for having an Automation Test Team, the strategy/approach taken by an Automation Test Team
Chapter 6. The stacking ensemble approach
82 This chapter proposes the stacking ensemble approach for combining different data mining classifiers to get better performance. Other combination techniques like voting, bagging etc are also described
[Rokadiya,5(4): October-December 2015] ISSN 2277 5528 Impact Factor- 3.145
INTERNATIONALJOURNALOFENGINEERING SCIENCES&MANAGEMENT A MODEL FOR WEB BASED APPLICATION USING MANUAL AND AUTOMATED TESTING TECHNIQUES AND ALSO STUDY FAULTS, THEIR EFFECTS AND TESTING CHALLENGES IN WEB
Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm
www.ijcsi.org 54 Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm Linan Zhu 1, Qingshui Li 2, and Lingna He 3 1 College of Mechanical Engineering, Zhejiang
Testing. Chapter. A Fresh Graduate s Guide to Software Development Tools and Technologies. CHAPTER AUTHORS Michael Atmadja Zhang Shuai Richard
A Fresh Graduate s Guide to Software Development Tools and Technologies Chapter 3 Testing CHAPTER AUTHORS Michael Atmadja Zhang Shuai Richard PREVIOUS CONTRIBUTORS : Ang Jin Juan Gabriel; Chen Shenglong
A SURVEY ON WORKFLOW SCHEDULING IN CLOUD USING ANT COLONY OPTIMIZATION
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,
CREDENTIALS & CERTIFICATIONS 2015
THE COMMUNITY FOR TECHNOLOGY LEADERS www.computer.org CREDENTIALS & CERTIFICATIONS 2015 KEYS TO PROFESSIONAL SUCCESS CONTENTS SWEBOK KNOWLEDGE AREA CERTIFICATES Software Requirements 3 Software Design
Dynamic Data in terms of Data Mining Streams
International Journal of Computer Science and Software Engineering Volume 2, Number 1 (2015), pp. 1-6 International Research Publication House http://www.irphouse.com Dynamic Data in terms of Data Mining
SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY
SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY Shirley Radack, Editor Computer Security Division Information Technology Laboratory National Institute
To introduce software process models To describe three generic process models and when they may be used
Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software
Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm
, pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College
Empirically Identifying the Best Genetic Algorithm for Covering Array Generation
Empirically Identifying the Best Genetic Algorithm for Covering Array Generation Liang Yalan 1, Changhai Nie 1, Jonathan M. Kauffman 2, Gregory M. Kapfhammer 2, Hareton Leung 3 1 Department of Computer
A Service Revenue-oriented Task Scheduling Model of Cloud Computing
Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,
Ant Colony Optimization and Constraint Programming
Ant Colony Optimization and Constraint Programming Christine Solnon Series Editor Narendra Jussien WILEY Table of Contents Foreword Acknowledgements xi xiii Chapter 1. Introduction 1 1.1. Overview of the
TESTAR - from academic protoype towards an industry-ready tool for automated testing at the User Interface level
TESTAR - from academic protoype towards an industry-ready tool for automated testing at the User Interface level Urko Rueda, Tanja E.J. Vos, Francisco Almenar, Mirella Oreto, and Anna Esparcia Alcazar
(Refer Slide Time: 01:52)
Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This
Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification
Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification Adriel Cheng Cheng-Chew Lim The University of Adelaide, Australia 5005 Abstract We propose a test generation method employing
Intelligent and Automated Software Testing Methods Classification
Intelligent and Automated Software Testing Methods Classification Seyed Reza Shahamiri Department of Software Engineering Faculty of Computer Science and Information s University Teknologi Malaysia (UTM)
An Object Oriented Role-based Access Control Model for Secure Domain Environments
International Journal of Network Security, Vol.4, No.1, PP.10 16, Jan. 2007 10 An Object Oriented -based Access Control Model for Secure Domain Environments Cungang Yang Department of Electrical and Computer
How To Model Software Development Life Cycle Models
Various Software Development Life Cycle Models Sahil Jindal, Puneet Gulati, Praveen Rohilla Dronacharya College of Engineering, India Abstract:An SDLC model is a conceptual framework describing different
TEST CASE SELECTION & PRIORITIZATION USING ANT COLONY OPTIMIZATION
TEST CASE SELECTION & PRIORITIZATION USING ANT COLONY OPTIMIZATION Bharti Suri Computer Science Department Assistant Professor, USIT, GGSIPU New Delhi, India [email protected] Shweta Singhal Information
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1 Prajakta Joglekar, 2 Pallavi Jaiswal, 3 Vandana Jagtap Maharashtra Institute of Technology, Pune Email: 1 [email protected],
Anatomy of an Enterprise Software Delivery Project
Chapter 2 Anatomy of an Enterprise Software Delivery Project Chapter Summary I present an example of a typical enterprise software delivery project. I examine its key characteristics and analyze specific
A Survey on Load Balancing Techniques Using ACO Algorithm
A Survey on Load Balancing Techniques Using ACO Algorithm Preeti Kushwah Department of Computer Science & Engineering, Acropolis Institute of Technology and Research Indore bypass road Mangliya square
Comparing Agile Software Processes Based on the Software Development Project Requirements
CIMCA 2008, IAWTIC 2008, and ISE 2008 Comparing Agile Software Processes Based on the Software Development Project Requirements Malik Qasaimeh, Hossein Mehrfard, Abdelwahab Hamou-Lhadj Department of Electrical
Chapter 13: Program Development and Programming Languages
Understanding Computers Today and Tomorrow 12 th Edition Chapter 13: Program Development and Programming Languages Learning Objectives Understand the differences between structured programming, object-oriented
Optimization of ETL Work Flow in Data Warehouse
Optimization of ETL Work Flow in Data Warehouse Kommineni Sivaganesh M.Tech Student, CSE Department, Anil Neerukonda Institute of Technology & Science Visakhapatnam, India. [email protected] P Srinivasu
An Efficient Study of Job Scheduling Algorithms with ACO in Cloud Computing Environment
ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference
Finding Execution Faults in Dynamic Web Application
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 5 (2014), pp. 445-452 International Research Publications House http://www. irphouse.com /ijict.htm Finding
An Overview of Knowledge Discovery Database and Data mining Techniques
An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,
Using Data Mining for Mobile Communication Clustering and Characterization
Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer
D A T A M I N I N G C L A S S I F I C A T I O N
D A T A M I N I N G C L A S S I F I C A T I O N FABRICIO VOZNIKA LEO NARDO VIA NA INTRODUCTION Nowadays there is huge amount of data being collected and stored in databases everywhere across the globe.
