Skip to main content

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

Rss Feed Group items tagged

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

CubicTest: CubicTest - 0 views

  •  
    CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable. CubicTest's test editor is centered around pages/states and transitions between these pages/states. The model is intuitive for both Ajax and traditional web applications and supports most user interaction types. CubicTest features an innovative test recorder and test runner based on Selenium RC which are fully integrated with the graphical test editor. Tests can also run standalone from Maven 2.
David Lafon

CubicTest - 0 views

  •  
    CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes tests faster and easier to write, and provides abstractions to make tests more robust and reusable.
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 - 5 of 5
Showing 20 items per page