Let me remind you that the initial idea behind Page Objects was to encapsulate (read: hide) logic of working with page elements. Tests should not operate with page elements / locators / XPaths. Tests should use methods of Page Object instead. So, if you even declare fields for page page elements, please, make them private!
Let methods of Page Object be public and fields private.
Otherwise OOP is just nonsense.
我们公司是的,在南京,你来吗?
区块链吧?
感谢杨总,让我又有继续看 testerhome 的动力了。持续追更
多说一句,thingsboard 应该属于有状态应用,但是这个玩意有不少的 BUG,比如与其他消息队列应用对接,做数据流转,没有断开重连机制,若遇到其他微服务升级,不会自动重连。建议还是不要用 thingsboard 了,坑很大,填不上。还有就是你上面提及的性能指标,那是限于规则引擎简单的情况下,你在规则引擎 js 里面多写几个 if else,性能马上就下来了
1 秒内上万并发 pub 消息用 golang 是可以的,如果 1 秒内 2000 并发 pub 消息的话,可以用 python 协程。只有 connect 比较耗资源,你用 jmeter 是做不了的,你都试试就知道了
thingsboard 这个鸟玩意,我还真做过,你用 jmeter 测出来不准的,建议自己用 mqtt 客户端写一个 go 工具测
5 年经验能到 15K 一个月吗?
围观
"以前办公室多睡会就会被说,看个手机、聊个天就会被举报,回去个锤子。"
这说的是苏宁吗?
产品官网链接,打开 404 了
Let me remind you that the initial idea behind Page Objects was to encapsulate (read: hide) logic of working with page elements. Tests should not operate with page elements / locators / XPaths. Tests should use methods of Page Object instead. So, if you even declare fields for page page elements, please, make them private!
Let methods of Page Object be public and fields private.
Otherwise OOP is just nonsense.