robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

when i am running a simple testcase it is giving as FAIL | No keyword with name 'open Login Page' found. #236

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by mallik9... on 30 Apr 2012

C:\Python27>pybot valid_login.txt

Valid Login :: A test suite with a single test for valid login. This test h...

Valid Login | FAIL |

No keyword with name 'open Login Page' found.

Valid Login :: A test suite with a single test for valid login. Th... | FAIL | 1 critical test, 0 passed, 1 failed

1 test total, 0 passed, 1 failed

Output: C:\Python27\output.xml Log: C:\Python27\log.html Report: C:\Python27\report.html

can you please give me a solution for this. I am attaching the resource and login text file

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 2 May 2012

First of all, please send general questions to robotframework-users mailing list. Second, your problem seems to be that you have indented your keyword in the resource file.