mahesh


{ City } hyderabad
< Country > india
* Profession * software tester
User No # 107979
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 13
Users Marked my Answers as Wrong # 1
Questions / { mahesh }
Questions Answers Category Views Company eMail




Answers / { mahesh }

Question { iGate, 128040 }

difference between web based application and window based
application


Answer

Desktop application testing, Client server application testing and Web application testing.
Each one differs in the environment in which they are tested and you will lose control over the environment in which application you are testing, while you move from desktop to web applications.
Desktop application runs on personal computers and work stations, so when you test the desktop application you are focusing on a specific environment. You will test complete application broadly in categories like GUI, functionality, Load, and backend i.e DB.




In client server application you have two different components to test. Application is loaded on server machine while the application exe on every client machine. You will test broadly in categories like, GUI on both sides, functionality, Load, client-server interaction, backend. This environment is mostly used in Intranet networks. You are aware of number of clients and servers and their locations in the test scenario.
Web application is a bit different and complex to test as tester don’t have that much control over the application. Application is loaded on the server whose location may or may not be known and no exe is installed on the client machine, you have to test it on different web browsers. Web applications are supposed to be tested on different browsers and OS platforms so broadly Web application is tested mainly for browser compatibility and operating system compatibility, error handling, static pages, backend testing and load testing.

Is This Answer Correct ?    1 Yes 0 No

Question { TCS, 105389 }

How to write a Scenario and test cases for ATM Machine or
Lift Operator/Escalator?


Answer

Test Scenarios of ATM Machine
Verify the slot for ATM Card insertion is as per the specification
Verify that user is presented with options when card is inserted from proper side
Verify that no option to continue and enter credentials is displayed to user when card is inserted correctly
Verify that font of the text displayed in ATM screen is as per the specifications
Verify that touch of the ATM screen is smooth and operational
Verify that user is presented with option to choose language for further operations
Verify that user asked to enter pin number before displaying any card/bank account detail
Verify that there are limited number of attempts upto which user is allowed to enter pin code
Verify that if total number of incorrect pin attempts gets surpassed then user is not allowed to continue further- operations like blocking of card etc gets initiated
Verify that pin is encrypted and when entered
Verify that user is presented with different account type options like- saving, current etc
Verify that user is allowed to get account details like available balance
Verify that user same amount of money gets dispatched as entered by user for cash withdrawal
Verify that user is only allowed to enter amount in multiples of denominations as per the specifications
Verify that user is prompted to enter the amount again in case amount entered is not as per the specification and proper message should be displayed for the same
Verify that user cannot fetch more amount than the total available balance
Verify that user is provided the option to print the transaction/enquiry
Verify that user user's session timeout is maintained and is as per the specifications
Verify that user is not allowed to exceed one transaction limit amount
Verify that user is not allowed to exceed one day transaction limit amount
Verify that user is allowed to do only one transaction per pin request
Verify that user is not allowed to proceed with expired ATM card
Verify that in case ATM machine runs out of money, proper message is displayed to user
Verify that in case sudden electricity loss in between the operation, the transaction is marked as null and amount is not withdrawn from user's account
- See more at: http://artoftesting.com/manualTesting/atm.html#sthash.PA0Tmvad.dpuf

Is This Answer Correct ?    12 Yes 1 No