Is there a way to have multi-line comments in .test test units?
Story:
As: Automation Engineer
I want to: Comment out whole blocks of a test unit from an outside script using a comment notation
So that: I can activate different parts of a test unit based on the version of the product being tested
Example:
# {BeginSection:
call testunit1
# {EndSection:
# {BeginSection:
call testunit2
# {EndSection:
Would be changed for version 6.50.124 to
# {BeginSection:
call testunit1
# {EndSection:
/*# {BeginSection:
call testunit2
# {EndSection:
or (using a ruby notation)
# {BeginSection:
call testunit1
# {EndSection:
=begin # {BeginSection:
call testunit2
=end # {EndSection:
Problem: Testplan does not seem to support multi-line comments, but I may be wrong.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- TestPlan Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Stephane Mikaty (eCircle AG) for more information if necessary.