how to write testcases for google registration screen?
Please give me the answer ASAP.send me the answer to
gutha_424@yahoo.co.in.
Answer Posted / apoorva saxena
1 login screen should be appear to he user
2 user id should be 8 character.
3 password should be 10 char
4 there would be sign in option on the screen
5 if user id less than 8 char it should displaay error message
6 if password less than 10 char it should display error
message
7 you can use all special symbol and no in user id
8 you can not use all special symbol and no in password only
no can be use
9 if anyone use special symbol and no in password again it
should display error msg.
10 there should be a stay sign in option in login form
11 for wrong user id should display error message
12 for wrong password should display error message
13 for writing mistake and spelling mistake in user id
should display error msg
14 font size shoul bi 11
15 user id should not be in caps lock
16 PASSWORD should not be in caps lock
17 for a new user there should be a create account option
18 password should be in coded form.
19 for a new user there should be example of user id.
20 no option for copy of user id
21 no option for copy of user id
| Is This Answer Correct ? | 30 Yes | 9 No |
Post New Answer View All Answers
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 test cases or test scripts for UAT testing which is done manually
Explain the functional testing?
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
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?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
what is black box system in software development in system analysis and design?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
How to write the test cases for STP
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
how to write test cases for smart meter for gas and electricty
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
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?