write a test case on web login and bank application and
client server
Answer Posted / k.chandra sekhar
a) Enter the URL check the login page open or not
b) Default focus should be on user name
c) Pass word should be encrypt ional format or not
d) Pass word should not get copy or not (that is
ctrl+c, mouse right click, edit have copy disable not work)
e) Input domain testing on user name (that is boundary
value analysis)
f) Input domain testing on pass word (that is boundary
value analysis)
g) Properties check on buttons (that is able or
disable or not)
h) Functionality check on the buttons (it work correct
or not)
i) Authorization testing (that is valid or invalid
values are allow or not)
j) Ceysincitive check on the login page (that is allow
the cap or small letters)
k) After the sing out login come back to your previous
page login is must and should expired text.
l) Enter into the after login page copy the URL and
click after on the logout past the URL then open should not
allow.
m) Check the assignation time with respect to client
n) Check the cockers
o) Check the single user or multi-user are use
p) Check the usability of the login page
q) Under usability look and fell, spieling mistakes,
colures, font sieges and so on.
My name is k.chandra sekhar,
My phone no is 09246540049,Hyderabad.
My mail id is ndra_143@yahoo.co.in
I am take the class for projects if you interst contact
If any body want full explain send the mail
| Is This Answer Correct ? | 169 Yes | 26 No |
Post New Answer View All Answers
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Can you list down a few characteristics of a test case?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Explain the soak testing?
Explain the dynamic testing?
Explain the sanity testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
write the test cases for facility module
Explain the ramp testing?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
how to write test cases for smart meter for gas and electricty
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
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?