Articles

Loading

Testing a web application

Performance Test
Author
alp
Date
2012-10-12 23:33
Views
52945844

While testing a web application we need to consider following Cases:

• Functionality Testing
• Performance Testing
• Usability Testing
• Server Side Interface
• Client Side Compatibility
• Security

1) 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 we 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. 

    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.

    2) Usability Testing:

    Test for navigation:
    Navigation means how the user surfs the web pages, different controls like buttons, boxes or how user using the links on the pages to surf different pages.
    Usability testing includes:
    Web site should be easy to use. Instructions should be provided clearly. Check if the provided instructions are correct means whether they satisfy purpose.
    Main menu should be provided on each page. It should be consistent.

    Content checking:
    Content should be logical and easy to understand. Check for spelling errors. Use of dark colors annoys users and should not be used in site theme. You can follow some standards that are used for web page and content building. These are common accepted standards like as about annoying colors, fonts, frames etc.
    Content should be meaningful. All the anchor text links should be working properly. Images should be placed properly with proper sizes.
    These are some basic standards that should be followed in web development. Your task is to validate all for UI testing

    3) Interface Testing:
    The main interfaces are:
    Web server and application server interface
    Application server and Database server interface.

    Check if all the interactions between these servers are executed properly. Errors are handled properly. 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. Check what happens if user interrupts any transaction in-between? Check what happens if connection to web server is reset in between?

    4) Compatibility Testing:
    Compatibility of your web site is very important testing aspect. See which compatibility test to be executed:

    • Browser compatibility
    • Operating system compatibility

     

    Browser compatibility:
    Some applications are very dependent on browsers. Different browsers have different configurations and settings that your web page should be compatible with. Your web site coding should be cross browser platform compatible. If you are using java scripts or AJAX calls for UI functionality, performing security checks or validations then give more stress on browser compatibility testing of your web application.
    Test web application on different browsers like Internet explorer, Firefox, Netscape navigator, AOL, Safari, Opera browsers with different versions.

    OS compatibility:
    Some functionality in your web application is may not be compatible with all operating systems. All new technologies used in web development like graphics designs, interface calls like different API’s may not be available in all Operating Systems.
    Test your web application on different operating systems like Windows, Unix, MAC, Linux, Solaris with different OS flavors.


    5) Performance testing:
    Web application should sustain to heavy load. Web performance testing should include:
    Web Load Testing
    Web Stress Testing

    Test application performance on different internet connection speed.
    In web load testing test if many users are accessing or requesting the same page. Can system sustain in peak load times? Site should handle many simultaneous user requests, large input data from users, Simultaneous connection to DB, heavy load on specific pages etc.

    Stress testing: Generally stress means stretching the system beyond its specification limits. Web stress testing is performed to break the site by giving stress and checked how system reacts to stress and how system recovers from crashes.
    Stress is generally given on input fields, login and sign up areas.

    In web performance testing web site functionality on different operating systems, different hardware platforms is checked for software, hardware memory leakage errors,

    6) Security Testing:

    Following are some test cases for web security testing:

    • Test by pasting internal url directly into browser address bar without login. Internal pages should not open.
    • If you are logged in using username and password and browsing internal pages then try changing url options directly. I.e. If you are checking some publisher site statistics with publisher site ID= 123. Try directly changing the url site ID parameter to different site ID which is not related to logged in user. Access should denied for this user to view others stats.
    • Try some invalid inputs in input fields like login username, password, input text boxes. Check the system reaction on all invalid inputs.
    • Web directories or files should not be accessible directly unless given download option.
    • Test the CAPTCHA for automates scripts logins.
    • Test if SSL is used for security measures. If used proper message should get displayed when user switch from non-secure http:// pages to secure https:// pages and vice versa.
    • All transactions, error messages, security breach attempts should get logged in log files somewhere on web server.
Total 6

  • 2012-01-22 16:51

    nice, getting an overall idea about web application testing areas...


  • 2012-03-25 23:35

    I already read the same article uploaded by some other author .... i dont know and dont need to evaluate who copied whom ....

    the stuff is excellent ... and the sharing effort is also invaluable ... so anyone who shared it ... deserves appreciation .... so nice of you for sharing such a good stuff ... keep it up ... thank you


  • 2012-06-30 18:57

    GOOD


  • 2012-07-16 01:07

    thanks


  • 2012-08-21 02:20

    nice 😉 thank you so much!


  • 2013-01-04 04:03

    ^^


