41 lines
522 B
Plaintext
41 lines
522 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
</keywords>
|
|
</info>
|
|
|
|
# no Server-side
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
<name>
|
|
"upload" with file://
|
|
</name>
|
|
<command option="no-include">
|
|
file://localhost%FILE_PWD/%LOGDIR/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt
|
|
</command>
|
|
<file name="%LOGDIR/upload%TESTNUMBER.txt">
|
|
data
|
|
in
|
|
file
|
|
to
|
|
write
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<file name="%LOGDIR/result%TESTNUMBER.txt">
|
|
data
|
|
in
|
|
file
|
|
to
|
|
write
|
|
</file>
|
|
</verify>
|
|
</testcase>
|