can anyone please send me the sample testcases on how to
write it into the testtemplates


Answer Posted / srinivasa

Test Case Templete fields are:

S.No, Test Case description,Expected Value,Actual
Value,Result(Pass/Fail) and Remarks

Sample Test case on login screen

1, Enter valid inputs in the User Id and Password field and
clik on sign in button, System should display home page,
After executing u have to write actual value, Result and
Remarks

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

This was asked to me recently in Microsoft interview How would you do DOS copy command testing

1914


Why is it that the boundary value analysis provides good test cases?

782


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1158


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

3568


Do you write test plan and test case?

1909






How many test cases u will write for Acceptance testing?

1792


What is the domain testing?

663


Explain the soak testing?

682


Do you know explain security testing?

696


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1373


Explain the integration testing?

699


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2492


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


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4605


Can some body help to write possible test cases for a credit card at POS (point of sale)

2335