Print Page | Close Window

What is Test Data and Test Script ?

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Plans @ OneStopTesting
Forum Discription: Discuss, Learn and Prepare better and better Test Plans for yourself.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=5860
Printed Date: 09May2024 at 5:47pm


Topic: What is Test Data and Test Script ?
Posted By: amar45012
Subject: What is Test Data and Test Script ?
Date Posted: 21Jun2008 at 2:47am
 
Please can any one briefly explain about
 
1)What is Test Data ? who prepares this and what stage we will prepeare this?
 
2)What is Test Script ? who prepares this and what stage we will prepeare this?
 
 
Please i need brief about that ,,,,,,very important



Replies:
Posted By: getzephyr
Date Posted: 01Jul2008 at 2:49am
As per my knowledge A test script is a short program written in a programming language used to test part of the functionality of a software system. A written set of steps that should be performed automatically can also be called a test script.

Test scripts written as a short program can either be written using a special manual functional GUI test tool or in a well-known programming language (such as [[C++]], Tcl, Expect, Java, Perl, Python, or more recently, Ruby). Automated test tools can test many areas of system functionality such as the user interface, performance of the system, the system code and the requirements.



-------------


Posted By: cprasenjit26
Date Posted: 21Jul2009 at 8:16pm
Data Configuration option enables you to create data-driven test scripts.
--------------------------------------------------------------------------------
http://softwareqatestings.com - Software Testing


Posted By: tossy
Date Posted: 22Jul2009 at 12:52am
Test Data : The definition (usually formal) of a collection of test input values that are consumed during the execution of a test, and expected results referenced for comparative purposes.

Test Script : Commonly used to refer to the automated test procedure used with a test harness.

-------------



Posted By: cool7575
Date Posted: 30Jul2009 at 3:17am
test data us prepared by the testing team with the help of the Business analyst team. Then they map it back against each test cases. So at the time of testing you must have the data ready for each test case.


http://softwareqatestings.com/ - Software Testing





Print Page | Close Window