Questions tagged [noraui]

NoraUI (Non-Regression Automation for User Interfaces) is an open source test automation tool for web pages. It is a Maven project used via archetypes. Its use is achieved through Continuous Integration.

Oficial Page: https://noraui.github.io/

Describes installation process and explains about NoraUI in general.

Github Repo: https://github.com/NoraUi

This repo contains several other links, included the source code, the archetype code, some tutorials, etc. There is still not so many documentation about this tool.

Maven Archetype: https://mvnrepository.com/artifact/com.github.noraui/noraui-archetype

NoraUI relates to Continuous Integration, and also to other subjects and tags like the Cucumber tool which is used with the Language Gherkin. So it is expected or probable to go with those tags when asking questions.

20 questions
3
votes
0 answers

function passOver possibilities

I'm working on autotest with noraui. I would like to open a subdropdown (button => click => dropdown => passOver => subdropdown). This subdropdown can only appear with a passOver, if we click on the dropdownmenu, nothing happen. But my passOver…
2
votes
1 answer

How to upgrade Chrome webdriver in NoraUi?

What is the exact process in order to upgrade the webdriver for a given browser in NoraUI? An outdated webdrivers causes the following error: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only…
jmc
  • 312
  • 1
  • 11
2
votes
1 answer

NoraUI - Null Pointer Exception while using a customDataProvider as Input and Output

I have a problem when i try to use a CustomDataProvider as Input and Output. At some point in the scenario, a NPE exception is thrown. Edit 1 : I've already read What is a NullPointerException, and how do I fix it? : I understand what is a NPE and…
N. Marchetto
  • 51
  • 1
  • 7
1
vote
2 answers

How to pass PageObject for cucumber step definition

I see the following step in noraUI sources @And("I expect to have {page-element} with the text {string}(\\?)") public void expectText(Page.PageElement pageElement, String textOrKey, List conditions) throws FailureException,…
Dany
  • 21
  • 3
1
vote
0 answers

Unable to run NoraUI mvn verify goal

We have taken back our test automations after a year leaving it unused. Today, I Try to run them as usual (or at least as I remeber it) mvn clean verify "-Dcucumber.options=--tags '@xxscenario'" -Dmaven.test.failure.ignore=true -P…
jmc
  • 312
  • 1
  • 11
1
vote
0 answers

Using selenium in order to click on a date in fullcalendar scheduler

I'm using the Fullcalendar Resource-timeline feature. I want to create automatic tests that click on dates in order to create events. The problem here, is that the cells are not dom elements. The solution I came up so far is to calculate the…
1
vote
1 answer

NoraUi - Scenario usage

Is it possible to use the same scenario to test different entries, some of them will lead to "right" success and others to "right" failure? In case of right behavior, the test will be OK. For example, a login connection should succeed with one data…
karine
  • 38
  • 3
1
vote
1 answer

Different test with different class ( Nora ui )

I have two questions please : 1/ If we want to test two different tests, can we create two Java Steps classes to perform two different tests ? 2/ How to erase cookies and Refresh the page to test new data ? Thank you
Mohcine
  • 57
  • 10
1
vote
1 answer

NoraUI - feature regression while changing data provider

Whenever I change my data provider (from Gherkin to Excel) my features go back to an older version. Is that an expected behavior ? How can I overcome this ?
Safiah
  • 11
  • 2
1
vote
1 answer

Eclipse ignoring CucumberOptions in report generation

I am facing an unexpected issue while trying to generate reports with Eclipse (Neon 3). I am using NoraUi V2.x.x which is a combination of Selenium,Cucumber,etc. As you can see in [my attached screenshot below], I have added the following to my…
1
vote
1 answer

NoraUI - Custom Data provider

My project has already existing end to end scenario using another tool. We are reproducing our scenario using NoraUI. The scenario is reproduced and working but with hard-coded testing data. We would like to reproduce the dynamic testing data…
N. Marchetto
  • 51
  • 1
  • 7
1
vote
2 answers

WebDriverException when I use NoraUI and Chrome web driver on my windows laptop

I use NoraUI (Non-Regression Automation for User Interfaces) and Chrome web driver on my windows laptop and I have this big error stack trace. Yesterday, my code worked and I am sure I have not changed anything. The below error appears when…
0
votes
0 answers

How use remote driver in Noraui?

I want use remote web Driver in my noraui but I don't find configuration file. I use Noraui 3.4.2. So where is this configuration? Thanks for your help.
0
votes
1 answer

Reading problems when reading data from excel file in NoraUI

I'm having this problem when I try to run a test in NoraUI, suddenly the build does not detect the last column of the Excel, (result) and displays this on console: /!\ Mauvais fichier de donnée (IOException, EmptyDataFileContentException ou…
0
votes
3 answers

Unable to deploy war on one particular server

I have a spring-boot project.I have created a war file , i am deploying it on 2 linux based tomcat servers and 1 windows based tomcat server , The file is deployed successfully on 1 linux based server and windows based server but fails on 1 of the…
Akshay Joshi
  • 467
  • 1
  • 9
  • 22
1
2