Jenkins+Autoit combination with Selenium not working

2019-08-12 Thread Sanjay Kumar
Hi All, It is known the issue but I didn't the answer I am facing an issue when using Jenkins+autoit combination with Selenium. Jenkins is configured in different window machine over there it is opening browser and running my test cases fine. But *for file upload(with AutoIt)* test cases are

Re: How can I pass the userName and password from jenkins

2019-07-13 Thread Sanjay Kumar
Hi Ivan, Thank you for sharing the links, Sure I will look in it. Scenario: In my application, we have around 100 users with a different role, and currently maintaining in all 100user in a CSV file and reading from csv using java code and passing to selenium to login in application. But now I wan

How can I pass the userName and password from jenkins

2019-07-12 Thread Sanjay Kumar
Hi All, My current project is based on Cucumber+Java+Selenium+Maven. And I am reading *userName *and *password *from the CSV file. But I want to pass the *userName* and *password *from the Jenkins. Kindly help me how to do? Thank you in advance! Sanjay -- You received this message because y