Can We Do PHP In Selenium.& Quit PHP Programming?

Started by Indiana, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Rupert

Hi, I would like to ask you a big problem, can we do php in selenium.& quit php programming? Please help me, thank you very much for answering me as soon as possible.

Jaxon

ry Following things

Get Phpunit installed and working
Also have JAVA sdk & jre on your pc.
Now record test cases using selenium IDE.
Export the testcases to php files.
Using these exported functions create an library of test cases.
Create suite which calls the functions/tests from library.
Now to execute Start Selenium Server using java command.
Using phpunit Execute the suite