Generally when we are writing test cases we give headings
as Case id , description, input values, expected, actual,
severity and priority and pass/fail. is there any seperate
profama during testing the web site manually. (guys it very
urgent for me in my office can any one help me plz)

Answer Posted / jagadish

the format varies from organization to organization. please
fallow what u r test lead explains he will give u thew
template and fallow u r test plan to commit testing process
with in u r time boundaries

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2365


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1448


IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that

1978


How to write email id in world wide web

1439


What is gray box testing?

720






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

1938


What are semi-random test cases?

865


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

2580


Explain the logic testing?

672


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2094


Explain the concept of semi-random test cases?

798


Suppose a job should be executed for every two hours? Write test case for this?

702


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.

1652


Explain the sanity testing?

694


write test cases for hospitality management system

2039