????λ?????????? >> ??????????
??0??1?????????????
???????????? ???????[ 2016/3/3 13:49:41 ] ???????????????
?????????????
????????????Groovy?????б?д??????????????????????runner??????????????????
????interface Runner {
????def init(Test app)
????def run(Test app?? String log)
????def destroy(Test app)
????}
??????Thrift?????????
class TestServiceRunner implements Runner {
RPCService.Client _client
TTransport _transport;
@Override
def init(Test app) {
def conf = app.config // ??????????
_transport = new TFramedTransport(new TSocket(conf.get("thrift_service_host") as String?? conf.get("thrift_service_port") as int))
TProtocol protocol = new TBinaryProtocol(_transport)
_client = new RPCService.Client(protocol)
_transport.open()
}
@Override
def run(Test app?? String log) {
TestRequest req = Vcr.deSerialize(log?? TestRequest.class) // ???????????????л?
_client.echo(req) // ????????
}
@Override
def destroy(Test app) {
_transport.close() // ??????
}
}
???????????
?????????????????????y??д?????
??????????????Web???洴????????????????????????????????????????á?
???????????
???????????????????????????????????????
??????????
????????????????????????????20??????????????δ????飬??????????????????15??30?????????????????????????????????????????????????????????????????
??????????????????????????????
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
???????????????????Щ???????????????????????????2017?????????????????????AutoRunner???????????????2016??1??8??V4.0?汾?????????????????????TestDirector?淶??????????WinRunner????????????????????WinRunner???????????????Winrunner TSL????????????????WinRunner?????????????????????????WinRunner?????????????????WinRunner???????????????????????????????????????????VectorCAST-?????????????????????????????????е??????????????????????????????????????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????