简体   繁体   中英

How can i apply or use selenium testing to php sites

I mostly buil sites in php/joomla/jquery. Someone told me to learn some unit testing system like selenium.

I want to know that, can i use that for php sites or only java based sites. When i was learning j2ee then i find many testing systems but i don't know those work with php and joomla

Selenium can be used for PHP sites. Easiest path to getting started is (or was at one time, at least) to download the Seleneium IDE plugin for Firefox and use it to build tests. It can then export your tests as code into a number of different languages.

By the way, I don't consider Selenium a unit test tool. For unit testing in PHP, check out something like PHPunit.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM