关于Robot的录制问题???
在Robot的录制选项中,Generator中的“Verify playback row counts”和“Verify playback return codes”有什么作用,怎样使用??在脚本中可以有那些相关的操作??
工作急需,恳请各位大侠援手帮忙啊!!多谢、多谢。
If you select "Verify playback row counts", Robot inserts into the script the number of rows that were affected by a SQL statement executed during recording, or the number of bytes that were affected by a request to a Web server during recording.
This information helps you determine whether a SQL statement or Web request executed during playback behaves as it did during recording. If a different number is returned during playback, the Test Log window notes the discrepancy.
If you select "Verify playback return codes", Robot inserts into the script the return code for each SQL statement executed during recording.
TestManager checks whether the return code for a SQL statement executed during playback matches the return code for the same statement executed during recording. If there is a discrepancy it is noted in the Test Log window.
This is that help,you take a look!