Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Sign InSign Up

Softans

Softans Logo Softans Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
Home/testng

Softans Latest Questions

Anonymous
Anonymous
Asked: August 17, 2022

java.lang.NoSuchMethodError: ‘java.lang.Object org.openqa.selenium.support.PageFactory.initElements

java.lang.NoSuchMethodError: ‘java.lang.Object org.openqa.selenium.support.PageFactory.initElements(org.openqa.selenium.WebDriver, java.lang.Class)’

javaseleniumtestng
  • 0
  • 0 0 Answers
  • 26 Views
  • 0 Followers
Answer
Gary Christan
Gary Christan
Asked: August 15, 2022

java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 0

java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 0at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:359) at java.base/java.util.ArrayList.get(ArrayList.java:427) at Objects.MailinatorPage.visitMailinator(MailinatorPage.java:125) at Test_Scenarios.SearchScenarios.PS_01_User_Login(SearchScenarios.java:45) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598) at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173) at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46) at ...

seleniumtestng
  • 0
  • 0 0 Answers
  • 27 Views
  • 0 Followers
Answer
Naveen Kumar
Naveen Kumar
Asked: August 14, 2022

Parameter ‘browser’ is required by BeforeTest on method beforetest but has not been marked @Optional or defined

Parameter ‘browser’ is required by BeforeTest on method beforetest but has not been marked @Optional or defined in C:\Users\XYZ\eclipse-workspace\Project\testng.xml     @BeforeTest @Parameters({ "browser", "url" })public void beforetest(String browser, String url) throws InterruptedException { Thread.sleep(3000);  }

beforetesttestng
  • 0
  • 1 1 Answer
  • 15 Views
  • 0 Followers
Answer
Simmon
Simmon
Asked: July 14, 2022

org.openqa.selenium.NoSuchWindowException: no such window: target window already closed

seleniumtestng
  • 0
  • 0 0 Answers
  • 23 Views
  • 0 Followers
Answer
Simmon
Simmon
Asked: July 13, 2022

Navigating to the base url in bamboo’s build but working fine on Local

Scenario: My baseUrl/Login is something like this https://example.com/#/ and its opening in the 1st tab. After entering the credentials, it is https://example.com/#/verification. I am navigating from here to another url which is opened in 2nd tab. But when it backs to 1st tab, It’s changing to the baseUrl again.

bamboomavenseleniumtestng
  • 1
  • 0 0 Answers
  • 30 Views
  • 0 Followers
Answer
Simmon
Simmon
Asked: July 13, 2022

Unable to Locate element on Bamboo server

It’s working fine on Local but on bamboo it’s unable to Locate the element. @FindBy(how = How.NAME, using = "verificationToken") private WebElement code_field;

bamboobuildseleniumtestng
  • 1
  • 0 0 Answers
  • 22 Views
  • 0 Followers
Answer
Simmon
Simmon
Asked: July 13, 2022

Build is failing on local with error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project ABC: There are test failur es.

[ERROR] [ERROR] Please refer to C:\Users\ghulamnabi\eclipse-workspace\ProviderStewardship\target\surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] There was an error in the forked process [ERROR] [ERROR] Cannot instantiate class Test_Scenarios.Main [ERROR] ...

buildmavenseleniumtestng
  • 0
  • 1 1 Answer
  • 34 Views
  • 0 Followers
Answer
David Willey
David Willey
Asked: June 10, 2022

org.openqa.selenium.ElementClickInterceptedException: element click intercepted:

org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <span _ngcontent-utv-c50=”” class=”app-description”>…</span> is not clickable at point (474, 637). Other element would receive the click: <div _ngcontent-utv-c59=”” class=”overlay smooth-transition”></div> (Session info: MicrosoftEdge=102.0.1245.33) Build info: version: ‘4.1.2’, revision: ‘9a5a329c5a’ System info: host: ‘LPTGH’, ip: ‘172.27.233.176’, ...

classelementclickinterceptedexceptionseleniumtestng
  • 0
  • 0 0 Answers
  • 34 Views
  • 0 Followers
Answer
Jerry
Jerry
Asked: May 30, 2022

Error: Unable to initialize main class org.testng.remote.RemoteTestNG

Error: Unable to initialize main class org.testng.remote.RemoteTestNG Caused by: java.lang.NoClassDefFoundError: org/testng/TestNGException I am getting this error ,How to  resolve it?

classexceptioninitilaizetestng
  • 1
  • 1 1 Answer
  • 100 Views
  • 0 Followers
Answer
David Willey
David Willey
Asked: May 27, 2022

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

I am getting this error . How to solve this issue?

runtimeexceptionseleniumtestng
  • 0
  • 0 0 Answers
  • 21 Views
  • 0 Followers
Answer
1 2

Sidebar

Ask A Question
  • Popular
  • Answers
  • Ghulam Nabi

    Why are the British confused about us calling bread rolls ...

    • 5 Answers
  • Jerry

    Add file to native target programmatically via tuist/XcodeProj

    • 4 Answers
  • Ghulam Nabi

    Is this statement, “i see him last night” can be ...

    • 4 Answers
  • Ghulam Nabi
    Ghulam Nabi added an answer It seems like you're encountering a problem with your SQL… February 6, 2023 at 6:13 am
  • Ghulam Nabi
    Ghulam Nabi added an answer To add code coverage to a React project created without… February 3, 2023 at 7:01 am
  • Ghulam Nabi
    Ghulam Nabi added an answer You could try using the NetworkBoundResource architecture pattern. The idea… February 3, 2023 at 6:53 am

Trending Tags

android c++ cypress flutter java javascript python selenium testng webdriver

Top Members

Robert

Robert

  • 3 Questions
  • 1k Points
Luci

Luci

  • 5 Questions
  • 1k Points
Kevin O Brien

Kevin O Brien

  • 2 Questions
  • 1k Points

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Softans

Softans is a social questions & Answers Engine which will help you establish your community and connect with other people.

About Us

  • Blog
  • Jobs
  • About Us
  • Meet The Team
  • Contact Us

Legal Stuff

Help

Follow

© 2021 Softans. All Rights Reserved
With Love by Softans.