To test or break any application testing in positive important and more than that negative testing is most important, as this can help in making a project/product most efficient.
Customers expect the quality and Clients expect the satisfaction of customers.
What is a positive scenario:
For Example if a text box is lited as a feature and in SRS it is mentioned as Text box accepts 6 - 20 characters and only alphabets.
Testing the textbox in a way as if it accepts 6 characters, accepts 20 characters & value in between 6-20 characters is a positive way of approaching.
Positive Test Cases:
- Textbox accepts 6 characters
- Textbox accepts upto 20 chars length.
- Textbox accepts any value in between 6-20 chars length.
- Textbox accepts all alphabets
Negative scenario:
For the same text box if testing is done in a negative way, as below
For the same text box if testing is done in a negative way, as below
- Textbox should not accept less than 6 chars
- Textbox should not accept chars more than 20 chars
- Textbox should not accept special characters
- Textbox should not accept numerical s
Nice post !!
ReplyDeleteHi Vineela,
ReplyDeleteI have small doubt In -ve scenario's...
"Textbox should not accept less than 5 chars".
I think "less than 6 chars" is correct...?
waiting for your reply.
Thanks & Regards.
Vijay
@ Vijay,
ReplyDeleteThanks for correcting me . I have modified check out!
Thanks,
Vineela.M
can u explain d diffrence b/w customer and client
ReplyDelete@VenuGopal: Let me explain you with a scenario.
ReplyDeleteIf you belong to "X" company and belongs to some project.The project whom you are doing for is your "Client" and the Client will serve that application to the users like us who will become customers.
For example i work now for some compny and i do project for some marketing company who offers the service of Email marketing for end users.
i hope it clears ur confusion.
Hi Vineela,
ReplyDeleteCan you have any idea about testing a Web API?
Thanks
Hanee
@Hanee : Yes i can give you idea on web API but i need to know what is the specific thing you need, please mention that so that i can write a blogpost on that.
ReplyDeleteim new to testing, first task given to me is writing testcases for gui, how can i write this
ReplyDeleteCan you post any information about automation testing.
ReplyDelete