If there are 4 buttons New,Edit,Delete & Refresh for Item
screen .May I have to write 4 different test cses for each
button OR I can perform all operations[Create,Edit,Delete &
refresh item] in a single tes case?
Please reply as early as possible.
It's very urgent to me
Answer Posted / sameena
Hi,
You can write one test case as a whole.
because, NEW,EDIT, DELETE,REFRESH are the 4 buttons on the
screen.As they are buttons, U can write as a single test
case. But incase of a menu bar , then U have to write
different test cases.
This answer is on my knowledge. If U get better than this
answer mail me to this email (samee_saaji@yahoo.co.in)
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Test a file replication service that copies files from one net location to another
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
What is the domain testing?
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 Case for Text Editor!
What is the state testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
What are all the companies are doing manual testing till now ?
How should I maintain the test cases and Test Log for different versions/builds of the application.
test cases for bus transport (TNSTC)
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Please guide me for Add new user test cases
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
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