【正文】
? ‘ ? ‘Browser(Browser).Page(Page_2).WebEdit(hobby).Set Reading novels ? Browser(Browser).Page(Page_2).WebButton(Submit).Click ? Rem ? Rem check the output ? Browser(Browser).Page(Page_3).WebElement(input_text_1).Check CheckPoint(input_text_1) ? Browser(Browser).Page(Page_3).WebEdit(hobby).Set Watching TV ? Browser(Browser).Page(Page_3).WebButton(Submit).Click Creating checkpoints ? A checkpoint is a verification point that pares a current value for a specified property with the expected value for that property. ? Effect: it enables you to identify whether your Web site or application is functioning correctly. ? Predefined checkpoint ? Userdefined checkpoint Userdefined checkpoint ? Dim Style , index ? Style = Browser(Browser).Page(Page_22).WebEdit(Aim).GetROProperty(outerHTML) ? index = InStr (Style, color=read) ? If index 0 Then micPass,