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 / 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 |
Post New Answer View All Answers
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Explain the integration testing?
what is the test plan for ms-word
Elaborate test plan and content availability in test plan.
Explain the soak testing?
Explain the sanity testing?
Explain the dynamic testing?
Explain the static testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
For how many days (or) weeks you will test a product or software?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
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.
How would you do " Keeping two folders in sync testing"