????λ?????????? >> ??????????
??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-?????????????????????????????????е??????????????????????????????????????

???·???
App??С????H5?????????????????Щ??
2024/9/11 15:34:34?????????????????????????
2024/9/10 11:13:49P-One ???????????????????????????????????????
2024/9/10 10:14:12???????????????????????????
2024/9/9 18:04:26??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44