Citiank.co.in Virtual Keyboard Key Capture Defeating Citibank Virtual Keyboard protection using screenshot method By Yash K.S <yashks@gmail.com> http://www.tracingbug.com Disclaimer: Author takes no responsibilities for... [Read More] |  |
 |
Thoughts about Software Testing Software testing is process of testing the correctness of executable code which does operation on data. Tester will provide various data to executable code to see if that works as expected or... [Read More] |  |
 |
Dr. Watson by Yash K.S Dr. Watson is a windows program provided by operating system itself. This program will be invoked when any error (crash in application) occurs in any application in a system. This will collect all... [Read More] |  |
 |
How the Bug's creation starts by Yash K.S Bug’s creation happens in software due to ignorance. Ignorance can be from developers or technical leads or managers or big boss who is sitting in the top of hierarchy. Developer... [Read More] |  |
 |
Memory byte Reading/Writing by Yash K.S Segments: Dividing processor (CPU) addressable memory space into smaller protected address space called segments.Segment Selector: A Segment selector is a 16 bit identifier for a segment. It does not... [Read More] |  |
 |
Software Junk series - Un-installation by Yash K.S We have seen lot of software’s during uninstalling for asking whether it needs to delete some file or not with prompt. We Most of the time choose Yes and uninstall the software. Here, we need to ask... [Read More] |  |
 |
Where to crash? by Yash K.S Program crashing is more critical compare to other kinds of bug in a product. No client wants crash after paying money for the product. Most Programmers will blindly put try/catch kind of exception... [Read More] |  |
 |
Think only data by Yash K.S Data is most important in computer life, Whole arrangement we have done in computer only to manage these data. Two sins programmers commit are as follow:Defining data loosely Global variables These... [Read More] |  |
 |
Think-Code-Think again by Yash K.S In a project or a product, each developer gets some module to code. This module might have planned or unplanned, we are going to divide modules. Sometimes we are going to divide the problem, document... [Read More] |  |
 |
Task Basics by Yash K.S Task: A task is a execution unit where CPU can dispatch, execute and suspend. This task can be called in different operating system as a Process, Thread, Fork and other names. All program execution... [Read More] |  |