Skip to main content

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

Rss Feed Group items tagged

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

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

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

Download details: Web Application Stress Tool - 0 views

  •  
    The Microsoft web stress tool is designed to realistically simulate multiple browsers requesting pages from a Web site.
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

QA test case management tool - 0 views

  •  
    ApTest Manager provides affordable test management for QA projects. It improves consistency, organization, and control throughout the testing process.
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

iMacros pour Firefox :: Modules pour Firefox - 0 views

  •  
    Les professionnels du web peuvent utiliser iMacros pour des tests fonctionnels, de performance et de régression des applications web. La commande intégrée STOPWATCH capture les temps de réponses précis des pages web. iMacros inclut aussi le support pour beaucoup d'éléments AJAX.
David Lafon

http://fitnesse.org - 0 views

  •  
    The fully integrated standalone wiki, and acceptance testing framework.
David Lafon

ab - Apache HTTP server benchmarking tool - Apache HTTP Server - 0 views

  •  
    ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving.
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);"
1 - 20 of 20
Showing 20 items per page