I am writing very basic automation test with Selenium-Cucumber that is launching an IE browser and closing it at the end. The problem is that the browser gets launched twice. The test does not have much it other than few System.out statements. I am kind of new to both selenium-based automation testing and Cucumber and not able to understand why
Tag: automation
How to automate Android 6.0 Date picker to set any date?
Can anyone help me on how to automate DatePicker in Android 6.0 using Appium and Java? I was able to automate it only for the current month dates. But I need to set the date for any date I am passing to the method. Answer I have finally solved this. What I did was from the date picker I have
Maven doesn’t run my testng.xml
When i’m running through testng.xml (right click on testng.xml, then run as TestNG) it works fine – 2 of the tests i have there are running, but when i’m running it from Maven (mvn test) it just perform build and doesn’t run the tests. BTW – i noticed that if i have classes with the word Test in them they
Switch tabs using Selenium WebDriver with Java
Using Selenium WebDriver with Java. I am trying to automate a functionality where I have to open a new tab do some operations there and come back to previous tab (Parent). I used switch handle but it’s not working. And one strange thing the two tabs are having same window handle due to which I am not able to switch