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
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
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
please give me different test scenario for uploading whatsapp status from gallery and camera
What are the Test Cases Comes under Regression Suite?
how to write a test cases for courier offices?
Write a test case for telephone?
What is use case testing?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
how to make test case for anolog voice logger?
For how many days (or) weeks you will test a product or software?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Test a file replication service that copies files from one net location to another
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?