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 |
Writing Test cases based on the understanding of the UX document
write down test cases for "x>=1"
if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
what are the inputs required for writing test cases
how will we know test cases are written by us are correct
How many test cases can u write 1) File - open dialog box in notepad pleasse write
Can test case contains more than 50 steps in single test case?
can any one give the format of writing test cases in excel sheet.
What is gray box testing?
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4