Skip to main content

Questions tagged [eclipse]

Eclipse is a very popular free and open source IDE, with plugins to support a large number of programming languages.

0 votes
0 answers
16 views

How to fetch latest commits in only specific project/folder in Git repository using eGit eclipse plugin?

I have a Git repository and have created multiple projects under that repo. Now, I have all those projects under an Eclipse workspace. The issue is that when I fetch latest commits from origin, it ...
kunal22's user avatar
0 votes
0 answers
611 views

Exception in thread "main" org.openqa.selenium.remote.NoSuchDriverException in eclipse

Facing the below error while running selenium java project in eclipse Exception in thread "main" org.openqa.selenium.remote.NoSuchDriverException: chromedriver located at C:\Users\hp\...
Resha's user avatar
  • 1
0 votes
0 answers
25 views

Ant build not picking up the script in the target specified in build.xml

I have a few Selenium scripts in Eclipse that run just fine independently. But when I run them from build.xml, Ant says BUILD SUCCESSFUL but it doesn't run the script. The logs look like this. I run ...
Ravi Teja's user avatar
0 votes
1 answer
28 views

Appium version issue

I am confused to see what Appium version is installed on my machine. If I look into Appium UI it shows Appium v1.22.3 but When I check from cmd it shows 2.0.0-beta.71. how do I know which one is ...
Jahanzaib.Khan's user avatar
1 vote
1 answer
903 views

Error while testing android device using appium and selenium

I get this error and cannot start the device: java.lang.reflect.InvocationTargetException Unable to create a new remote session. Please check the server log for more details. Original error: An ...
sahar's user avatar
  • 11
0 votes
1 answer
8k views

Run as testng is not found in eclipse

I have switched to a new branch and created new TestNG XML to run different test suite. But when I tried to run it as a TestNG suite eclipse only suggests run as configurations. I have set the suite ...
Darshani Kaushalya's user avatar
-1 votes
1 answer
426 views

Custom Framework for Writing a Test that Reads a CSV File into a HashMap

I am trying to complete a lab where we are asked to write a unit test that can read a csv file into a hashmap. So far I have this: import java.io.BufferedReader; import java.io.FileReader; import java....
Seeth's user avatar
  • 11
-1 votes
2 answers
455 views

I wrote automation code to click on a date from a data picker but its not working

Website : https://www.abhibus.com/ I am trying to automate selecting date of journey on the website above. Nothing I have tried is working. Screenshot of the date selector Code I am using ...
Nijesh Manuel's user avatar
2 votes
2 answers
17k views

Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver

I've added all JARS configured chromedriver. Why this error is coming "Error: Unable to initialize main class Practice.test1 Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/...
Divya's user avatar
  • 21
1 vote
2 answers
126 views

I was asked this question in interview on test automation [closed]

If there are two test cases and the first one failed, in that case I don't want to stop the execution. What needs to be added? Without using TestNG annotations, try/catch, using selenium only.
Snehal Chaudhari's user avatar
-2 votes
1 answer
962 views

Selenium Getting Hover Textbox Text

I am working in eclipse writing selenium scripts using Java. I am using the chrome web driver. I have a hyper text link that when I put my mouse over it hover text box appears. I need to return that ...
4m4d3u5's user avatar
0 votes
2 answers
2k views

sikuli runtime error in eclipse ide

i am hitting an error for the code below, this is my first time running eclipse with sikuli to automate desktop application. the image is an icon of a new folder in desktop. any help? import org....
user1579414's user avatar
0 votes
1 answer
2k views

Importing test library 'AutoIt' failed: ModuleNotFoundError: No module named 'AutoIt' Error

I am trying to file upload in modal form using robot/eclipse but its not working. I added autoit library to red.xml. Giving below error . Below is my code for file upload Click Element xpath=//*[@...
ADS KUL's user avatar
  • 131
2 votes
0 answers
332 views

BeforeClass doesn't get displayed in TestNG test results window

We are expanding our TestNG suite to run multiple tests. Doing so we've encountered a strange occurrence. In one suite I have two tests. Both tests have one class each. Tests in IntegrationTest.java ...
Nikola Pepic's user avatar
0 votes
0 answers
59 views

read otp from seetest mobile application and paste to continue with login process in web application

I am using cucumber and configure appium and seetest to run web application on mobile browser, i want to check otp that is sent via my application to mobile number (on seetest device number which is i ...
user43485's user avatar

15 30 50 per page
1
2 3 4 5
7