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
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 |
Post New Answer View All Answers
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
How to test a stored procedure?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
What is the difference between test scenarios, test cases, and test script?
Explain the scalability testing?
How many test cases u will write for Acceptance testing?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Explain the branch coverage testing?
Write the test case for a login page?
can one defect be mapped to more than one test script in manual testing
Write all test cases for Bus Pass Renewal
Explain the gray box testing?
Define some of the attributes of a test case?
How can we write a good test case?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.