some major negative test cases to break the sign up page
having username password, email, url address field and some
check box selection options ?



some major negative test cases to break the sign up page having username password, email, url addr..

Answer / ramyab.mca@gmail.com

Hai...

The following test cases are major negative testcases for
sign up page:

1) See the limit of username field. I mean the data type of
this field in DB and the field size. Try adding more
characters to this field than the field size limit. See how
application respond to this.

2) Repeat above case for number fields. Insert number
beyond the field storage capacity. This is typically a
boundary test.

3) For username field try adding numbers and special
characters in various combinations. (Characters like !@#$%
^&*()_+}{“:?><,./;’[]). If not allowed specific message
should be displayed to the user.
4) Try above special character combination for all the
input fields on your sign up page having some validations.
Like Email address field, URL field validations etc.

5) Many applications crash for the input field containing ‘
(single quote) and ” (double quote) examples field
like: “Vijay’s web”. Try it in all the input fields one by
one.

6) Try adding only numbers to input fields having
validation to enter only characters and vice versa.

7) If URL validation is there then see different rules for
url validation and add urls not fitting to the rules to
observe the system behavior.
Example urls like: vijay.com/?q=vijay’s!@#$%^&*()_+}{“:?
><,./;’[]web_page
Also add urls containing http:// and https:// while
inserting into url input box.

8 ) If your sign up page is of some steps like step 1 step
2 etc. then try changing parameter values directly into
browser address bar. Many times urls are formatted with
some parameters to maintain proper user steps. Try altering
all those parameters directly without doing anything
actually on the sign up page.

9) Do some monkey testing manually or automating (i.e.
Insert whatever comes in mind or random typing over
keyboard) you will come up with some observations.

10) See if any page is showing JavaScript error either at
the browser left bottom corner or enable the browser
settings to display popup message to any JavaScript error.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    12 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How to write Test Cases? What r the items in the Test Case? How to say whether the Test Case covers all functionalities in Application?

5 Answers   Scandent,


What is your framework of current project

3 Answers   Cap Gemini,


wht are the possible test cases for security testing?both negtive and possitive

1 Answers  


Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks

0 Answers  


what is stlc and what is bug life cycle? are the both same or different?

3 Answers  






How do you scope, organize, and execute a test project?

0 Answers  


What is difference between web application and non-web applications?

2 Answers  


Write test cases on Travel bag?

3 Answers   Mastek,


If client give you a project then which testing you will perform first

0 Answers  


who is releasing the project?PM/TL?

3 Answers  


How to explain a banking project in interview ? like project discription is Client Online Banking Application provides access to information relating to Banking Online Services provided by Axis to View daily customer transactions, Current and Previous customer statements, Transfer funds from Chequing and Savings accounts ................ From interview point of view can any one explain this project in laymans language

0 Answers   ABC,


what a tester test in unit testing,,, explan in details...

3 Answers  


Categories