Explain about Founctionality Testing in webbased
application?
Answer / ramyab.mca@gmail.com
Hai...
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.
Let’s take example of the search engine project currently I
am working on, In this project we have advertiser and
affiliate signup steps. Each sign up step is different but
dependent on other steps. So sign up flow should get
executed correctly. There are different field validations
like email Ids, User financial info validations. All these
validations should get checked in manual or automated web
testing.
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. (I will soon write separate article
on cookie testing)
Validate your HTML/CSS:
If you are optimizing your site for Search engines then
HTML/CSS validation is very important. Mainly validate the
site for HTML syntax errors. Check if site is crawlable to
different search engines.
Database testing:
Data consistency is very important in web application.
Check for data integrity and errors while you edit, delete,
modify the forms or do any DB related functionality.
Check if all the database queries are executing correctly,
data is retrieved correctly and also updated correctly.
More on database testing could be load on DB, we will
address this in web load or performance testing below.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Deep Structure Testing?
why is it necessary to give a priority to the test cases or/and requirements. why does the Test case ID is not sufficient to identify the test cases to be executed first.
What is Traciability Matrix
Hi, Can anybody send some test scenarios or testcases sample for Finance domain on sales and accounting application. I am very new to Finance domain. Or else please send to my mailID "manojdalai2004@gmail.com". Thanks in Advance, Manoj
what are the test cases to prove that given figure is triangle?
TELL ABOUT CMM & ISO LEVELS ? its URGENT plz
What is BVA and ECP 2. Which version of WINRUNNER and QTP you are using in the project 3. What is the use of Recovery manager in QTP 4. What is retesting and regression testing 5. Write the SQL queries for the following EMP table to select the employee id and his details from emp table 6. For example: employee dept and employee id and employee name and employee salary 7. what is a sub and what is a driver 8. What are your roles and responsibilities in your project 9. Does BVA is equivalent to ECP 10. If you find a bug what will you do
how will the test plan is pepared in ur organisation>?
What is the usability test case for yahoo login page
how to perform security testing manualy.I given the answer but interviwer not satisfeid from my answer
Hi frnds can any one tel me , "How can we do security testing while testing a project" ?pls reply soon correct answer ?
What agile testing? how it is process?