Well, does the test run successfully when you just run it from the IDE instead of the Perl script with Selenium Server. Could be timing related issue or your website/app has since changed causing element not found in test. Ideally if it fails in the script, it should also fail in the IDE.
On Thursday, June 14, 2012 11:08:47 AM UTC-7, Jackie wrote:
HI friends,
I'm using selenium IDE to record some actions & replay the same test case. I'm not doing any test suite for this. Is it mandatory to do a test suite for this ?
I exported the same test case in PERL & saved it as '
new.pl' . I've selenium standalone server & Active PERL for this. In the cmd prompt i executed the script as perl
new.pl but i'm getting
error at the middle of the test case which says as element not found while the selenium server running at the other end.
Am i following the right procedure ? If not, please let me know the procedure. I'm very new to the Selenium. Don't think my doubt as silly,please.I need your help.