Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

LR http interface test template

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Lr directly clicks to create the script, and then write the code in action.

The specific script is as follows:

Action ()

{

Int status

Lr_start_transaction ("send")

Web_reg_find ("Search=All", / / the setting of checkpoint function

"SaveCount=ret_Count", / / the name saved by the parameter to be found

"Text=ahbei"

LAST)

Status=web_url ("usermsg"

"URL= http://bubbler.labs.douban.com/j/user/ahbei", / / Interface to be tested

"TargetFrame=Main"

"Resource=0"

"RecContentType=text/html"

"Mode=http"

LAST)

Lr_output_message ("Request Status:%d", status)

Lr_output_message ("number of returned values found:% d", atoi (lr_eval_string ("{ret_Count}")

If (atoi (lr_eval_string ("{ret_Count}")) > 0) {/ / the number of checks is determined here

Lr_output_message ("Rec successful.")

Lr_end_transaction ("send", LR_PASS)

}

Else {

Lr_error_message ("Rec failed")

Lr_end_transaction ("send", LR_FAIL)

}

Return 0

}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report