MuraliKola / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
1 stars 0 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 GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by mallik9...@gmail.com on 30 Apr 2012 at 10:23

Attachments:

GoogleCodeExporter commented 8 years ago
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.

Original comment by pekka.klarck on 2 May 2012 at 11:32