Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write the system testcase and functional testcase for the
below scenario
scenario: view the balance in online account

Answer Posted / dinesh

system tescase will cover functional testcases also.

Testcase for the above scenario 'view the balance in online
account'

1. Verify whether the correct balance is showing by the
application for the correct account number.

2. Verify whether the correct balance is showing by the
application for the correct account number when the account
balance is increased.

3. Verify whether the correct balance is showing by the
application for the correct account number when the account
balance is decreased.

Here I have not written any negative testcases as well
as any validation testcases.I have written only positive
system testcases which covers functionality also.

Is This Answer Correct ?    16 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we write a good test case?

1207


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

2523


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

4592


write test cases on file open dialog box in notepad

1881


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

2345


write test cases for flipkart.

11186


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

1709


What are basic types of test cases?

1309


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

2546


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1984


Write the test case for a login page?

1240


Test a file replication service that copies files from one net location to another

2600


What is test cases for mobile phone ?

1408


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?

5113


Explain the scalability testing?

1216