While automating an application, taking the modern automation frameworks into consideration it becomes a necessary action to make our script interact with an excel sheet or csv data file in order to read and write the data. Usually we use excel sheet, as this provides more organized way of storing the data. Let’s see the […]
Posts Tagged ‘testing’
Mobile Automation Testing using Selenium Webdriver
Nowadays, compatibility testing is in great demand as it gives us the confidence to say whether the application is usable across multiple platforms. One of the most used platforms available in today’s world is Mobile. So the question here is whether the application is usable across different Mobile platforms? There are n number of Mobile […]
Old habits die hard: the importance of testing
A colleague of mine asked a question on an internal forum today about a web-based Scrum tool. This isn’t an advertisement for any tool, so I’ll not mention the name. (Also, as anyone I’ve trained in Scrum will attest, I recommend a white board and sticky notes as the primary tracking tool whenever possible, even […]
Configuration of Sahi Automation tool
There are various Automation tools available in the market and open source tools have this upper hand over the licensed ones because there is always an extra investment needed to buy the commercial product. If the goal is achieved with an open source tool and is reliable then why to go for a licensed one? […]
Limitations of Automation Testing
So far we have seen what Automation can do to help us in reducing human effort, time, cost etc. Here I will discuss few scenarios for which either Automation can’t be done or is not required. There are certain tasks which can be performed only using Automation tools such as Load, Endurance, and Scalable Performance […]
Healthcare.gov | Good, Fast or Cheap: Pick Two
Kevin Orbaker, Director at Perficient, recently wrote a blog post about the challenges that Healthcare.gov has been facing and provides three take-a-ways that are important for every software deployment. I have been following the rollout of the federal governments HealthCare.gov website and the subsequent healthcare exchanges. I have been reading many articles outlining the challenges […]
Three Lessons Learned from HealthCare.gov
I have been following the rollout of the federal governments HealthCare.gov website and the subsequent healthcare exchanges. I have been reading many articles outlining the challenges that the team has faced with such a massive implementation, in a limited timeframe. There are many lessons to be learned from the HealthCare.gov story, but I would like […]
Use of VBScript with Selenium to connect to database
While most of the Automation scripts manipulate just the UI of an application, by making our scripts communicate with database we can accomplish more complicated tasks. Here is an example:- Suppose you have to automate an application which works on online voting system where in once the vote is casted using the application, it goes […]
Dev/Test in the cloud with Windows Azure
Windows Azure is a great environment for your applications. It can also house applications that aren’t ready to be consumed by your clients whether internal or external to your organization. What makes this more compelling is that as of June you now pay by the minute vs. by the hour for compute as well as […]
Guidelines for Deploying Cognos TM1 Rule Changes
Objective Making modifications to TM1 rule files can (potentially) affect both the TM1 application and the TM1 server (that the application is running on). Rule modification or reprogramming can cause loss of data, changes in how the application responds (performance) and unexpected changes in memory consumption. In addition, it can be difficult to effectively test […]
Cognos TM1 Off-Site Testing Recommendations
General Coordination From a general testing perspective, consider the following: Identify and visit the test site before the planned testing days Establish an “onsite” coordinator – usually someone associated with the facility (hotel or facilities manager, perhaps) who will be responsible for any facility provided accommodations Inspect and Validate any and all facility provided accommodations […]
Cognos TM1 Bulk Data Loading
Bulk Absorption Options From a pure architectural perspective, what is sometimes referred to as “bulk uploading” sometimes is (mistakenly) considered to be part of reporting or included in the data consumption component of a TM1 application design. Loading and/or updating data is part of an applications absorption or configurations components and should be handled with […]