Tuesday, April 24, 2012
What is a Test Harness?
Posted by
Sunflower
at
4/24/2012 11:31:00 PM
0
comments
Labels: Advantages, Application, Automated Testing Framework, Automation, Code, Data, Framework, Functions, Objectives, Parameters, Phases, Quality, Results, Software testing, Test cases, Test harness, Test Scripts, Tests
![]() | Subscribe by Email |
|
Monday, October 3, 2011
Automation testing - Can sometimes not work inspite of all efforts, or take much more time ..
Doing an automation project can be sometimes fairly easy, it is just a simple matter of creating an objectives document, creating an execution plan, budgeting for the resources, making sure that the people committed to doing this are on the job, and that the plan is doing well. In a majority of cases, the project runs as per the schedule and the automation project gets completed.
However, this need not happen every time. Like any other project, there can be cases where the project runs into a lot of trouble or where there is something new being attempted, and the going gets rough. I have a personal experience of the same.
We had a project where we running into a shortage of resources for a testing case, and the case seemed to one where the testing was of a repetitive nature; hence, the project seemed to be one such where if we could setup an automation project, it would meet all the mission objectives. So, we got a person who was an automation expert, worked out all the objectives, worked out an execution plan along with a schedule, and started work.
We soon ran into problems that would disturb projects where the work is of a sort that was not done before. The project involved a situation where a large DVD was needed to be tested regularly. Each DVD that was manufactured had a small customization for individual clients, with the changes between the individual DVD's being very small. However, each DVD was needed to be tested thoroughly since each DVD was sent to individual clients, and it was not acceptable that any of the clients received a non-functioning DVD. The DVD needed to be put on a fresh machine, virus tested, the customization as well as the functionality of the application needed to be tested. The attempt was to create an image where many of the testing situations (including a virus check) were inserted, so that the test cases could be run automatically with a single resource just coordinating the work, and noting any errors if produced.
However, we ran into errors on many of the steps, since there did not seem to be anybody in the company who had done these sort of automation work before, and research on the internet did not seem to work either.
Posted by
Ashish Agarwal
at
10/03/2011 03:12:00 PM
0
comments
Labels: Automate, Automated, Automated Testing, Automated Testing Framework, Testing
![]() | Subscribe by Email |
|
Friday, September 10, 2010
What is Automated Testing Framework (AUT) ?
The organization needs a testing framework that provides a end to end approach for implementing testing activities.It is necessary to provide a flexible, scalable and cost effective ‘on-demand’ testing approach for all non-functional and functional testing needs and setup the overall testing process. It increases the long-term success of a project.Also, testing activities are easier to manage.
The automated tools require the test engineer to understand a scripting language (VB Script, Java Script, etc.) to write their automated test cases. These tools usually have the ability to create the scripts using record and playback, but this does not always write the most efficient scripting code and is not as re-usable and maintainable.
Automated Testing Framework is a collection of libraries and utilities designed to ease unattended application testing in the hands of developers and end users of a specific piece of software. An AUT is :
- set of abstract concepts,
- processes,
- procedures and,
- environment in which automated tests will be designed, created and implemented.
Automated Testing Framework will achieve the fastest time to value by implementing automation on a foundation of proven processes, technology and knowledge and to reduce total automation costs, increase the quality, focus on quality.
Posted by
Sunflower
at
9/10/2010 08:30:00 PM
0
comments
Labels: AUT, Automated Testing, Automated Testing Framework, Automation, Framework, Organization, Quality, Test cases, Test Scripts, Testing tools, Tools
![]() | Subscribe by Email |
|