Tuesday, November 24th, 2009
For those that chose ext4 as default file-system type for their boot partition, and are having problems booting their Slackware 13.0 distribution, I built a .tgz package containing the latest Grub 2 release (currently 1.97-beta4).
It also contains a default grub.cfg file.
Please download the file here: grub-1.97~beta4-i486-1.tgz for Slackware 13.0
It should also work for Slackware 12.x and 11.0.
Enjoy!
P.S. The package is based on the one created for Grub-1.96 by user mbvo on linuxquestions.org. I simply adapted it for Grub-1.97. I also provided a new description for the package and a simpler grub.cfg file.
Tags: Beta, CFG, distribution, Download, grub, HTTP, java, javascript, linux, page, pageTracker, pro, release, version
Posted in Activism?, Free* | No Comments »
Sunday, July 19th, 2009
Elements and Concepts - A brief overview
Download PDF version of the whole document. You can browse the article online but I encourage the download of the PDF since it is written with accuracy.
Introduction
This document contains some basic concepts and definitions about software testing. It has been written for studying a part of the Software Engineering Project course at my University. It is composed by a summary of the intersection of more than 10 different sources, all of which are cited. If you feel that some contents of this publication belong to your intellectual property and it is not cited, please contact the author who is willing to correct any mistake.
The first part of the paper focuses on the definition of the most important key aspects of software testing. Then some information about input partitioning are given. What follows is a research about code coverage and two useful and famous tools, Control-flow coverage and Data-flow analysis. A complete example on using those tools is then given. The second half of the document also contains the definition of the most important software testing practices.
The goal of this tiny document is to clarify key terms and therefore become a base start for the reader to go in deep with the interested topics. Another goal is to give a simple but clear example about data flow analysis, as I realized that not all the people understand the examples around the Net.
Software Testing
Software Testing is an empirical investigation conducted to provide stakeholders with information about the quality of the product or service under test, with respect to the context in which it is intended to operate. Software Testing also provides an objective, independent view of the software to allow the business to appreciate and understand the risks at implementation of the software. Test techniques include, but are not limited to, the process of executing a program or application with the intent of finding software bugs. It can also be stated as the process of validating and verifying that a software program/application/product meets the business and technical requirements that guided its design and development, so that it works as expected and can be implemented with the same characteristics.
(more...)
Tags: 2009, Analysis, aria, beginning, brief introduction to software testing, bugs, CFG, change, code, CONNECT, contact, control flow graph, daniel, data flow analysis, data flow testing, definitions software testing, Design, DFG, document, Download, elements of, fix, functionality, graziotin, how, how-to, howto, HTTP, intel, introduction to software testing, java, javascript, Jeff, list, memory, mind, models, OSI, page, pageTracker, paper, PDF, PNG, POST, pro, Programming, project, projects, publication, PUT, reference, repository, research, rest, Serv, set, sid, sito, software engineering, software engineering project, software testing, source, source code, summary, Text, tutorial, university, URI, variables, version, Wiki, wikipedia
Posted in Activism?, Free*, Programming | No Comments »