veganpopla.blogg.se

Siemens web test project
Siemens web test project













If you are using JavaScripts or AJAX calls for UI functionality, performing security checks or validations, then give more stress on browser compatibility testing of your web application. Your web site coding should be cross browser platform compatible. Different browsers have different configurations and settings that your web page should be compatible with. Some applications are very dependent on browsers. In my web-testing career, I have experienced this as the most influencing part on web site testing. See which compatibility test is to be executed: Compatibility TestingĬompatibility of your web site is very important testing aspect. Check what happens if user interrupts any transaction in-between? Check what happens if connection to web server is reset in between? 4. If database or web server returns any error message for any query by application server, then application server should catch and display these error messages appropriately to users.

  • Application server and database server interfaceĬheck if all the interactions between these servers are executed properly.
  • Web server and application server interface.
  • These are all optional items and if present, should be validated. “Search in the site” option will help users to find content pages they they are looking for easily and quickly. Other user information for user help: Like search option, sitemap, help files, etc., sitemap should be present with all the links in web sites with proper tree view of navigation. Your task is to validate all for UI testing. These are some basic standards that should be followed in web development. Images should be placed properly with proper sizes. All the anchor text links should be working properly. These are common accepted standards like I mentioned above about annoying colors, fonts, frames, etc.Ĭontent should be meaningful. You can follow some standards that are used for web page and content building. Use of dark colors annoys users and should not be used in site theme. Content CheckingĬontent should be logical and easy to understand. Main menu should be provided on each page. Check if the provided instructions are correct meaning whether they satisfy the purpose. Navigation means how the user surfs the web pages, different controls like buttons, boxes or how user uses the links on the pages to surf different pages.

    siemens web test project siemens web test project

    More on database testing could be load on DB, we will address this in web load or performance testing below. Check for data integrity and errors while you edit, delete, modify the forms or do any DB related functionality.Ĭheck if all the database queries are executing correctly, data is retrieved correctly and also updated correctly. Database Testingĭata consistency is very important in web application. Check if site is crawlable to different search engines. Mainly validate the site for HTML syntax errors. If you are optimizing your site for Search engines, then HTML/CSS validation is very important. (I will soon write a separate article on cookie testing.) Validate Your HTML/CSS Check effect on application security by deleting the cookies. 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. Test if the cookies are encrypted before writing to user machine.

    siemens web test project

    Test the application by enabling or disabling the cookies in your browser options. These are basically used to maintain the session mainly login sessions. Cookies TestingĬookies are small files stored on the user machine.

    SIEMENS WEB TEST PROJECT MANUAL

    All these validations should get checked in manual or automated web testing. There are different field validations like email ids, user financial information validations. So sign up flow should get executed correctly. Each sign up step is different but dependent on other steps. In this project, we have advertiser and affiliate signup steps. Let’s take an example of the search engine project I am currently working on. Options to create forms if any, form delete, view or modify the forms.Wrong inputs to the fields in the forms.First check all the validations on each field.

    siemens web test project

    So what should be checked on these forms? Forms are used to get information from users and to keep interaction with them.

  • Lastly in link checking, check for broken links in all above-mentioned linksįorms are the integral part of any web site.
  • Test to check if there are any orphan pages.
  • Test links used to send the email to admin or other users from web pages.
  • Test the outgoing links from all the pages from specific domain under test.
  • 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. First, let’s have a web testing checklist:













    Siemens web test project