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 |
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
write a buisness scenerio on yahoo login page.
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
Please give me some example of the test cases to test the Google map search
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
What are the test cases for mouse?
Explain the glass box testing?
who will prepare enhacement report?mail me at gavaskarreddy149@gmail.com
(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.
How about do we go as far as writing test cases is considered?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?