Total 20,613
Number Title Author Date Votes Views
20613
SileniusStor is specialized in reselling Cheap Aquafadas software online.
Softwareces | 2022.09.15 | Votes 0 | Views 50808999
Softwareces 2022.09.15 0 50808999
20612
CSStore is specialized in reselling Cheap Steinberg software online.
Softwareces | 2022.09.04 | Votes 0 | Views 50803283
Softwareces 2022.09.04 0 50803283
20611
Software Tester Community Website
ItSeTsQtBer | 2021.04.11 | Votes 0 | Views 51204002
ItSeTsQtBer 2021.04.11 0 51204002
20610
SoapUI Certification Course Content
Steveskok | 2021.02.08 | Votes 0 | Views 51481678
Steveskok 2021.02.08 0 51481678
20609
JavaScript Course Content
Steveskok | 2021.02.08 | Votes 0 | Views 50996276
Steveskok 2021.02.08 0 50996276
20608
Why most mobile testing is not continuous?
(TestExpert) | 2021.02.04 | Votes 0 | Views 51842109
(TestExpert) 2021.02.04 0 51842109
20607
8 Common Mistakes When Planning and Documenting Your Tests
(TestExpert) | 2021.02.04 | Votes 0 | Views 52879053
(TestExpert) 2021.02.04 0 52879053
20606
Types of Performance Testing
Jamessmith | 2021.01.17 | Votes 0 | Views 51815070
Jamessmith 2021.01.17 0 51815070
20605
How to Build E2E Test Cases (1)
tanthanh | 2020.05.28 | Votes 0 | Views 51882990
tanthanh 2020.05.28 0 51882990
20604
[White Paper] Delivering better software using Test Automation
tanthanh | 2020.05.28 | Votes 0 | Views 51573799
tanthanh 2020.05.28 0 51573799
20603
[Whitepaper] How to choose the right API Testing Solution
tanthanh | 2020.05.28 | Votes 0 | Views 51318071
tanthanh 2020.05.28 0 51318071
20602
[Whitepaper] How to choose the right API Testing Solution
tanthanh | 2020.05.28 | Votes 0 | Views 51078815
tanthanh 2020.05.28 0 51078815
20601
TestOps Introduction
VTB | 2020.03.23 | Votes 0 | Views 50703688
VTB 2020.03.23 0 50703688
20600
TestOps Implementation Case Study
VTB | 2020.03.23 | Votes 0 | Views 51786126
VTB 2020.03.23 0 51786126
20599
Selenium Automation Tester Certification Sample Exam Set 3
(TestExpert) | 2020.02.03 | Votes 0 | Views 52062834
(TestExpert) 2020.02.03 0 52062834
20598
Selenium Automation Tester Certification Sample Exam Set 2
(TestExpert) | 2020.02.03 | Votes 0 | Views 51927050
(TestExpert) 2020.02.03 0 51927050
20597
Selenium Automation Tester Certification : Sample Exam Set 1
(TestExpert) | 2020.02.03 | Votes 0 | Views 51329178
(TestExpert) 2020.02.03 0 51329178
20596
What is agile testing? why is agile testing? and what is the benefits? (20)
oishichip | 2019.12.26 | Votes 0 | Views 50438234
oishichip 2019.12.26 0 50438234
20595
Crowd Testing — Vantagens para testadores, plataformas e clientes [pt-br]
soikmd2 | 2019.12.14 | Votes 0 | Views 50773974
soikmd2 2019.12.14 0 50773974
20594
Software Testing Industry Report (Turkey) 2018-2019 (2)
ItSeTsQtB | 2019.08.08 | Votes 0 | Views 51670956
ItSeTsQtB 2019.08.08 0 51670956
20593
How to bypass security in integration tests in ASP.Net Core
ItSeTsQtB | 2019.08.08 | Votes 0 | Views 52794475
ItSeTsQtB 2019.08.08 0 52794475
20592
For agile testing, fail fast with test impact analysis
ItSeTsQtB | 2019.08.08 | Votes 0 | Views 52106713
ItSeTsQtB 2019.08.08 0 52106713
20591
Career Path in Software Testing
^Software^ | 2019.07.28 | Votes 0 | Views 51859156
^Software^ 2019.07.28 0 51859156
20590
Challenges in Big Data Testing
^Software^ | 2019.07.22 | Votes 0 | Views 51672945
^Software^ 2019.07.22 0 51672945
20589
Essential Necessities In Big Data Testing
^Software^ | 2019.07.22 | Votes 0 | Views 50671102
^Software^ 2019.07.22 0 50671102
20588
5 Test Data Generation Techniques
^Software^ | 2019.07.22 | Votes 0 | Views 51804461
^Software^ 2019.07.22 0 51804461
20587
CI and CD for ETL (Extract-Transform-Load) testing.
^Software^ | 2019.07.22 | Votes 0 | Views 51670901
^Software^ 2019.07.22 0 51670901
20586
Quest for Quality Conference : 5-6 Nov 2019 at Dublin, Ireland
VTB | 2019.07.08 | Votes 0 | Views 51458646
VTB 2019.07.08 0 51458646
20585
TestBash Essentials Conference 2019
VTB | 2019.07.08 | Votes 0 | Views 51367414
VTB 2019.07.08 0 51367414
20584
UKSTAR Conference : 11-03-2019
VTB | 2019.07.08 | Votes 0 | Views 50909980
VTB 2019.07.08 0 50909980
20583
Testing in Context Conference Australia (TiCCA) 2019
VTB | 2019.07.08 | Votes 0 | Views 50933376
VTB 2019.07.08 0 50933376
20582
European Testing Conference 2019
VTB | 2019.07.08 | Votes 0 | Views 51346875
VTB 2019.07.08 0 51346875
20581
Automation Guild Online Conference 2019
VTB | 2019.07.08 | Votes 0 | Views 52563434
VTB 2019.07.08 0 52563434
20580
Software Quality Days 2019 : 15 Jan 2019 (1)
VTB | 2019.07.08 | Votes 0 | Views 51725365
VTB 2019.07.08 0 51725365
20579
Skills required to become a Software Tester (1)
IT-Tester | 2019.07.08 | Votes 0 | Views 51647930
IT-Tester 2019.07.08 0 51647930
20578
Automated Unit Testing with Randoop, JWalk and µJava versus Manual JUnit Testing
IT-Tester | 2019.07.08 | Votes 0 | Views 50100126
IT-Tester 2019.07.08 0 50100126
20577
Scrum Testing Guide Book (2)
IT-Tester | 2019.06.26 | Votes 0 | Views 50615584
IT-Tester 2019.06.26 0 50615584
20576
Acceptance Testing Definition in Testing vs Scrum
IT-Tester | 2019.06.26 | Votes 0 | Views 51510402
IT-Tester 2019.06.26 0 51510402
20575
User Acceptance Testing Checklist
VTB | 2019.06.20 | Votes 0 | Views 51807740
VTB 2019.06.20 0 51807740
20574
Firewalls and Types (1)
VTB | 2018.11.14 | Votes 0 | Views 50602219
VTB 2018.11.14 0 50602219
20573
Senior Test Engineer (1)
VTB | 2018.11.05 | Votes 0 | Views 51585336
VTB 2018.11.05 0 51585336
20572
Junior Test Analyst
kornadian2 | 2018.11.04 | Votes 0 | Views 51598149
kornadian2 2018.11.04 0 51598149
20571
Senior Test Engineer
kornadian2 | 2018.11.04 | Votes 0 | Views 50880935
kornadian2 2018.11.04 0 50880935
20570
Programme Test Manager, 12m, Immed Start, $NEG
kornadian2 | 2018.11.04 | Votes 0 | Views 52857831
kornadian2 2018.11.04 0 52857831
20569
Junior Test Analyst
kornadian2 | 2018.11.04 | Votes 0 | Views 51643945
kornadian2 2018.11.04 0 51643945
20568
Dev & Test Manager
kornadian2 | 2018.11.04 | Votes 0 | Views 52431957
kornadian2 2018.11.04 0 52431957
20567
Senior Test Analyst (Performance Tester)
kornadian2 | 2018.11.04 | Votes 0 | Views 52156448
kornadian2 2018.11.04 0 52156448
20566
QA Automation Test Analyst
kornadian2 | 2018.11.04 | Votes 0 | Views 51127471
kornadian2 2018.11.04 0 51127471
20565
Software/Field Testing Engineer
kornadian2 | 2018.11.04 | Votes 0 | Views 51069160
kornadian2 2018.11.04 0 51069160
20564
Compliance Technician (Tester)
kornadian2 | 2018.11.04 | Votes 0 | Views 50920361
kornadian2 2018.11.04 0 50920361