Re: PExpect Cross-Platform Alternative

2010-02-12 Thread corey goldberg
> > I was just tasked to get > > these scripts running in a windows environment and to my dismay very > > quickly realized that pexpect is not cross platform compatible. > > Am I stuck, or are there solutions out there? I haven't tried it, but here is another Python implementation of Expect that

Re: recommendation for webapp testing?

2009-09-16 Thread corey goldberg
> I need to do some basic website testing http://seleniumhq.org/ "Selenium is a suite of tools to automate web app testing across many platforms." Have a look at Selenium. Specifically, look at Selenium RC. You can write code in Python to drive a web browser and run web tests. -Corey -- http: