51Testing软件测试论坛

标题: 为何每次从数据池取到的变量值都是相同记录? [打印本页]

作者: 俱往矣    时间: 2011-2-15 11:06
标题: 为何每次从数据池取到的变量值都是相同记录?
public void testMain(Object[] args)
        {
                final boolean TO_SUBMIT = true;
               
                // Set to Edit Mode
                callScript   ("Attendance.LeaveType.Common.LeaveTypeSetEditMode");

                // Add all new Leave Type and save  from data pool
                addLeaveType(dpString("LeaveType"),TO_SUBMIT);

                // Clear registered TestObjects to improve stability
                unregisterAll();
        }


为何每次从数据池取到的变量值都是相同记录?请高手解答。。。
作者: yueerfeifei    时间: 2011-2-15 14:38
因为没有循环
while(!dpDone()){
   ....
   addLeaveType(dpString("LeaveType"),TO_SUBMIT);

   ....

  dpNext();
}




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2