评论列表
陈先生 2019-07-25 17:49:43 回复
V3.0 PasswordService中此方法不能返回true
public boolean matches(User user, String newPassword)
{
return user.getPassword().equals(encryptPassword(user.getLoginName(), newPassword, user.getSalt()));
}
long 2019-07-19 17:48:13 回复
2019-07-19 17:45:44:296:luckyclient.publicclass.remoterinterface.HttpRequest.loadJSON(HttpRequest.java:65) -
ERROR: loadJSON发送请求出现异常,请检查!
org.apache.http.conn.HttpHostConnectException: Connect to 192.168.1.173:8033 [/192.168.1.173] failed: Connection refused: connect
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at luckyclient.publicclass.remoterinterface.HttpRequest.loadJSON(HttpRequest.java:56)
at springboot.HttpImpl.checkHostNet(HttpImpl.java:374)
at springboot.RunService.main(RunService.java:36)
Seagull 2019-07-22 10:15:12 回复
网络不通,从客户端telnet下服务端的端口
小飞侠 2019-07-02 17:38:18 回复
请问如何修改默认端口
Seagull 2019-07-03 10:09:59 回复
在客户端项目中有一个application.properties文件,其中配置了客户端的默认的监听端口(server.port),修改重启客户端即可。
当然仅仅修改了客户端的默认端口是不行的,因为在服务端也设置了客户端的默认端口,找到com.luckyframe.common.constant.ClientConstants 其中CLIENT_MONITOR_PORT常量定义了客户端的默认端口。
值得注意的是,修改服务端中客户端端口常量,是面对所有客户端的,目前暂时不支持不同的客户端使用不同的端口。
RJ 2019-05-10 20:15:09 回复
移动端自动化测试的具体配置文件是怎配置的,我每次配置好了以后老是说appium服务器启动报错
Seagull 2019-05-13 09:17:47 回复
这个得看具体什么错误,交流群里面沟通即可
柳柳 2019-04-02 10:56:40 回复
api的驱动桩,是自己写的请求接口的代码?还是什么?还是说是像httpclient这样的工具类?需要自己编码?
Seagull 2019-04-08 08:43:31 回复
测试驱动,是需要自己写实现代码的,跟是不是HTTPCLIENT没有关系,另外,HTTP的请求系统已经封装,不需要自己写代码的。
wang 2019-03-12 16:54:07 回复
您好,我想请问下,用例管理里面的定位路径怎么填写,我填的定位怎么不行呢,启动的时候提示启动失败,是什么原因呢?望解答,谢谢
Seagull 2019-03-13 09:53:40 回复
定位路径手册里面有说明哦,不同的步骤类型作用不一样,API驱动填写包路径,UI测试填写URL或是元素定位路径,但是启动不了不是因为定位路径的问题,而是其他的原因,具体要看Log
干将 2019-03-07 11:11:26 回复
想看看二次开发也有没有相关的资料
Seagull 2019-03-11 08:57:53 回复
设计文档暂时没有哦
2019-01-16 19:51:07 回复
客户端编译后没有LIB那个目录是咋回事
Seagull 2019-01-16 20:20:00 回复
maven install后有没有报错呢,如果报错了要看具体的报错信息呢
2019-01-16 20:30:30 回复
没有额,都正常。就是没有那个目录
Seagull 2019-01-17 16:04:27 回复
那你只能从编译包里面把lib目录copy到项目根目录下了,如果不报错,原因我也不太清楚
dc_ing 2019-01-16 10:50:34 回复
这个系统能否增加功能测试用例管理的功能,手工和自动化结合在一起?
Seagull 2019-01-16 20:20:46 回复
目前是不支持的哦,本身就是为了自动化测试设计的用例结构,不太适应手工测试
ying 2018-09-03 16:19:47 回复
UI自动化用例步骤编写只能通过页面添加吗?
Seagull 2018-09-05 14:03:45 回复
你好,是的,所有的用例管理全部是页面上进行
2/3
发表评论
评论通过审核后显示。