
| Key: |
SEL-35
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Anonymous
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Would it be hard to support CSV files as well as HTML tables? It feels like a good environment for editing the structured Selenium "language". Maybe the first column would indicate a comment, so a test might look like:
This is a test of some application,,,
Note: I still need to add testing for the email portion,,,
,,,
Test 1:,,,
,open, http://blahblah,
,click,submit_me,
And so on. It would be easy enough to make a script to generate HTML from this, but that introduces a "compilation" phase.
|
|
Description
|
Would it be hard to support CSV files as well as HTML tables? It feels like a good environment for editing the structured Selenium "language". Maybe the first column would indicate a comment, so a test might look like:
This is a test of some application,,,
Note: I still need to add testing for the email portion,,,
,,,
Test 1:,,,
,open, http://blahblah,
,click,submit_me,
And so on. It would be easy enough to make a script to generate HTML from this, but that introduces a "compilation" phase. |
Show » |
| There are no comments yet on this issue.
|
|