waldenner / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

First letter of the words in test case name are capitalized in ${TEST_NAME} variable #556

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Documentation:
robotframework-2.1.3/doc/userguide/RobotFrameworkUserGuide.html#test-case-name-a
nd-documentation

says: "The test case name comes directly from the Test Case table: it is
exactly what is entered into the test case column."

However first letters of the words are converted to uppercase, example:

*Test Case* *Action*    *Argument*
lowercase testname  Should Be Equal ${TEST_NAME}    lowercase testname

results are:

Lowercase Testname                                                    | FAIL |
Lowercase Testname != lowercase testname

Original issue reported on code.google.com by tom.vant...@nsn.com on 12 May 2010 at 12:30

GoogleCodeExporter commented 9 years ago
This is stupidity is due to RF converting test/keyword/etc. names (issue 377) 
which
hopefully is fixed in RF 2.5.

Original comment by pekka.klarck on 12 May 2010 at 1:31