Showing posts with label Email. Show all posts
Showing posts with label Email. Show all posts

Friday, December 28, 2012

Spoofing For Testing

Hope you guys would have heard about the "Email Spoofing"....

If not, it’s nothing but to steal other’s personal information. When you open (or) view the spoofed email, you expose yourself to hackers who desire to access your inbox and personal records. Emails are spoofed and sent with an intention to mislead. It is considered an illegal activity.

So, what can spoof do for software testing?
Some spoofing points are as follows
;
>> Uploading HTML/Script files in your application.
>> URL Injection.
>> Checking the expired Authentication Tokens.
>> Verifying the Bookmarked Web pages (in your application) with other logins.
>> Cookie Decryption.

There are bunch of points apart from the above. Make the best use of the spoofing & phishing techniques while doing software testing....



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.