write a test case for yahoo login page ? input data user:6
alpha numeric;password:10 letters....10 pstive test cases
and 10 negative test cases?
Answer Posted / pavan
The idea is to test a wrong username and check if shows an
error message when you try to do the login.
Then you should try to use a wrong password and it should
show you an error message as well
When putting the correct username and password it should
make the login without any problem.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Do you know mutation testing?
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Who will take care of test plan and test case?
How to test Webservices and how can we write test cases for that
How to write test cases on laptop???
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Could you pls give me sites where i can test card? mail me to
What is the difference between test scenarios, test cases, and test script?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
"search"test cases on Linkedin website and how will you write test cases on it?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
How to generate test cases for 'replace a string' method?
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.