Top Banner
The Generics & Specifics of QA on the web A talk by Sweta Shahi
12

Generics & Specifics of QA on Web - Sweta Shahi

Dec 18, 2014

Download

Technology

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Generics & Specifics of QA on Web - Sweta Shahi

The Generics & Specifics of QA on the web

A talk by Sweta Shahi

Page 2: Generics & Specifics of QA on Web - Sweta Shahi

Agenda● The need for QA● First steps - what to test & why● Areas of focus● Tools● Automation● Demo

Page 3: Generics & Specifics of QA on Web - Sweta Shahi

The need for QA● Web based business environment is fast

changing & highly competitive● What may seem right may not be right● High cost of production fixes● Ensuring quality & predictability in delivery● Keeping the user’s perspective always alive

Page 4: Generics & Specifics of QA on Web - Sweta Shahi

Major areas of focus● Functionality Testing

● Usability testing

● Interface testing

● Compatibility testing

● Performance testing

● Security testing

Page 5: Generics & Specifics of QA on Web - Sweta Shahi

Functionality Test● Links & workflows● Forms & field validations● Data integrity● Cookie testing● Validating HTML/CSS

Page 6: Generics & Specifics of QA on Web - Sweta Shahi

UsabilityEase of useNavigationConsistency across the siteSearch, help and sitemap links visible/accessible

Page 7: Generics & Specifics of QA on Web - Sweta Shahi

Interface TestingData flow across lares of the appError handlingConnection resets

Page 8: Generics & Specifics of QA on Web - Sweta Shahi

Compatibility TestBrowser compatibilityMobile devices compatibilityOS compatibilityPrinting options

Page 9: Generics & Specifics of QA on Web - Sweta Shahi

Performance TestingLoad TestStress TestStability/Endurance TestVolume Test

Page 10: Generics & Specifics of QA on Web - Sweta Shahi

Security TestingURL modificationManipulate internal idsTweak html/css to modify page optionsSwitch from SSL to non-SSL and vice versa

Page 11: Generics & Specifics of QA on Web - Sweta Shahi

ToolsBundle or open source & licensed tools for Functional & Performance TestsChoose based on your app type & specific needsMy recommendationsJmeter & Selenium Webdriver

Page 12: Generics & Specifics of QA on Web - Sweta Shahi

Small demo of creating tests