ºÝºÝߣshows by User: abhishekrakshe / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: abhishekrakshe / Fri, 07 Jun 2013 15:21:29 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: abhishekrakshe Analysis postgre sql-vs_mongodb_report /abhishekrakshe/analysis-postgre-sqlvsmongodbreport analysis-postgresqlvsmongodbreport-130607152129-phpapp01
· A comprehensive evaluation of performance of NoSQL DBMS MongoDB with Postgre SQL DBMS using YCSB. · Measured the Benchmarks for Tier1: Performance and Tier2: Scalability using the YCSB tool.]]>

· A comprehensive evaluation of performance of NoSQL DBMS MongoDB with Postgre SQL DBMS using YCSB. · Measured the Benchmarks for Tier1: Performance and Tier2: Scalability using the YCSB tool.]]>
Fri, 07 Jun 2013 15:21:29 GMT /abhishekrakshe/analysis-postgre-sqlvsmongodbreport abhishekrakshe@slideshare.net(abhishekrakshe) Analysis postgre sql-vs_mongodb_report abhishekrakshe · A comprehensive evaluation of performance of NoSQL DBMS MongoDB with Postgre SQL DBMS using YCSB. · Measured the Benchmarks for Tier1: Performance and Tier2: Scalability using the YCSB tool. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/analysis-postgresqlvsmongodbreport-130607152129-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> · A comprehensive evaluation of performance of NoSQL DBMS MongoDB with Postgre SQL DBMS using YCSB. · Measured the Benchmarks for Tier1: Performance and Tier2: Scalability using the YCSB tool.
Analysis postgre sql-vs_mongodb_report from Abhishek Rakshe
]]>
2196 4 https://cdn.slidesharecdn.com/ss_thumbnails/analysis-postgresqlvsmongodbreport-130607152129-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Automated Analysis of CSS Rules to Support Style Maintenance /slideshow/automated-analysis-of-css-rules-1/22620788 automatedanalysisofcssrules1-130607150945-phpapp01
This paper talks about the following - - A discussion of challenges surrounding CSS rule comprehension and maintenance. - A fully automated technique and algorithms for inferring knowledge about actual style code coverage and selector effectively. - An open-source tool CILLA for implementing the analysis technique and algorithms. - An empirical study to validate the proposed technique, demonstrating its efficacy and real-world relevance. ]]>

This paper talks about the following - - A discussion of challenges surrounding CSS rule comprehension and maintenance. - A fully automated technique and algorithms for inferring knowledge about actual style code coverage and selector effectively. - An open-source tool CILLA for implementing the analysis technique and algorithms. - An empirical study to validate the proposed technique, demonstrating its efficacy and real-world relevance. ]]>
Fri, 07 Jun 2013 15:09:45 GMT /slideshow/automated-analysis-of-css-rules-1/22620788 abhishekrakshe@slideshare.net(abhishekrakshe) Automated Analysis of CSS Rules to Support Style Maintenance abhishekrakshe This paper talks about the following - - A discussion of challenges surrounding CSS rule comprehension and maintenance. - A fully automated technique and algorithms for inferring knowledge about actual style code coverage and selector effectively. - An open-source tool CILLA for implementing the analysis technique and algorithms. - An empirical study to validate the proposed technique, demonstrating its efficacy and real-world relevance. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/automatedanalysisofcssrules1-130607150945-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This paper talks about the following - - A discussion of challenges surrounding CSS rule comprehension and maintenance. - A fully automated technique and algorithms for inferring knowledge about actual style code coverage and selector effectively. - An open-source tool CILLA for implementing the analysis technique and algorithms. - An empirical study to validate the proposed technique, demonstrating its efficacy and real-world relevance.
Automated Analysis of CSS Rules to Support Style Maintenance from Abhishek Rakshe
]]>
1506 4 https://cdn.slidesharecdn.com/ss_thumbnails/automatedanalysisofcssrules1-130607150945-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Optimal test suite generator tool /slideshow/optimal-test-suite-generator-tool/16032263 optimaltestsuitegeneratortool-ppt-130116235456-phpapp01
General Overview: Create a tool that can generate test suites with desired time/coverage results. As input the tool takes a set of tests, runs them to determine the coverage and time needed for each test. When queried by the tester, the tool can calculate test suites that satisfy different coverage and time requirements. The tool should be able to handle multiple queries for different output test suites without rerunning and recalculating all of the input tests values. Tool input: ï‚· T: set of test cases written in either Cucumber or as wget requests. ï‚· A: java based web application in the form of a WAR ï‚· C: tuple of constraints (cT, cS, cB) that specify the maximum desired time (cT) O should run, the desired statement coverage (cS) of O, and the desired branch coverage (cB) of O. Tool Output: ï‚· O: set of test cases, such that O is a subset of T, that satisfy the input constraints C]]>

