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
Answers were Sorted based on User's Feedback
Answer / anil nakhate
HI....
yes, we can write the single test case for your question but
you will mentioned in all the descritpion in steps & write
expected result to each steps.
ex. verify the new, Edit, Delet, refresh functionality
working properly or not
Steps
1)CLick on "New" Button - It should open New windows for
that application
2)Clcik On "Edit" Button - It should Edit the whatever you
selecte.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / nuthan kumar v
We have to write seperate test cases. Because these
functionalities are different.
Nuthan Kumar V
Testing Engineer.,
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / dipesh
It can be included in a single test case but there have to
be four different test scenarios. Each button on the
screen has own scenario. Single Test case with four
different test scnearios
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sandhya
It is better to write 4 test cases for the 4 buttons -
1)The user should be redirected to the correct page when
clicked on the "New" button.
2)Tool tip for button "New" should be displayed properly.
3)Mouse hover effect should be proper.
same test cases we can write for edit
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sameena
Sorry for my wrong answer. Just now i got cleared wtih U'r
question.
We have to write separate test cases for each button.
if we need to test the screen means we can write as a whole
1 test case. But if we test a single button then we have to
write seperate test case.
I appoligise for my wrong answer.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / susan
There should be one test case which will test for that
particular screen to see whether the screen is having all
the 4 buttons and then 4 separate test cases for each of
the separate functionalities like Create Item, Edit item,
delete item and refresh item.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hema
according to me, we can write in single testcase with many
steps,it depends upon the functionality,requiment and the
teamlead.
if ur answer is correct can u pls explain me.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / mudaseer
write separately
objective to verify create page is opening
action click on create button enter
to verify data is created when i enter data in create page and click on save
action enter data-click on save
to verify data is editing
click on edit symbol--edit the data --click on save
to verify refresh is happening when i click on refresh button
to verify data is deleting when i click on delete button
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Do you write test plan and test case?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
What is the state testing?
if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin
what is login and login in testcases we write in testcaseid
what are the possible test cases of an VOIP phone
how we write a jwebunit test case for check whether the ip address correct or not.
Who will take care of test plan and test case?
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
test cases on Fan
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)