Refactoring Keyword Driven Approach With Functional Pointers

Posted Leave a commentPosted in Automation Best Practices, Miscellaneous

Although, a developer always tries to write best solution in the code, refactoring is something, which can never be ignored. A problem may have multiple solutions. However, implementing the best is always on priority. Refactoring is a technique to restructure the code to have best possible solution implemented. Thus, if you are in process of […]

FREE UP MY SPACE – PC Cleaner for Testers and Developers

Posted Leave a commentPosted in General Issues - Tips & Tricks, Technodivine Tools

Are you frustrated with low PC space and wondering where the space has gone? Many a time a tester or a developer experiences this situation, wherein their workstation or a test environment runs out of space, especially when people share a common machine or VM (Virtual Machine) with multiple login IDs. With evolution of software […]

StayAwake – Locked screen will never affect your execution

Posted 18 CommentsPosted in General Issues - Tips & Tricks, Technodivine Tools

In Continuation to “LOCKED SYSTEM N AUTOMATING UI TESTS” series, this utility is to give you freedom from locked screen issue without even changing any network/local system settings. No matter whether you are showing a presentation or you are executing a script, your screen will never darken again and that’s too without getting into system […]

Locked System n Automating UI Tests – DiableScreenSaver

Posted 4 CommentsPosted in General Issues - Tips & Tricks, Technodivine Tools

Have you written a script and your system locks due to screen saver settings, causing the scripts to fail? Are you unable to change the screensaver settings to avoid launching the screensaver? Are you in middle of a presentation and all of the sudden your laptop’s screen darkens? Do you need to keep moving mouse […]

Designing an Automation Framework.. How to do it ?

Posted 3 CommentsPosted in Automation Framework, HP QuickTest Professional

It is possible to define and identify different types of automation frameworks, however it is not as easy to develop your own framework as it is to start working with an existing framework.Choosing the right framework/scripting technique helps in maintaining lower costs. Irrespective of the tool you choose for your automation, there a lot many […]