Automation Testing, Manual Testing, QTP/UFT 11 , QC/ALM 11 ,SAP TAO, Unix, Selenium, Oracle SQL, Shell Scripting and For Online Trinings to contact me : Cell:+91-8897972059 , Email Id : quicktestprotech@gmail.com

Monday, January 24, 2011

Web Application Testing-2

  – for Server side Validations
         
§          HTML (Hyper Text Markup Language) – for displaying web pages
§          XML (Extensible Markup Language) –for Transporting the Data
§         Java Script – for Client Side Validations
§         VB Script
§           IIS, Apache, Tomcat, Pramathi – as Web servers
§           JBoss, WebLogic, WebSpeare, COM+ - as Application Servers
§          Java, C#.NET, VB.NET, VC++.NET for Components development
§          SQL Server, Oracle, MySQL  as Database Servers
§         HTTP, SOAP – as Protocols



Functionality Testing:


Test for - all the links in web pages, database connection, forms used in the web pages for submitting or getting information from user, Cookie testing.

Check all the links:

 

§         Test the outgoing links from all the pages from specific domain under test.
§         Test all internal links.
§         Test links jumping on the same pages.
§         Test links used to send the email to admin or other users from web pages.
§         Test to check if there are any orphan pages.
§         Lastly in link checking, check for broken links in all above-mentioned links.

 

Test forms in all pages:

 

Forms are the integral part of any web site. Forms are used to get information from users and to keep interaction with them. So what should be checked on these forms?
§         First check all the validations on each field.
§         Check for the default values of fields.
§         Wrong inputs to the fields in the forms.
§         Options to create forms if any, form delete, view or modify the forms.

 

Cookies testing:

 

Cookies are small files stored on user machine. These are basically used to maintain the session mainly login sessions. Test the application by enabling or disabling the cookies in your browser options. Test if the cookies are encrypted before writing to user machine. If you are testing the session cookies (i.e. cookies expire after the sessions ends) check for login sessions and user stats after session end. Check effect on application security by deleting the cookies

0 comments:

Post a Comment

Loading...