i need sample case of Login window of USER NAM, PASSWORD
It is very urgnt
Answer Posted / dsk
hi
steps to be considered are
1)give valid username and pwd
2)give invalid usename(check ecp and bva)
3)give invalid pwd(check ecp and bva)
4)vaiid username and pwd and should not match
5)give null values
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain the ramp testing?
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 cases for "hotel reservatrion" for ms word? Thanks a lot!
Explain which test cases are written first black boxes or white boxes?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
how to write a test procedure & test log for login system
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.
Can anybody help me out to write test cases for booking train ticket online???
How to write test cases or test scripts for UAT testing which is done manually
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Explain the system testing?
Explain the domain testing?
write test cases on file open dialog box in notepad
Could you pls give me sites where i can test card? mail me to
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?