2012-07-13 80 views

回答

5

你可以把break命令或input-box

1.By input-box 
Command 1 
Command 2 
Command 3 
4th command will be 
storeEval | prompt(“Enter input”); |variable 
type | locator of field where you want to put value| ${variable} 
continue with your next commands 

2.By break command 

Command 1 
Command 2 
Command 3 
4th command will be 
Break 
Enter input manually and resume execution of test 
continue with your next commands 

Sample Script for you

+0

storeEval |提示(“输入输入”); |变量...你可以解释如何使用它? – 2012-07-13 07:23:43

+0

我附上了示例图片 – 2012-07-13 08:07:29

+0

谢谢bossssssssssssssssssssss .... – 2012-07-13 08:51:54

相关问题