Loadrunner print web information

摘要: print_result_info(){ int HttpRetCode, httpInfoLastSocketError, HttpInfoDownloadSize, HttpInfoDownloadTime, HttpInfoTotalRequestStat, HttpInfoTotalR... 阅读全文
posted @ 2015-01-15 17:35 keep_walking 阅读(156) 评论(0) 推荐(0)

Loadrunner error

摘要: Query ... 阅读全文
posted @ 2015-01-15 16:53 keep_walking 阅读(249) 评论(0) 推荐(0)

Loadrunner logging

摘要: log_turnon(){ lr_message("**** Start printing log ****"); lr_set_debug_message(LR_MSG_CLASS_EXTENDED_LOG | LR_MSG_CLASS_RESULT_DATA | LR_MSG_CLA... 阅读全文
posted @ 2015-01-15 16:12 keep_walking 阅读(176) 评论(0) 推荐(0)

Regular Ex Notes

摘要: https://docs.python.org/2/howto/regex.htmlIdentifiers:\d any number\D anything but a number\s space\S anything but a space\w any character\W any... 阅读全文
posted @ 2015-01-13 23:05 keep_walking 阅读(217) 评论(0) 推荐(0)

ascii characters switch

摘要: ascii = {}ascii[' '] = ' 'ascii['!'] = '!'ascii['"'] = '\"'ascii['#'] = '#'ascii['$'] = '$'ascii['%'] = '%'ascii['&'] = '&... 阅读全文
posted @ 2015-01-12 22:58 keep_walking 阅读(123) 评论(0) 推荐(0)

ASCII Characters

摘要: ASCII Encoding Referencehttp://www.w3schools.com/tags/ref_urlencode.asphttp://www.freeformatter.com/html-entities.htmlCharacterEntity NameEntity Numbe... 阅读全文
posted @ 2015-01-12 21:43 keep_walking 阅读(292) 评论(0) 推荐(0)

run loadrunner script in command line

摘要: D:\LoadRunner78\bin\mdrv.exe-usr D:\LR_Tests\C\get_attribute\get_attribute.usr-out D:\LR_Tests\C\get_attribute\out-time 1.5-secondsInYear 30758400-Mrs... 阅读全文
posted @ 2015-01-12 15:38 keep_walking 阅读(209) 评论(0) 推荐(0)

5 tips to help you correlate Web HTTP scripts in HP LoadRunner

摘要: (This post was written byYang Luo (Kert) from the LoadRunner R&D Team)Load testingscenarios in HP LoadRunner consist of scripts created by a Virtual U... 阅读全文
posted @ 2015-01-12 11:05 keep_walking 阅读(284) 评论(0) 推荐(0)

loadrunner send json request

摘要: 1 web_custom_request("Update Todo", 2 "URL=http://localhost:3000/todos/3", 3 "Method=PUT", 4 "Resource=0", 5 "EncType=... 阅读全文
posted @ 2015-01-12 10:56 keep_walking 阅读(312) 评论(0) 推荐(0)

New Ubuntu setup

摘要: sudo apt-get install openssh-serversudo apt-get install python-pip python-dev build-essentialsudo pip install --upgrade pipsudo pip install --upgrade ... 阅读全文
posted @ 2015-01-11 18:31 keep_walking 阅读(172) 评论(0) 推荐(0)