What’s Bugnux?

Posted: June 10th, 2008 | Author: TnT Admin | Filed under: Products | Tags: | No Comments »

Bugnux is a complete Linux distribution that runs from a bootable CD and runs entirely in RAM. Bugnux contains an extensive set of Open Source software testing tools that can be used for functional and performance testing. Tools to test GUI applications and Firefox addons to aid in web application testing have been packaged. Virtually turn any PC into black-box testing device without installing any software. A set of stress and load testing tools that can be used to assist in testing performance of web applications are included.

The project’s goal is to provide a LiveCD Linux distribution that is also installable, packaged with useful Testing Tools to help testers and quality assurance personnel. The distribution will consist of Open source Tools for testing web application, Java, load and performance. This will be useful for testers to quickly test applications without the need to install a complete OS, using any pc. This would be especially useful if they need to validate features on linux. Distribution will also be handy for consultants who have limited resources and want to test with tools they are most familiar with. It will also aid companies to quickly provide a standard linux system with testing tools to consultants or temporary testers. The goal is to add as many useful and usable open source testing tools that will be essential for testers and quality assurance personnel to do a good job with minimum time wasted in downloading and installing necessary operating system and essential software in a downloadable ISO format which would fit in a CD or USB stick.

Tools included are listed below.

Java GUI applications

Jacareto – Jacareto is a capture & replay tool for programs written in Java. You can capture actions on applications and replay them later on (like macros). Jacareto can be used for:

  • GUI tests
  • Creation of animated demonstrations
  • Creation of macros
  • Qualitative and quantitative analyses of user behavior

There are two front ends included in Jacareto:

  • CleverPHL is a GUI front end for Jacareto
  • Picorder is a command line front end for Jacareto

Documentation and CleverPHL can be accessed from kmenu start on the desktop.

Marathon – A GUI testing framework supporting applications developed using Java/Swing. It can be used to capture user interactions on the applications and also insert assertions to verify that correct processing is taking place. The generated raw script which is in jython, can be refactored to modules for efficient reuse and maintainability. Replay the scripts either manually or integrate Marathon into your build process for automatic execution of the test suites.

Documentation and Marathon can be accessed from kmenu start on the desktop.

Other GUI applications

X11::GUITest , a Perl package intended to facilitate the testing of applications by means of user emulation. It can be used to test and interact (SendKeys, WaitWindow, etc.) with GUI applications; which are built (GTK+, Qt, Motif, etc.) upon the X library

Documentation can be accessed from kmenu start on the desktop – Tool itself can be used only via commandline.

Web-based applications

FunkLoad – A functional and load Web tester whose main use cases are functional testing of Web projects (and thus regression testing as well), performance testing, load testing (such as volume testing or longevity testing), and stress testing. It can also be used to write Web agents to script any Web repetitive task, like checking whether a site is alive.

Documentation can be accessed from kmenu start on the desktop – Tool itself can be used only via commandline.

Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do, and they run in Mozilla and Firefox. It can be used to do application functional testing and Create regression tests to verify application functionality and user acceptance. Selenium uses JavaScript and Iframes to embed a test automation engine in your browser. This technique should work with any JavaScript-enabled browser.

Tools is part of Firefox as an extension.

Performance/Stress

curl-loader – The loader is a C-written open-source community tool, simulating application load and application behavior of thousands and tens of thousands HTTP/HTTPS and FTP/FTPS clients, each with its own source IP-address. In contrast to other tools, curl-loader is using real client protocol stacks, namely, HTTP 1.1 and FTP of libcurl, TLS/SSL of openssl, and supports login and authentication flavors.  The tool is useful for performance loading of various application services, using HTTP, HTTPS, FTP, FTPS, web-sites testing, and traffic generation. Activities of each virtual client are logged and statistics provided: resolving, connection establishment, sending of requests, receiving responses, headers and data received/sent, errors from network, TLS/SSL and application (HTTP, FTP) levels.

Virtual clients are grouped to the so-called batches of clients, performing the same sort of activities. Configurable activities for the simulated clients are:

  • authentication login;
  • user activity simulation (UAS) by fetching several urls and timeouts in between;
  • logoff.

The tool can be easily extended to generate telnet, tftp, ldap, etc other application load, supported by the great libcurl library.
Documentation can be accessed from kmenu start on the desktop – Tool itself can be used only via commandline.

Firefox extensions preinstalled include:

Console² , is used not only for JavaScript errors, but for CSS errors as well. This extension takes this into account by providing a simple possibility to display errors by type. It let’s you display errors filtered by type (Errors, Warnings, Messages), language (JavaScript, CSS, XML) and context (Chrome, Content). Furthermore it provides a simple search box (as seen in the History and Bookmarks sidebars) and some accessibility improvements.
Tool itself can be used from Firefox in Tools Console only via commandline.

An essential extension/sidebar for web developers using Firefox, UrlParams conveniently summarizes all of your URL parameters into a readable and usable sidebar. It show the querystring from the last request to the server. Sure, you can see the same info with LiveHTTPHeaders, but the layout of this extension is a show-stopper!

Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do, and they run in Mozilla and Firefox. It can be used to do application functional testing and Create regression tests to verify application functionality and user acceptance. Selenium uses JavaScript and Iframes to embed a test automation engine in your browser. This technique should work with any JavaScript-enabled browser.
Tools is part of Firefox as an extension.

Molybdenum is an inbrowser test tool for websites. Molybdenum is realised as a Firefox extension. As Molybdenum is running as an extension in the browser, it can access the content of a loaded webpage directly and doing checks and triggering actions. It is based on Selenium and enhances it with direct browser integration and a visual editor. At the same time it removes the need to deploy testscripts on the server to be tested. The goal of Selenium to support multiple browsers is secondary for Molybdenum. Molybdenum tries to utilise the special features of Firefox Extensions.

Tools is part of Firefox as an extension.

Server Switcher allows you to easily switch between sites on your development and live servers, so that you can immediately see the differences.

Use case: When you are on http://localhost/page.html (your development server) and click the Server Switcher icon you will instantly be redirected to http://www.yoursite.com/page.html (your live server). (“localhost” and “www.yoursite.com” are of course configurable – you can also create multiple development/live-server-pairs.)

CookieSwap is a Firefox/Mozilla extension that enables you to maintain numerous sets or “profiles” of cookies that you can quickly swap between while browsing.

CookieSwap allows you to swap all your cookies out of the browser’s memory and swap in a new set of cookies. This is useful for tasks like:

  • Changing your cookies/identity to web e-mail sites (like Yahoo, Gmail, Hotmail, etc) so that you can quickly look like different users. Nice if you maintain multiple accounts and are tired of logging out and then back in to switch accounts. Also nice if two people are using the same computer and want to switch between accounts quickly.
  • Changing your cookies/identity to see how sites like Amazon and Google treat you differently depending on who you are. For example, if Amazon recognizes you as a returning shopper they give you a different looking page (and there were claims that they give you different prices also). Google has begun to use a feature called “Personalized Search”, where they modify their search results based on your user identity. There is a question about this when you create your Google account. The results of Google searches are different depending on if Google knows you or not. Use CookieSwap to quickly swap between Google recognizing you and being anonymous. Run the same search and see the differences.
  • If you test web sites, you can setup numerous cookie profiles to look like different types of users and swap between those users quickly and easily to test your site in numerous modes

DOM Inspector is a tool that can be used to inspect and edit the live DOM of any web document or XUL application. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.

Features:
- Up to 5 statusbar panels;
- Request and response headers;
- Custom headers;
- Tooltip headers;
- Menu with headers for statusbar panels;
Requires:
- Live HTTP Headers;
Help:
- Quick reference to HTTP headers;

LiveHTTPHeaders adds information about the HTTP headers in two ways:

  • First by adding a ‘Headers’ tab in ‘View Page Info’ of a web page.
  • Second by adding a tool in the ‘Tools->Web Development’ menu to be able to display http headers in real time (while pages are being downloaded from the Internet.
  • Third by letting you edit request headers and replay an URL (beta). Look for the Replay button in the live window!

This project may be of some help for the following:

  • Help debugging web application.
  • See which kind of web server the remote site is using.
  • See the cookies sent by remote site.

For more info visit URL: http://www.bugnux.org

Downloads LiveCD: bugnux – LiveCD download

Related Posts



Leave a Reply