General Overview: Create a tool that can generate test suites with desired time/coverage results. As input the tool takes a set of tests, runs them to determine the coverage and time needed for each test. When queried by the tester, the tool can calculate test suites that satisfy different coverage and time requirements. The tool should be able to handle multiple queries for different output test suites without rerunning and recalculating all of the input tests values. Tool input: ï‚· T: set of test cases written in either Cucumber or as wget requests. ï‚· A: java based web application in the form of a WAR ï‚· C: tuple of constraints (cT, cS, cB) that specify the maximum desired time (cT) O should run, the desired statement coverage (cS) of O, and the desired branch coverage (cB) of O. Tool Output: ï‚· O: set of test cases, such that O is a subset of T, that satisfy the input constraints C]]>
Wed, 16 Jan 2013 23:54:56 GMT /slideshow/optimal-test-suite-generator-tool/16032263 abhishekrakshe@slideshare.net(abhishekrakshe) Optimal test suite generator tool abhishekrakshe General Overview: Create a tool that can generate test suites with desired time/coverage results. As input the tool takes a set of tests, runs them to determine the coverage and time needed for each test. When queried by the tester, the tool can calculate test suites that satisfy different coverage and time requirements. The tool should be able to handle multiple queries for different output test suites without rerunning and recalculating all of the input tests values. Tool input: ï‚· T: set of test cases written in either Cucumber or as wget requests. ï‚· A: java based web application in the form of a WAR ï‚· C: tuple of constraints (cT, cS, cB) that specify the maximum desired time (cT) O should run, the desired statement coverage (cS) of O, and the desired branch coverage (cB) of O. Tool Output: ï‚· O: set of test cases, such that O is a subset of T, that satisfy the input constraints C <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/optimaltestsuitegeneratortool-ppt-130116235456-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> General Overview: Create a tool that can generate test suites with desired time/coverage results. As input the tool takes a set of tests, runs them to determine the coverage and time needed for each test. When queried by the tester, the tool can calculate test suites that satisfy different coverage and time requirements. The tool should be able to handle multiple queries for different output test suites without rerunning and recalculating all of the input tests values. Tool input: ï‚· T: set of test cases written in either Cucumber or as wget requests. ï‚· A: java based web application in the form of a WAR ï‚· C: tuple of constraints (cT, cS, cB) that specify the maximum desired time (cT) O should run, the desired statement coverage (cS) of O, and the desired branch coverage (cB) of O. Tool Output: ï‚· O: set of test cases, such that O is a subset of T, that satisfy the input constraints C
Optimal test suite generator tool from Abhishek Rakshe
]]>
866 4 https://cdn.slidesharecdn.com/ss_thumbnails/optimaltestsuitegeneratortool-ppt-130116235456-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-abhishekrakshe-48x48.jpg?cb=1523137009 https://cdn.slidesharecdn.com/ss_thumbnails/analysis-postgresqlvsmongodbreport-130607152129-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds abhishekrakshe/analysis-postgre-sqlvsmongodbreport Analysis postgre sql... https://cdn.slidesharecdn.com/ss_thumbnails/automatedanalysisofcssrules1-130607150945-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/automated-analysis-of-css-rules-1/22620788 Automated Analysis of ... https://cdn.slidesharecdn.com/ss_thumbnails/optimaltestsuitegeneratortool-ppt-130116235456-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/optimal-test-suite-generator-tool/16032263 Optimal test suite gen...