write a test case on web login and bank application and
client server
Answer Posted / nuthan
Chandra shekhar has really done a good job, i mean his test
cases are really good covers almost all requirements.
Thing here is to appreciate for his test cases and not to
point his language.
I know communcation really plays a role but here its thing
more to appreciate rather than discouraging the person.
I agree that it will be more helpfull to chandra shekhar if
he can improve his language or vocabulary.
| Is This Answer Correct ? | 172 Yes | 6 No |
Post New Answer View All Answers
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
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.
Could you pls give me sites where i can test card? mail me to
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Sample test cases for data conversion(Utility billing system)
Explain the concept of semi-random 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
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Suppose a job should be executed for every two hours? Write test case for this?
How to test a stored procedure?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Explain the integration testing?