Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Selenium Export test cases as PHP-phpunit is missing in my Selenium IDE 1.2.0?

I really in need of converting/exporting my test cases to PHP. But PHP-phpunit formatter in Selenium IDE 1.2.0 is missing. Can you please tell me how can I get it? Its really urgent please.

like image 940
software Avatar asked Sep 26 '11 14:09

software


People also ask

How to export test case in Selenium IDE?

Getting Started. You can export either a test or suite of tests to WebDriver code by right-clicking on a test or a suite, selecting Export , choosing your target language, and clicking Export . This will save a file containing the exported code for your target language to your browser's download directory.

Which browser Selenium IDE supports to create and execute test cases?

Selenium IDE is a Firefox/Chrome Add-on that helps create Selenium test cases and test suites against web applications.


2 Answers

Great news - it's been revived! https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-php-formatters/

Thanks to Dan Chan for taking that on.

like image 107
Mark B Avatar answered Sep 27 '22 05:09

Mark B


The PHP formatter has been removed starting in IDE 1.2.0, presumably because nobody was maintaining it. You can either go back to IDE 1.1.0 and never upgrade, or you can try the PHP formatter from 1.0.2, which might work. Long term, you've got a decision to make about what language you're going to use instead of PHP.

like image 45
Ross Patterson Avatar answered Sep 28 '22 05:09

Ross Patterson