51Testing软件测试论坛

标题: 如何用LR自動化處理訂單編號的排期問題 [打印本页]

作者: bencheung    时间: 2007-10-24 13:10
标题: 如何用LR自動化處理訂單編號的排期問題
如何關聯訂單編號


/*
         這是一個訂單編號為207100157的訂單排期錄制的腳本。

    由於不同的訂單編號其客戶、訂單量均是不相同。所以不知如何處理。

         如果在自動處理其他訂單編號,請問如何通過關聯處理。
多謝謝各位大蝦。
         */

#include "web_api.h"


Action()
{
        web_url("Pordin2.asp",
                "URL=http://10.2.10.240/LF/ordernew/Pordin2.asp?editmode=9",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://10.2.10.240/LF/ordernew/",
                "Snapshot=t3.inf",
                "Mode=HTML",
                LAST);

        lr_think_time( 6 );

        web_submit_form("POrdIn2.asp",
                "Snapshot=t4.inf",
                ITEMDATA,
                "Name=Ord", "Value=207100157", ENDITEM,
                "Name=B1", "Value=½T©w", ENDITEM,
                LAST);

        web_url("POrdIn2.asp_2",
                "URL=http://10.2.10.240/LF/ordernew/POrdIn2.asp?Ord=207100157",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t5.inf",
                "Mode=HTML",
                LAST);

        lr_think_time( 6 );

        web_url("SelTimeHour.Asp",
                "URL=http://10.2.10.240/LF/ordernew/SelTimeHour.Asp?chkTime=True&temptime=2007/10/22%2006:00",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t6.inf",
                "Mode=HTML",
                LAST);

        lr_think_time( 3 );

        web_url("SelTimeHour.Asp_2",
                "URL=http://10.2.10.240/LF/ordernew/SelTimeHour.Asp?chkTime=True&temptime=2007/10/22%2006:00",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t7.inf",
                "Mode=HTML",
                LAST);

        lr_think_time( 16 );

        web_submit_data("POrdIn2.asp_3",
                "Action=http://10.2.10.240/LF/ordernew/POrdIn2.asp",
                "Method=POST",
                "RecContentType=text/h
作者: cf88ex    时间: 2007-10-24 15:22
..
作者: toly_sun    时间: 2007-10-24 16:55
如果对测试系统不熟悉,录制一个207100158的订单脚本,比较后手工作关联




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