Sir I m student
I mreading sytem testing as my core paper
I want to know how I can make Test case for smple Login Form
Answers were Sorted based on User's Feedback
Answer / selvakumar
High level Test cases and Low level test cases:
Write all the testcases under high level TC,which can be
covered the main functionalities like
creation,edition,deletion,etc....as per prescribed in the
screen.
Wrtie all the testcases under low level TC,which can be
covered the screen,like input fields are displayed as per
the requirements,buttons are enabled or disabled,and
testcase for low priority functionalities.
Example a screen contains two edit boxes login and password
and a pust buttons OK and Reset and check box for the
label "Remember my password".Now let us write high level TC
and low level test cases.
HIGH LEVEL TC
--------------
1.Verify that User is able to login with valid login and
valid password.
2.Verify that User is not able to login with invalid login
and valid password.
etc...
..
..
3.Verify that Reset button clears the filled screen.
4.Verify that a pop up message is displayed for blank login.
etc...
etc..
LOW LEVEL TC
--------------
1.Verify that after launching the URL of the application
below fields are displayes in the screen.
1.Login Name 2.Password.3.OK BUTTON 4.RESET button etc..
5.check box,provided for the label "remember my pwd" is
unchecked.
2.Verify that OK button should be disabled before selecting
login and passwrod fields.
3.Verify that OK button should ne enabled after selecting
login and password.
4.Verify that User is able to check the check box,provided
for the label "remember my pwd".
etc..etc...
In this way,we can categorise all the testcases under HIGH
LEVEL and LOW LEVEL.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / surekha karampudi
testcaseid ,Description of testcase,steps to execute, input
data,Expectedoutput are the column headings of testcase.
1. Verify the following text fields in the Loginscreen-
Username,Password.
2. Verify the following Buttons in Login screen-Login,Reset.
3. Verify the mandatory fields in Login screen.(without
entering data in the text fields)
4. Verify the validation message shown when trying to login
by leaving username field.
5. Verify the validation message shown when trying to login
by leaving password field.
6. Verify the error message after logging when wrong
credentials using.
7. Verify if user is able to login to Application when
using correct credentials.
8. Verify the functionality of RESET button.
9. verify the look and feel of Login Screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balu
1.check for availability of username,password text boxes and
submt button
2.enter correct username and password and submit and check
whether it is accessing your home page or not
3.password should not be display charcters and it should in
dot format
4.if username and password dosent matches warning message
should be displayed.
5.clear button must be there
6.forgot password button should be there
7.new user's option should be there
consider above 5,6 options according to the coustmer
requirements................
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkateswararao.ch
Positive Testing:
1.enter the login window
2.verify user name,password text boxes enabled r not when
we r ente into login window
3.verify submit button,cancel buttons are diaabled r not
when we r enter int login window
4.enter the correct user name,password.
5.verify when we r enter password in the text box it
displaying characters in dots r not
4.verify submit butoon it is enabled r not when we r enter
corrct user name and password.
5.when we r click the submit button its allowing next
window r not.
Negatve Testing:
1.enter the user name, and leave password empty, the n
click submit button.
2.verify when we click submit button with out enter text
into the password it showing popup message r not
3.enter the username and password wrongly. an click submit
button.
4.enter the password and username corrctly and click cancel
button
5.verify when we r leave user name as a blank. and enter
text into the password and click submit button
| Is This Answer Correct ? | 0 Yes | 0 No |
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
what are the possible test cases of an VOIP phone
maximum length of testcase
how to test stand alone programs?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
Can any body please tell me how to test Anti-virus software? I have been asked this question many times in interview.They asked this question for a security tester,performance tester & functional tester perception. Hope u guys will reply me. Any suggestions welcome.........
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
How to write test case for this scenario. The data entry field for city shall be removed from the screen
Hi My name is Hari Priya i had completed by b-tech csit 2008 pass out i had joined in testing tools does freshers having good opportunities in testing field? what are the topics to be stressed in the subject to have the good knowledge If any one have good collecton of testing topics can mail me padmajapriyam@gmail.com thank you.
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?