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
How can we write a good test case?
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
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.)
write test cases on file open dialog box in notepad
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
write test cases for flipkart.
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
What are basic types of test cases?
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?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Write the test case for a login page?
Test a file replication service that copies files from one net location to another
What is test cases for mobile phone ?
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?
Explain the scalability testing?