Skip to main content

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

Rss Feed Group items tagged

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

Best Sites and Applications for Screencasting - 0 views

  •  
    Screencasting can be very useful for presenting your work to others or to make video tutorials on any application, etc., There are many applications and websites that provide high quality screencasting solutions where you can create a screencast and share it online with your friends or business partners easily. Here-in are some of the best applications and web sites which allow you to capture the screen and create screencasts effectively.
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

Howto Dynamically Insert Javascript And CSS - 0 views

  •  
    "var headID = document.getElementsByTagName("head")[0]; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.src = 'http://www.somedomain.com/somescript.js'; headID.appendChild(newScript);"
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 - 9 of 9
Showing 20 items per page