How would you test a cup and or pencil?
Answers were Sorted based on User's Feedback
Answer / sheetal
For simplification ,You can categorised the test cases into
two groups (for Cup and Pencil):
1)according to GUI
2)according to FUNCTIONALITY
by considering these categories you can easily write the
test cases, and it'll cover maximum features.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / maitray
for cup
1) check it can properly contain liquid and not leaked.
2) test that its size and shape as per user requirement or
not.
3) test its color as per user requirement or not.
4) test its material as per user requirement.
5) test it with maximum hot/cold and minimum hot/cold
liquid.
6) check its strength that whether it can be broken easily.
7) check its with heat and cold environment.
8) put it in fron of direct sun light for hours.
| Is This Answer Correct ? | 1 Yes | 0 No |
I have register form there is first name field.what will be the steps to execute test case???
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
how to write test cases for "Browse" button.
Explain the unit testing?
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?
write a test cases for advanced search
please give me different test scenario for uploading whatsapp status from gallery and camera
What is the role of QA in a company that produces software?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks