how to generate testing report using selenium ide for php -


i record test in selenium ide , generate test report installing test result addons. test report generated in table format did not display succeed or not. test report shows test case pane in table format

how generate detail report of test case using selenium ide php

selenium ide isn't focused on php. prefer use selenium in combination phpunit, makes selenium's functionality available within php testing.

you can export recorded selenium ide tests special php formatter add-on , integrate selenium tests php testing.

if have detailed test results, use phpunit's logging features. phpunit can log testing results several formats (e.g. junit xml, tap).

but 1 last suggestion: use selenium builder more comfortable , powerful selenium ide ;-)


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -