if account balance less than 5000 for a month ,account
should become in active. if bal greater than 5000 account
should b active. Write test cases for the above scenario

Answer Posted / pooja

Here we should apply the BVA.Raju's answer is correct

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the concept of semi-random test cases?

800


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1530


can any body help me with providing a a case for usability testing...

1684


Test Case for Text Editor!

2773


Explain the gray box testing?

741






What is the syntax testing?

699


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

2098


Explain the acceptance testing?

702


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

1944


Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1736


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

686


how to write test cases for online restaurant table booking system?

10421


What are semi-random test cases?

868


what is black box system in software development in system analysis and design?

1666


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

1923