by root | Jan 5, 2017 | Java
Reentrant lock and Executor Services EmailManager Service(thread) maintains its Internal Event Queue, which makes use of synchronized blocks of events such as synchronized postEvent(method), synchronized getNextEvent(method). Event Queue queues the events both from...
by root | Jan 4, 2017 | iOS
IOS 10 upgrade First, let me clarify one thing iOS 10 upgrade means here upgradation of code from swift 2 to swift 3 and Xcode version from 7 to 8. Coming to pre-requisites there aren’t any except a proper functioning swift code and Xcode 8 setup in your system....
by root | Jan 3, 2017 | Testing
Meanwhile, A conversation is going on b/w two Automation Engineers somewhere in a parallel universe: Jai: Hey, Could you please check my scripts? Its running fine on Chrome and IE browsers but Firefox. Veeru: Hmm, did you check the Selenium and Firefox version...
by root | Jan 2, 2017 | Development, Javascript
In the world of data – visualization plays a keen role in portraying the data. It enables you to make sense of it faster, and also observe interesting patterns that wouldn’t be apparent from looking only at stats. We were faced with a similar issue – to...