Print Page | Close Window

WEBSITE TEST AUTOMATION REQUIREMENTS

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Web Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Web Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1149
Printed Date: 09Dec2024 at 12:26pm


Topic: WEBSITE TEST AUTOMATION REQUIREMENTS
Posted By: Neepa123
Subject: WEBSITE TEST AUTOMATION REQUIREMENTS
Date Posted: 01May2007 at 11:38pm
Assuring WebSite quality requires conducting sets of tests, automatically and repeatably, that demonstrate required properties and behaviors. Here are some required elements of tools that aim to do this.

Test Sessions. Typical elements of tests involve these characteristics:

    * Browser Independent. Tests should be realistic, but not be dependent on a particular browser, whose biases and characteristics might mask a WebSite's problems.

    * No Buffering, Caching. Local caching and buffering -- often a way to improve apparent performance -- should be disabled so that timed experiments are a true measure of the Browser-Web-WebSite-Web-Browser response time.

    * Fonts and Preferences. Most browsers support a wide range of fonts and presentation preferences, and these should not affect how quality on a WebSite is assessed or assured.

    * Object Mode. Edit fields, push buttons, radio buttons, check boxes, etc. All should be treatable in object mode, i.e. independent of the fonts and preferences.

      Object mode operation is essential to protect an investment in test suites and to assure that test suites continue operating when WebSite pages experience change. In other words, when buttons and form entries change location on the screen -- as they often do -- the tests should still work.

      However, when a button or other object is deleted, that error should be sensed! Adding objects to a page clearly implies re-making the test.

    * Tables and Forms. Even when the layout of a table or form varies in the browser's view, tests of it should continue independent of these factors.

    * Frames. Windows with multiple frames ought to be processed simply, i.e. as if they were multiple single-page frames. 



Print Page | Close Window