Print Page | Close Window

Component testing.

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Functional Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Functional Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3216
Printed Date: 09May2024 at 8:01pm


Topic: Component testing.
Posted By: tanushree
Subject: Component testing.
Date Posted: 25Oct2007 at 4:21am
You can use any testautomationtool for this, if you know how it works. In all you will need to write a generic script that can sent your inputfiles from a specified location to a specified component. Then you will need to write a comparator that can access your outputfiles and compare them to your expected results. This is a lot of work, but if the scripts are available you will be able to use them for all the components mentioned here.

Keep in mind though that, creating such a script is not easy. It will take a lot of time to make and configure. If you will only have to run your tests once, it may not be worth the trouble to automate.



Print Page | Close Window