can any one give the format of writing test cases in excel
sheet.
Answer Posted / sheetal sakore
Test Case Id
Objective
Pre-requisites
Steps and Data
Expected Result
Actual Result
Status(Pass/Fail)
Defect Od
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Write the test case for a login page?
How to test a stored procedure?
What is the state testing?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Pls tell me test cases for pepper grinder
Explain the state testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
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?
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
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
What is gray box testing?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Explain the dynamic testing?