How to write test cases on for Logging management?
Answers were Sorted based on User's Feedback
Answer / member
The login management page testcase
Teststep
Test data
1.Acess the url for the specific login page
eg:http://192.168.1.115/gmail/dmz/
2.Enter the value for user name Admin
3.Enter the value for pass word
!dmin
4.Click on login N/A
5.Click on logout
N/A
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / vaneet
1) Check the alignment of text boxes and spelling mistake.
2) Check the URL with diff.Domain.
3) Enter the user name without enter password.
4) Enter the wrong user name & password.
5) check the browser capability.
From :- Vaneet
Vaneetbhasin@gmail.com
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sasikumar
You should know 1st How to write the proper test case.
1)Test Case ID
2)Test Case Description
3)Test Case Preporation
4)Test Case Data
5)Test Case Actions
6)Expect Result
7)Actual Result
8)Final Result
How to write the test case on logging managment:::??? it is
simple..
Test description based on the SRS Clients Requirement.
You must enter 5 char password and username...imagin it
description of the logging management.
Test case preparation is nothing but over all of the
execution...(ex) if u want to make TEA u should need MILK,
SUGAR, WATER and TEA powder then only we can make perfect
Tea...so over all of this execution is Make tea..it is
called as preparation.
Test CAse DATA is nothing we are assign the values using
BVA-Boundary value Analysis.like upper case lower case or
equal possibilities... action mean testing activities...
and store ur result in AR,ER,FR..
i hope it help U...
Thanx..
Sasikumar,B
QA-Team.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ch.l.kishore
first will maintain text data ex: loc
Enter user name password asper loc
loc:sample username,pass
usernaem pass
---- -----
-+++++ +++++
| Is This Answer Correct ? | 0 Yes | 2 No |
How many test cases u will write for Adhoc testing?
Explain the gray box testing?
Explain the unit testing?
Write the Load test cases on a water bottle.
5 Answers Cognizant, IBM, Logic, Microsoft, NIC,
Test Case for Text Editor!
write test case for banking application
150 integration testing scenarios for gmail
Describe to me the Software Development Life Cycle as you would define it.
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!
Explain the state 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?
how we test the login page using jwebunit test case...