I would like to have a Test Case on Yahoomail with GUI and
Positive and Negative test cases pls its an Argent.
Answer Posted / raghu
If its GUI then the test case are
-ckech for the availability of the fields as mentioned in
the requirement
-check for the allignments
-ckeck for the spelling mistakes.
-check fo rthe availability of screen colours,visibilty or
viewing prospective to the users
-check for the link pages whether they are highlighted or
not if the cursor stands on it.
-check whether the cursor is placed in the username filed
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
can any body help me with providing a a case for usability testing...
How should I maintain the test cases and Test Log for different versions/builds of the application.
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?
Explain the logic testing?
What are all the companies are doing manual testing till now ?
Who will take care of test plan and test case?
Suppose a job should be executed for every two hours? Write test case for this?
how many test cases do u need to ship a product?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
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 to make test case for anolog voice logger?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Explain the gray box testing?
Explain the unit 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?