home *** CD-ROM | disk | FTP | other *** search
- VERSION BUILD=303804
- 'Change the default stopwatch file name:
- 'The file is saved to the Internet Macros DOWNLOAD folder
- SET !FILESTOPWATCH demo-stopwatch.csv
- 'Start reponse time measurement
- 'Measure total macro runtime
- STOPWATCH ID=Total
- 'Measure load time for first page
- STOPWATCH ID=Firstpage
- URL GOTO=http://www.iopus.com/iim/demo/
- STOPWATCH ID=Firstpage
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/stopwatch.htm
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/automatic-data-entry.html
- TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:DataEntry ATTR=NAME:FNAME CONTENT=Tom
- TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:DataEntry ATTR=NAME:LNAME CONTENT=Tester
- 'Measure server reaction on submit
- STOPWATCH ID=SubmitData
- TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:DataEntry ATTR=NAME:SendButton&&VALUE:Click<SP>to<SP>submit<SP>data
- STOPWATCH ID=SubmitData
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/automatic-data-entry.html
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/index.htm
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/stopwatch.htm
- 'Measure time for secure Online store to open
- STOPWATCH ID=Store1
- TAG POS=1 TYPE=A ATTR=TXT:online<SP>store
- STOPWATCH ID=Store1
- 'Measure time for second page
- TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:order ATTR=NAME:heardabout CONTENT=Internet<SP>Macros<SP>Test
- 'Measure time for second page
- STOPWATCH ID=Store2
- TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:order ATTR=NAME:ORDER_PRODUCT_NOW&&VALUE:Order<SP>Now
- STOPWATCH ID=Store2
- TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:order ATTR=NAME:FNAME CONTENT=Stopwatch<SP>Test<SP>completed
- TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:order ATTR=NAME:LNAME CONTENT=See<SP>demo-stopwatch.csv<SP>for<SP>results
- STOPWATCH ID=total