What is the difference between Test Input and Test Data??

Answer Posted / venu

Test Input: It is nothings but requirements/ Functional Specifications

Test Data: It is the data which u need to perforn testing like login details, website address etc

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a test case for computer keyboard?

781


What are all the companies are doing manual testing till now ?

1535


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5166


Define some of the attributes of a test case?

689


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1093






Explain the branch coverage testing?

697


What are basic types of test cases?

700


Test Case for Text Editor!

2771


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1936


Explain the logic testing?

669


Explain the concept of semi-random test cases?

792


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1517


I want 100 test scenario for gmail

3926


Explain the static testing?

700


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1533