Showing posts with label 0. Show all posts
Showing posts with label 0. Show all posts

Wednesday, August 8, 2012

Software Testing Email Ids

This is an aged old method for testing purpose. For the guys who are novel for Software Testing, this blog post is for you guys.

We need ‘N’ no. of testing email ids while testing an application. No need of creating ‘N’ no. of Email ids.

> You can use only one Email id for mails and you can use that N no. of time.
--For instance, my personal id is ‘arrvind_nicky@yahoo.com’
--You can use the same mail as arrvind_nicky+01@yahoo.com, arrvind_nicky+009@yahoo.com (or) etc.
--We will be getting the mails to ‘arrvind_nicky@yahoo.com’


After email name and before '@yahoo/gmail/in.com', there needs to be "+" and any numbers.

Hope this will be useful for your testing purpose.


Wednesday, March 28, 2012

.000 & .00

.000 & .00 ?
What makes difference !!!

We were communicating with the development team regarding this .000 & .00 matter since it was implemented.
Reader’s mind :: What is it all about, can you please explain ?

Information was >> In our application, in some areas, we have values with decimal points like ‘.0’, ‘.00’ and ‘.000’ [ Example > Rs.2,000.00/ 2,000.000/ 2,000.0]. Informed to the development team but as this was just a minor text fix, they did not consider for that particular phase. But when mail came from our client for that issue, the same issue was respected a lot. We informed our client that we had already recorded this as a concern in our ticketing system. This is not like informing to client/respecting these concerns and etc.; the main matter is on how we are communicating to development team to resolve these kinds of bugs/issues. If you ask me what the solution is for these, here it is;

Solution: If there is any code implementation for a text box/ drop-down/etc., inform the development team beforehand itself to use that functionality’s code ( for a text box/ drop-down/ browse button/ light box/ etc.) throughout the application and not for that particular object/ menu.

Hope you guys have a tension free testing hours.