Hi, I was going through the selenium documentation and found out that there are multiple selenium tools for testing and after going through PMA code I figured that the test is written using selenium RC I wanted to know whether I am right about this or not and which tool has to be used for the GSOC project ? Is it selenium WebDriver or is it selenium RC? Personally I think webdriver should be used because according to their documentation it is the "future direction of the project", although I am not sure which binding should be used !
Thanks :D
Hello
Osaid Nasir píše v Út 28. 03. 2017 v 23:17 +0530:
I was going through the selenium documentation and found out that there are multiple selenium tools for testing and after going through PMA code I figured that the test is written using selenium RC I wanted to know whether I am right about this or not and which tool has to be used for the GSOC project ? Is it selenium WebDriver or is it selenium RC? Personally I think webdriver should be used because according to their documentation it is the "future direction of the project", although I am not sure which binding should be used !
We have existing testsuite using PHPUnit, please look at it and PHPUnit documentation for more details:
https://phpunit.de/manual/4.5/en/selenium.html