I am writing Behat tests and I need to change the value of a hidden input field <input type=\"hidden\" id=\"input_id\" ..... />
I am new to Sahi Testing tool. I recorded some test cases using Sahi, when I play back in IE 8.. On my Terminal I am getting error:
Anyone has b开发者_高级运维een using Behat with Zend Framework? Any examples on how to use both?I got it working.It works with PHPUnit and Zend_Test so you can use all those nifty assertXYZ() methods.
Don\'t get me wrong. I think both projects ar开发者_Go百科e fantastic. But as both php and ruby developer I wonder if there are there any compelling reasons, besides possible language barrier, why wo
This is not a homework. I am asking to see if problem is classical (trivial) or non-trivial. It looks simple on a surface, and I hope it is truly a simple problem.