Skip to main content

Home/ Qualité web et testing/ Group items tagged code

Rss Feed Group items tagged

David Lafon

Sonar - 0 views

  •  
    Code quality management platform Sonar enables to collect, analyze and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but it becomes the central place to manage code quality
David Lafon

Graudit - Just Another Hacker - 0 views

  •  
    Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like RATS, SWAAT and flaw-finder while keeping the technical requirements to a minimum and being very flexible.
David Lafon

Selenium : Boostez vos tests avec Tellurium | Tom's Quest - 0 views

  •  
    Au commencement, vous écriviez vos tests Selenium en HTML. Mais cela posait des problèmes : aucune factorisation possible, pas de setUp()/tearDown()… Puis, vous avez commencé à écrire vos tests en Java et la vie fut plus belle. Mais cela devint verbeux et vous développiez de plus en plus de code custom pour améliorer vos tests. Et vous vous demandiez comment faire encore mieux… Enfin, vous découvrez l'arme ultime, ce projet nommé Tellurium qui ne vous rendra certainement pas plus riche ni plus beau mais qui améliorera vos tests Selenium.
David Lafon

45 Incredibly Useful Web Design Checklists and Questionnaires | Developer's Toolbox | S... - 0 views

  •  
    Designing websites can be a long and complicated process. Dealing with clients, designing prototypes, coding, programming, and testing - there's a lot to keep track of and a lot to make sure gets done. That's where checklists can make your life a whole lot easier. With lists of points covering multiple areas from content to usability to accessibility to standards, you're a lot less likely to overlook important parts of a site.
David Lafon

Let's make the web faster - Google Code - 0 views

  •  
    What would be possible if browsing the web was as fast as turning the pages of a magazine? We invite you to join us in exploring and innovating across the entire spectrum of performance - from Internet protocols to the browser to website development. Together, let's make the web faster!
David Lafon

Joe Dog Software - Siege Home - 0 views

  •  
    Siege is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It allows the user hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege."
David Lafon

Panorama des solutions de test logiciel - 0 views

  •  
    Qu'ils portent sur le code source, le respect du cahier des charges ou la montée en charge, les tests de logiciels occupent une place centrale dans la politique d'assurance qualité des éditeurs.
David Lafon

RATS - Rough Auditing Tool for Security - 0 views

  •  
    RATS - Rough Auditing Tool for Security - is an open source tool developed and maintained by Secure Software security engineers. Secure Software was acquired by Fortify Software, Inc. RATS is a tool for scanning C, C++, Perl, PHP and Python source code and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.
David Lafon

Tellurium - Project Hosting on Google Code - 0 views

  •  
    The Tellurium Automated Testing Framework (Tellurium) is a UI module-based automated testing framework for web applications. The UI module is a collection of UI elements you group together. Usually, the UI module represents a composite UI object in the format of nested basic UI elements.
David Lafon

Selenium IDE Tutorial - Part 1 : CodeDiesel - 0 views

  •  
    Selenium IDE is an integrated development environment for performing Selenium tests. Selenium tests can be written as HTML tables or coded in various languages like C#, PHP, Perl, Python and can be run directly in most modern browsers.The IDE can help you to record, edit and debug tests.
David Lafon

Selenium (software) - Wikipedia, the free encyclopedia - 0 views

  •  
    Selenium is a portable software testing framework for web applications. The tests can be written as HTML tables or coded in a number of popular programming languages and can be run directly in most modern web browsers. Selenium can be deployed on Windows, Linux, and Macintosh platforms.
David Lafon

minify - Project Hosting on Google Code - 0 views

  •  
    Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents (i.e. removal of unnecessary whitespace/comments), and serve the results with HTTP encoding (gzip/deflate) and headers that allow optimal client-side caching. This helps you follow several of Yahoo!'s Rules for High Performance Web Sites. (See "Problem Domain" below for more info.)
David Lafon

Introduction aux tests unitaires avec PHPUnit 3.1 - Club des décideurs et pro... - 0 views

  •  
    Cette brève introduction méthodologique fournit un processus et quelques conseils vous permettant d'utiliser les tests unitaires dans vos projets PHP.
David Lafon

Injection SQL tuto sur les failles de type injection sql - 0 views

  •  
    Voici un tutoriel sur l'injection SQL sous MySQL et MS SQL server. Dans ce tuto vous verez toutes la puissance des injections; ma platforme de test : LAMP avec magic_quote à OFF dans une première partie et ensuite magic_quote à ON ;-) Une injection SQL est un type d'exploitation d'une faille de sécurité d'une application web. On va injecter une requète SQL non prévue par le système et pouvant compromettre sa sécurité.
  •  
    Voici un tutoriel sur l'injection SQL sous MySQL et MS SQL server. Dans ce tuto vous verez toutes la puissance des injections; ma platforme de test : LAMP avec magic_quote à OFF dans une première partie et ensuite magic_quote à ON ;-) Une injection SQL est un type d'exploitation d'une faille de sécurité d'une application web. On va injecter une requète SQL non prévue par le système et pouvant compromettre sa sécurité.
1 - 15 of 15
Showing 20 items per page