Showing posts with label Parameterization in webdriver. Show all posts
Showing posts with label Parameterization in webdriver. Show all posts

Data driven testing Is most Important topic for all software testing automation tools because you need to provide different set of data In your tests. If you are using selenium IDE software automation testing tool and you wants to perform data driven software testing in your software test then THESE POSTS will helps you. For Selenium Webdriver, Data driven testing using excel file Is very easy. For that you need support of Java Excel API and It Is explained very clearly In THIS POST. Now If you are using TestNG framework for selenium webdriver software testing tool then there Is one another way to perform data driven testing.

Data parameterization in selenium or data driven test is must required thing of any software automation testing tool. If you can not perform data driven testing in any software automation tool then it is biggest drawback of that tool. Till now, Selenium webdriver software automation testing tool has not any built in structure or method to parameterize your test. If you know, we can perform data driven testing using user extension in selenium IDE software testing tool. You can view practical example of selenium IDE parameterization test on THIS ARTICLE POST. To data parameterization in selenium webdriver test, We need support of Java Excel API. First of all, we need to configure eclipse. Configuration steps are as bellow.