Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 556 by [email protected]: First letter of the words in test case name are capitalized in ${TEST_NAME} variable
http://code.google.com/p/robotframework/issues/detail?id=556

Documentation:
robotframework-2.1.3/doc/userguide/RobotFrameworkUserGuide.html#test-case-name-and-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


Reply via email to