WEBLOG
How To Write Windows Environment Variables With VBScript
This is in continuation to the last post where we saw how to read windows environment variables using VBScript. As mentioned in the last post, we can use the following preferred methods to achieve this : Using the WSH Shell object Using WMI's Win32_Environment class In the below example we would be using the WSH Shell's Environment method. For 'strEnvVarType',...
How To Read Windows Environment Variables With VBScript
Reading an environment variable is simple. There are a couple of methods available to do this but the main preferred ones are the below two : Using the WSH Shell object Using WMI's Win32_Environment class In the below example we would be using the WSH Shell's Environment method. For 'envVarType', the valid parameters for Environment are PROCESS, SYSTEM, USER and...
How To Load XML File into DOM Using MSXML
Microsoft XML Core Services (MSXML) provides two methods for loading XML documents into the Document Object Model (DOM) and one method and one property for serializing that object model back into an XML stream. The load and loadXML methods parse documents into a DOM. You can use the load method to load an XML file by pathname, URL 7ae75e517e8831f3ea4b1ca3bc74c19f
Introducing Testing-as-a-Service (TaaS)
The 'Cloud Computing' technology has revolutionized the IT industry and it has something good to offer to the testing industry too. After Iaas, PaaS, and SaaS concepts, there is a new testing area called Testing as a Service (TaaS) that is making waves in recent times. Increasing IT costs, shrinking budgets and growing business demands pose a great challenge...
Automation Tools Comparison (SilkTest vs QTP vs Selenium)
While manual testing and automated testing go hand in hand, one of the important benefits of automated testing is the assurance that the software is reliable even after updates. In addition, redundancy detection tests ensure that the integrity of the software is maintained while operational costs are optimized. The increasing usage of automation tools in recent times has brought in several...
Virtualization Technology in Intel Processors (VT)
As one of the best practices, businesses are always on the run to leverage resources to the fullest. Virtualization has offered a great way to optimize business resources. The world is running after virtualization while multi-core, multi-tasking, hyperthreading have been in the market for too long now that for innovative businesses, they are already spent force! The new buzzword is...
HomeWeblog
FT AUTOMATION
HP Borland’s Silk Test for Multi-Channel Testing
The growing web and mobile applications have posed several challenges for software QA teams. While usability and...
HOW-TO'S
Getting Started With Atlassian Jira
Jira is one of the best software used for agile development. It is built for a better...
NFT AUTOMATION
How To Do Database Testing with JMeter
Introduction In this 'How-To', You will be guided to perform a database load test using JMeter. We will...
PROGRAMMING
Convert String to Date Using java.util.Calendar
The java.util.Calendar class also encapsulates a date. The Calendar class has some more features than the java.util.Date...
No posts to display
CODE SNIPPETS | CODEX
Java Gists
Remove Duplicates from List Using HashSet
The Set is also an interface in the 'Java Collection' framework. Unlike a List, a Set does...
How-To Git
How To Setup Automatic SSH-Agent for GitBash
Using below procedure, you shall be able to setup SSH-Agent to run automatically whenever GitBash is launched on...
Java Gists
Format Decimal Numbers using Strings Within Pattern
As mentioned in earlier posts, the java.text.DecimalFormat class is used to format decimal numbers via predefined patterns specified...
ÂÂ