Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query:Automation Framework
#2
Not Solved
The framework depends on the implementation and approach of automation and not the folder structure.

Data Driven Test

Data-driven testing is a methodology used in Test automation where test scripts are executed and verified based on the data values stored in one or more central data sources or databases. These databases can range from datapools, ODBC sources, csv files, Excel files, DAO objects, ADO objects, etc. Data-driven testing is the establishment of several interacting test scripts together with their related data results in a framework used for the methodology. In this framework, variables are used for both input values and output verification values: navigation through the program, reading of the data sources, and logging of test status and information are all coded in the test script. Thus, the logic executed in the script is also dependent on the data values.


Keyword driven test.

The keyword-driven testing methodology divides test creation into two stages: the Planning Stage, and the Implementation Stage.


[1]Planning Stage

Examples of keywords

A simple keyword (one action on one object), e.g. entering a username into a textfield.

Textfield (username)<object> Enter text<Action> Data <username>

[2] implementation stage

The implementation stage differs depending on the tool or framework used. Often, automation engineers implement a framework that provides keywords like “check” and “enter” [1]. Testers or test designers (who don’t have to know how to program) write test cases based on the keywords defined in the planning stage that have been implemented by the engineers. The test is executed using a driver that reads the keywords and executes the corresponding code.
Reply


Messages In This Thread
Query:Automation Framework - by Rachna - 03-26-2009, 11:10 AM
RE: Query:Automation Framework - by Tarik Sheth - 03-26-2009, 03:08 PM
RE: Query:Automation Framework - by Rachna - 03-26-2009, 03:30 PM
RE: Query:Automation Framework - by Tarik Sheth - 03-26-2009, 03:38 PM
RE: Query:Automation Framework - by Rachna - 03-26-2009, 04:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Query regarding "Call" statement anupam4j 1 1,925 09-26-2014, 01:46 PM
Last Post: vinod123
  Data Table Query Suma Parimal 4 4,531 01-21-2014, 12:50 PM
Last Post: Suma Parimal
  UFT Query invisible786 0 1,811 01-15-2014, 09:41 PM
Last Post: invisible786
  Query about checkpoints pkdhake 5 3,523 07-11-2013, 03:17 PM
Last Post: vinod123
  query on test results look in qtp 11 madhulika99 1 2,614 02-25-2012, 07:28 AM
Last Post: inborntester

Forum Jump:


Users browsing this thread: 1 Guest(s)