please tell me the test cases for the following scenario
1. Two windows are there in one window pin code text box
and ok button will be there.... we need to enter the pin
code no and then click on ok........ basing on this in
second window post offices address should
come...........what are the imp test cases for that.....
Answer Posted / arch
Positive:
Enter proper pincode and click on OK (or press enter key,
here default value would be Ok button when enter key is
pressed)
Your second window should display the corresponding post
office address.
Negative testing
1.Do not enter pin code,and click on OK.then it should give
an error msg asking the user to enter pincode.
2.Check for the min & max length property(usually pin code
length is fixed) ,
3.This field should not accept values other than numerics
(ex: check if it is accepting "space as a character", alpha
values, special chars).
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
1. what exactly is heuristic checklist approach for unit testing ?
Tell me a critical defect in which your Client,PM,PL appreciate on you
Plz give me manual testing real test case ?
What are the disadvantages of manual testing?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
hi can anyone tell me about vision plus testing? and what about its future
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
What if the project isn’t big enough to justify extensive testing?
What is Test Design?
Explain the strategy for testing a Java application?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
Zenq interview questions for manual testing
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What is user acceptance testing (uat)?