i need sample case of Login window of USER NAM, PASSWORD
It is very urgnt
Answer Posted / sr
hi,
first u need a requirments .if it in general,youi can start
from ,data type validation, and boundry value analysis.
for password:
same as above plus encrypted form of password.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
write a test case flipkart login page
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Explain the glass box testing?
Write test cases to test a browser app
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Test a file replication service that copies files from one net location to another
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Explain the gray box testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
How to write the test cases for STP
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.