Print Page | Close Window

Framework for automated testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Automated Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Automated Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=351
Printed Date: 28Jun2024 at 1:50am


Topic: Framework for automated testing
Posted By: vidhya
Subject: Framework for automated testing
Date Posted: 28Mar2007 at 4:35am
Framework for Automation Testing http://www.testingsense.com/posting.php?mode=quote&p=45">Reply with quote

Framework is a set of assumptions, concepts, and practices for your test automation project. It’s code that makes our automation more maintainable and sometimes makes scripts easier to write.

Frameworks are most commonly used in large test automation efforts, where the focus is on creating regression test scripts. Common framework buzzwords include data-driven, keyword-driven, and object map.


When trying to figure out what type of test automation u need for a given problem, ask urself the following questions:

What’s the goal of my testing?
What aspect of the application am I trying to cover with this test or set of tests?
What risk(s) does this test address?
What specifically am I looking for automation to solve?
Where will this test run, and how long will I need to maintain it?
Will someone other than me look at or maintain this code, and what (if anything) will he or she need to be able to do with it?


-------------
MBA Examination papers



Print Page | Close Window