Writing Test Cases is Verification or Validation?
Executing Test Cases is Verification or Validation?

Answer Posted / irfan

writing test cases is averification and execute test
casesis avalidation

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write test cases for hospitality management system

2055


what is black box system in software development in system analysis and design?

1675


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

1534


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

1693


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

690






1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.

1668


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);

1952


What are semi-random test cases?

885


how to write a test procedure & test log for login system

2781


Explain the gray box testing?

751


Define some of the attributes of a test case?

702


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1744


What is gray box testing?

731


Write the test case for a login page?

742


Explain the soak testing?

700