Posts

Showing posts from November, 2016

API economy

DWC.Ltd "Open Banking and API Economy, is it time to rethink your business model" Midtier bank in danger, they are pushed by TooBigToFail bank and many new challenger banks Big bank should do digital transformation , not digitalising   BaaS can help to launch new product with a better way, get feedback from customer is possible now.   Bank can cut cost, by using 3rd party product or let them operate     Automatic Account Aggregation to get things to a single DB.    White label agreement, who should responsible for fraud loss and reputation loss, the bank or the 3rd party.   Pay per use; Subscription; share revenue.   Atom bank use unity to give better experience.  Retailer or similar business who own customer data can easily provide a good banking service by using modern technology and banking api.  

my CSS dinner solution

http://flukeout.github.io/    a good small training for CSS locator in Selenium. #1 plate select all plate #2 bento select all bento #3 plate#fancy # is for id field #4 plate>apple > is parent > chile #5 plate#fancy>pickle  #3 +#4 #6 apple.small . is for class field #7 orange.small . can use in any level #8 bento>orange.small #4 + #6 #9 plate, bento ,  for multiple elements in same level #10 * everything #11 plate.* #4 + #10 #12 plate+* "+" is for another element besides current one #13 pickle ~ pickle "~" Select elements that follows another element #14 plate > apple #15 plate>orange:first-child #4 +  :first-child  : select the first child element #16 plate>*:only-child #4 + #10  +  :only-child  select elements only has one child

Skill of a modern test professional.

Image

Selenium

Image
How does your business make money What feature of your application are being used What browser are your users using What things have broken before. Build a framework or use an existing one. Test should be able to run in a random order.

Tester in Agile Team / EuroSTAR: Do we need testers on agile teams

Image
Squared Skill set Requires Tester contributes a lot in Complex and Complicated.  Not in Chaos and Obvious Team Work, and help delivery high quality product

跑步 - 村上春树

专心在一件事情上面,即使失败了也不会有遗憾,摸棱两可,失败了,会有扔不下的烦恼。 跑步,,是给生活寻找一段无思想的空白。 在学校学到最重要的东西就是最重要的东西在学校里面是学不到的这一真理。 注意力的集中也是需要训练的。

A few tools

Image
Went to Mark Rendle's meetup, great speech. Learn a few of new tool. https://www.terraform.io/ :  A infrastructure management tool, Write infrastructure as code. https://traefik.io/   :   HTTP reverse proxy and load balancer, http://yeoman.io/ :  a web scaffoldding tool for WebApp. Help to kickstart new project https://bower.io/ : package manangement tool http://cmder.net/  :  a console emulator for windows https://github.com/dotnet/cli :  .Net Command line interface for .Net Core https://tkbase.com/tools :  Test tool collection site by Paul Gerrard. Security Test Tools: Webgoat http://cyber-dojo.org/ Burp Suite Free https://www.ssllabs.com/ ssltest/index.html https://amiunique.org/ http://map.norsecorp.com/#/ http://hackyourselffirst. troyhunt.com/ https://www.exploit-db.com/ google-hacking-database/ https://lastpass.com/ simpledownload.php https://www.torproject.org/ download/download-easy.html. en#warning https://blackarch.org/fuzzer.

First FX Trading Strategy Summer

Image

Explore... With ... To discover ...

Image

[读书笔记] When I Say No, I Feel Guilty (强势)- Manuel Smith

中文翻译了一个很抢眼球的标题,看完书,我觉得还是英文标题更贴切。 几句话总结: 要有自己的主见,和见解,不要被别人的话语来绑架自己的意愿。 可以利用几种办法, 比如肯定对方的说法,让自己不感到内疚, 表露自己的想法,让对方知道自己的想法,不觉得对方说的对 继续坚持自己想要的东西, 很多人的操控性行为,是源于自己的不安全感。 所谓强势,就是对自己的能力充满信心 -- 不管处理好什么事,都能处理好 重点是训练不让自己受到他人对自己行为进行操控。改变自己应对操控时的行为。也就改变让自己被别人操控的行为。

Fiddler Script

Fiddler Script可以自己代码,来定制或者扩充Fiddler的功能。 比如可以加Tool,加context,可以修改request,response等等。 编程的逻辑不是很难,但是要对几个库要熟悉,这些都在Fiddler Script Editor里列出来了 再就是对某个类有哪些header要熟悉,这些没有在Fiddler Script Editor里面写,但是在书里写了,就是在需要的时候,查书就可以;。