Using Single @DataProvider Method To Store All WebDriver Test Case Data
We have learnt how to create and store multiple @DataProvider methods In single class file called dataProvider_Repository.java and then we can use those […]
We have learnt how to create and store multiple @DataProvider methods In single class file called dataProvider_Repository.java and then we can use those […]
Part 13 58 : Tell me main features of JUnit. Answer : JUnit features are as bellow. JUnit Is unit software testing framework. So It […]
We have already learnt how to create and use testng data providers In selenium webdriver test cases In THIS POST. Also we […]
Part 12 53 : Which Is the latest version of JUnit. Answer : Current latest version of JUnit Is 4.12-beta-2. This can change In future. […]
Sometimes you need to execute multiple test cases at same time to save test execution time. TestNG has very good feature to […]
Part 11 48 : Can you tell me a syntax to close current webdriver Instance and to close all opened webdriver Instances? Answer : Yes, […]
Earlier in previous post, We have learnt how to set test execution priority of WebDriver test cases If you have multiple tests […]
Part 10 46 : Can we perform drag and drop operation In Selenium WebDriver? Tell me a syntax to drag X element and […]
We can set test execution priority for selenium WebDriver @Test annotation methods. If there Is single @Test annotation method In your test class […]
Part 9 41 : What kind of software testings are possible using selenium WebDriver? We can use It for any other purpose except […]
You will find JQuery date picker In many software web applications. Selecting date from JQuery date picker Is not hard task but […]
Part 8 36 : When I am running software web application’s tests In Firefox Browser using selenium webdriver, It Is not showing me […]
I have provided different examples of how to deal with J Query elements using selenium WebDriver like Drag and drop element using dragAndDrop […]
To drag and drop any element on other element, We can use moveToElement or dragAndDrop methods of Actions class as described In THIS […]
We have already learnt how to drag and drop drag-able web element on drop-able web element In THIS POST and drag and […]
We can use Advanced User Interactions API of selenium webdriver software testing tool to drag the targeted element and drop It on destination element […]
When we talk about drag and drop kind of tricky operations, We need to use Advanced User Interactions API of selenium WebDriver. […]
In our WebDriver data driven framework creation, We have Implemented calc software tests In all calc test cases of WebDriver data driven […]
We have already Implemented calc summation test In “SuiteOneCaseOne.java” test case of our webdriver DDF creation STEP 26. Now, Its time to […]
We have Implemented getElementByXPath function to locate element by XPath In PREVIOUS STEP. As you know, There are many different element locators available […]
We have created object repository In selenium webdriver data driven framework creation STEP 27. So now, our all web element’s xpath or […]
In Selenium WebDriver software test data driven framework creation STEP 26, We have Implemented simple calc software test. Now In this step, […]
In Previous Step, We have Implemented URL centralization In DDF to make your future URL maintenance easy and you can change test […]
In selenium WebDriver Datadriven Framework Creation, We have Implemented functionality of running test cases In different browsers In Previous Step. And for […]
We have Implemented loadWebBrowser() and closeWebBrowser() functions In PREVIOUS POST to centralize browser loading activity. Now supposing you wants to run your webdriver test In […]
As you know, We have already Introduced Selenium webdriver In our test data driven framework during PREVIOUS POST. And now we are […]
Our core data driven framework creation part Is over In STEP 21. Now this Is the right time to Introduce selenium webdriver […]
We have successfully generated XSLT reports for our selenium webdriver software test data driven framework In STEP 20. If you see In […]
ANT and other file’s configuration to generate XSLT Reports for selenium webdriver software automation test Is already done In previous STEP 19. So […]
To generate XSLT reports, We have to use Apache Ant. Apache Ant Is open source command-line tool which will help us to […]