History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: WT-287
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Assignee: Marc Guillemot
Reporter: Marc Guillemot
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
WebTest

Provide a core structure and utility to facilitate WebTest projects

Created: 16/Mar/07 09:02:16   Updated: 20/Feb/08 15:30:09
Affects Version/s: 2.1
Fix Version/s: 2.6

Issue Links:
Depends
 
This issue contains:
WT-32 Refactor the release artifacts: adds ... Major Open
WT-286 Extract Common Code for WebTest Execu... In Progress


 Description   
WebTest should provide an ant file to support common tasks like:
- definition of WebTest steps
- formatting of xml results to html
- opening results in browser
- generation of a dtd for entities
- ...

This would make life easier for newbies as well as reduce repeated code through WebTest projects.

This can be done through a build file that can be imported in WebTest projects with the <import> task.

Furthermore a default directory layout should be proposed to support best provided utilities.

See (old) discussion in the mailing list:
http://www.nabble.com/Propostion%3A-Standard-directory-layout-for-a-WebTest-project-tf1867243.html#a5118614

 All   Comments   Change History      Sort Order:
Comment by Marc Guillemot [16/Mar/07 09:03:45]
This facility should be used for WebTest selftests too

Comment by Denis N. Antonioli [20/Mar/07 14:46:44]
Older proposal to the same effect.

Comment by Marc Guillemot [29/Mar/07 14:23:49]
build 1534 will contain a first version providing:
- definition of WebTest steps
- formatting of xml results to html
- opening results in browser
- generation of a dtd for entities
- inclusion of the definitions
- ...

Comment by Marc Guillemot [20/Feb/08 15:30:09]
done since some time now. webtest.xml is the solution!