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 / chitra
1.Open corresponding window.
2.After opening corresponding window the cursor should
highlight on pincode text box.
3.Enter valid pin code i.e under certain limit.For valid
pin code it should highlight OK button.
4.For invalid pin code it should display error message
box "Enter valid pin code".(i.e due to wrong code/due to
entering code above limit.)
5.After valid pin code the cursor should highlight on OK
button .
6.Click on OK button,the post offices address window should
open.
7.The post office address window is not opened due to
misclick of OK button.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
What is mutation testing & when can it be done?
What is smoke test? Do you use any automation tool for smoke testing?
What is un-installation testing?
What is the difference between functional testing and integration testing?
How to do manual testing of a E-insurance project (end to end process)
What are the different cost elements involved in implementing a process in an organization?
Write a set of test cases to test youtube?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
why use caffine for HPLC calibration ?
What types of documentation are used in qa?
is it possible web application make it as executable file
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?