How to write test data for login module?
Answers were Sorted based on User's Feedback
Answer / akash
above answer is wrong coz u are writing test scenarios not
test data
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / dimanche
to test valid username and valid password
to test invalid username corresponding valid password
to test valid username and invalid password
to test signin button
to test forget password
to test the forget password while hints of password alert
to test the signup button
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / nithya
1.Valid usename and password.
2.Invalid Username and Valid Password
3.Valid Username and Invalid Password.
4.Both Username and Password field as blank.
5.Try to login with only username.
6.Try to login by giving only password.
7.Check for the functionality of cancel or reset button.
8.Check the functionality of Forget password link.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / keyur
also check the password minmum length, username upper and
lower limit, does password allow special character
| Is This Answer Correct ? | 3 Yes | 0 No |
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.
3 Answers Amazon, SCDL Symbiosis Center for Distance Learning,
how to write testcases for yahoo messagner
How should I maintain the test cases and Test Log for different versions/builds of the application.
Explain the system testing?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Explain the component testing?
test cases for black board test cases for pencil
Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad