1. Write Test cases for ATM with giving high priority?2. How to test this triangle whose co-ordinate is 3. (x1,y1)       (x2, y2) (x3, y3)4. Write down at least 5 test cases for Microsoft word application to crash it?5. Write down the test input if one text field taking the age between 1 and 100.       i) Using boundary value analysis?      ii) Using equivalence class portions?6. Report the defect in the defect report form one calculator is doing the operation like     1+1=2      1+2=3      3+2=6      6+4=7      9.2+2.3=11.57. One product is going to be released after 2 or 3 days using ad-hoc testing one bug is found that crashing the system how a tester will rated according to priority and severity?       I) Low priority and high severity.      II) High priority and low severity     III) Low priority and low severity     IV) High priority and high severity8.  What command is used for screen area bitmap?9.  What is difference between retesting and regression testing? Give at least 4 differences?10. Who has done the smoke testing?11. When we are doing re-testing? What we do in this testing means (what type of test cases we re-execute)? It is done in same build or different build?12. Tell me normally what type of testing we are doing in system testing as a manual tester?

Showing Answers 1 - 14 of 14 Answers

kalpana

  • Sep 5th, 2006
 

1.verify ATM pin no entry

2.verify operation when you enter wrong pin no

3.verify operation when u select wrong a/c type w.r.t that inserted card

4.verify withdrawl operation

  Was this answer useful?  Yes

krishna

  • Oct 7th, 2006
 

1.    Write Test cases for ATM with giving high priority?

Sol:

● Test for the Atm pin(Test with correct pin n wrong pin)

● Test whether it is displaying the pin in password character or not.

● Test whether it is providing cash less than min limit;

● Test whether it is providing cash more than the max limit;

● Test whether it is showing the correct balance after taking the cash;

● Test whether it is providing the printed bill or not.

● Test how the ATM is responding when we r trying to get the money in a situation the Atm is not having sufficient money.

● Test how the ATM is behaving when  v r try to get money more than what is present in our account.

● Test the behaviour of the ATM when v left the cash in the window provided for us to collect.(check whether the amount is taken back by the ATM or not)

 

Lucas

  • Jan 3rd, 2007
 

Inser the card---but the ATM not displaying the message "Hello xxxxxx(your name)enter your pin number" this can be high priority..and low severioty(coz if we enter the pin number we can proceed thru)

and ATM machine displaying some one names other than your name while inserting the cards(High priority and low sevrioity)

  Was this answer useful?  Yes

kitkat

  • Jan 19th, 2007
 

1.Check Weather Card Inserted Properly Or Not

2.Check For Validity of Card(Weather Card is Valid on That ATM)

3.Check for valid Pin Number.

4.Check for The Amount Entered is correct format.

5.Check For The Balence in A/c

  Was this answer useful?  Yes

rahulwani22

  • Oct 3rd, 2007
 

1) Firstly we have to check this is user friendly or not .(localization testing)
2) To check response/performanse testing
3) To check auto lock system due to time response,
4) To check the Transition is work properly Within and Between Domain

  Was this answer useful?  Yes

nikhilk265

  • Nov 6th, 2007
 

I am commenting on 3 rd question
First Find the distance of that triangle by mathematical formula                       dist=sqrt((X1)square+(X2)square))......
Then first condition to be satisfied is "sum of any two sides must be greater than third side" if this condition is satisfied then those coordinates can represent a triangle

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions