| | Script » | 1 | waitForLoad(1);  | | | 2 |   | | | 3 | // i-tree,DIV  | | | 4 | click('0,PID_SFeatureBrowser: Main Tree',[0,1,0,1,2,0,0], 'left');  | | | 5 |   | | | 6 | // i-tabsheet,DIV  | | | 7 | assert('0,PID6',[0,0,0,0,1,0,0,0], 'equals', 'SPAN(){Basic value input}');  | Equals assert OK! | | 8 |   | | | 9 | // i-orderedlayout,DIV  | | | 10 | assert('0,PID14',[0,0,0,0,0], 'equals', 'SPAN(){Basic}');  | Equals assert OK! | | 11 |   | | | 12 | // i-textfield TT-highlight,INPUT  | | | 13 | assert('0,PID_SBasicTextField',undefined, 'equals', 'INPUT( c:i-textfield)');  | Equals assert OK! | | 14 |   | | | 15 | // i-textfield i-textfield-focus,INPUT  | | | 16 | click('0,PID_SBasicTextField',undefined, 'left');  | | | 17 | // i-textfield,INPUT  | | | 18 | change('0,PID_SBasicTextField',undefined,'user entered value');  | | | 19 |   | | | 20 | // i-orderedlayout,DIV  | | | 21 | click('0,PID14',[0,0,0,0], 'left');  | | | 22 |   | | | 23 | // i-textfield TT-highlight,INPUT  | | | 24 | assert('0,PID_SBasicTextField',undefined, 'equals', 'INPUT( v:user entered value c:i-textfield)');  | Equals assert OK! | | 25 |   | | | 26 | // i-orderedlayout,DIV  | | | 27 | assert('0,PID16',[0,0,0,0,0], 'equals', 'SPAN(){Area}');  | Equals assert OK! | | 28 |   | | | 29 | // i-textarea TT-highlight,TEXTAREA  | | | 30 | assert('0,PID_SAreaTextField',undefined, 'equals', 'TEXTAREA( c:i-textarea)');  | Equals assert OK! | | 31 |   | | | 32 | // i-textarea i-textarea-focus,TEXTAREA  | | | 33 | click('0,PID_SAreaTextField',undefined, 'left');  | | | 34 | // i-textarea,TEXTAREA  | | | 35 | change('0,PID_SAreaTextField',undefined,'user entered line1nuser entered line2nnfourth line..');  | | | 36 |   | | | 37 | // i-orderedlayout,DIV  | | | 38 | click('0,PID12',[0], 'left');  | | | 39 |   | | | 40 | // i-textarea TT-highlight,TEXTAREA  | | | 41 | assert('0,PID_SAreaTextField',undefined, 'equals', 'TEXTAREA( v:user entered line1nuser entered line2nnfourth line.. c:i-textarea)');  | Equals assert OK! | |