Wednesday, September 19, 2007

Keyword Driven Testing

Generally people get confused with the Keyword driven testing and data driven testing.

Friends Keydriven testing is generally for QTP as we can develop script in QTP using keywords. Simply you can say it is technique which seaprates the programming work from the actual test steps. So we can develop the test using the already shared repositories and function libraries.

It divides test creation in two stages.

1. Preparing test automation infrastructure - It includes one ore more shared object repositories as well as function libraries
2. Creating test in Keyword view

No comments: