Languages  >>  Python

Automated Web-Dev Testing with PAMIE

Language : English Quality : High Has Audio : true Source : showmedo Media : Flash
P.A.M.I.E. - stands for Python Automated Module For I.E.

Pamie's main use is for testing web sites by which you automate the Internet Explorer client using the Pamie scripting language. PAMIE is not a record playback engine!

Pamie allows you to automate I.E. by manipulating I.E.'s Document Object Model via COM. This Free tool is for use by Quality Assurance Engineers and Developers.

    [SUGGEST  A  ARTICLE]

Tags: Testing, Screencast, Showmedo,     [SUGGEST  A  TAG]
Automate Web Testing with Pamie

Pamie is a Python class file that allows you to create automation scripts to test Web application functionality in Internet Explorer on Windows.

Parameterize Test Data using XML

Pamie is a Python class file that allows you to create automation scripts to test Web application functionality in Internet Explorer on Windows. This Pamie XML Demo shows how you can use Pamie and parameterize your test data by using XML files.

Writing Test Scripts for PAMIE - Part 1 of 2

This 2-part PAMIE tutorial show you how to write scripts faster using the writeScript method. The User can see how to enter the expected input so later in Part 2 (forthcoming) we can verify the expected output.