Skip to main content

Questions tagged [galen]

Automating testing of responsive websites using the Galen Framework

0 votes
0 answers
33 views

Handle alerts on Galen framework JS

I´ve been developing on Galen for a while now but I´ve encountered a wall when handling alerts on the tests. In this case, after a couple of steps on the test, there´s an alert that pops-up and it ...
Andres David Ortega Lobo's user avatar
0 votes
0 answers
35 views

Galen framework is not recognizing the correct area of webelements

I am using Galen framework for layout testing along with java selenium cucumber framework. Some information that might be useful- I have a 34-inch monitor but while running my test, I resize my ...
Rishabh Batra's user avatar
1 vote
0 answers
55 views

Galen framework for automated responsive testing

I want to automate responsive testing of web page and as I was searching what would be the best solution I saw that a lot of answers were referring to Galen framework. I started to search for some ...
Blake Meester's user avatar
2 votes
0 answers
62 views

Width mismatch for certain elements in certain layouts

I was using the Galen framework for layout testing and here is the issue, I come across. Kindly provide me your inputs to proceed along Galen version: 2.4.4 Usage: Maven project with Java Verification ...
Kadarkarai's user avatar
1 vote
1 answer
72 views

I want to know how to read the image map generated by galen framework report for layout testing. What do the colors orange, green, red mean?

I am comparing 2 UI screens using Galen Layout testing framework in which a report is generated with image comparison map. I want to understand what doe these colors on the map in the attached image ...
Kanchan Ruia's user avatar
0 votes
0 answers
44 views

Is there any framework to automate UI of a website other than Galen framework

I am currently working on TestNG framework in which Galen framework is embedded. The Galen Testcases deals the UI part of our website. I have researched a lot and there is no other automation tools ...
Arjun Dev's user avatar
  • 416
0 votes
1 answer
139 views

Integrating galen with appium and getting org.openqa.selenium.WebDriverException: Method is not implemented

I am trying to implement layout testing for Android Flipkart using Galen with Appium but galen throwing org.openqa.selenium.WebDriverException: Method is not implemented The code works fine for ...
richa kathuria's user avatar
6 votes
3 answers
7k views

Is there any way to prefill payment information in stripe elements?

I am using Stripe elements payment form in my code. While doing testing in Galen, we have to switch to the iframe to fill the payment information and test the entire flow. But, iOS doesn't allow us to ...
Anshul Jain's user avatar
1 vote
1 answer
172 views

GalenRemoteWebDriver can't connect to localhost server

Currently I am working with galen framework for Python. I am using Python 2.7, Ubuntu 18.04 inside Virtual machine and galenpy. When I run my unittests I am getting an error like below MainThread - ...
Serhat Güneş's user avatar
2 votes
1 answer
405 views

Responsive Design Testing using TestCafe

As part of evaluation for a new test automation framework, I am looking to see if we can automate testing for responsive designs of a website. To give you a better idea, today we use the GALEN ...
Monnie_tester's user avatar
2 votes
0 answers
170 views

Is there an automatic way to generate a spec file skeleton in Galen Framework

I want to perform a visual and layout testing on a UI which is being migrated to HTML-5. What I discovered is Galen Framework suffices all my need from a validation perspective. But since this is a ...
RachanaB's user avatar
2 votes
1 answer
303 views

Galen Framework: EcmaError Exception Error in main gspec

I tried to implement galen responsive testing using example on github but i encounter this error. I using galen 2.4.0 in Java. public class ResponsiveTestManager extends GalenTestBase { private ...
nicholas's user avatar
  • 2,730
0 votes
1 answer
132 views

How to specify approximate margins in Galen Framework?

I am using galen framework in a responsive designed website. And I need to check the elements by not giving fixed pixel amounts but percentages. For example I have to check one element to be on the ...
Helen Wt.'s user avatar
0 votes
1 answer
3k views

Access Chrome Options in JavaScript (optional: from Galen test)

I am using Galen (a JS tool for testing layout of a HTML page). It is configured from a .js file which can't use ES6 JS :-( I need to load/amend ChromeOptions from the Chrome driver but I can't ...
Scala Enthusiast's user avatar
0 votes
1 answer
505 views

Galen test on mobile devices using WebDriver

I'm writing a code using Cucumber with Selenium WebDriver. I can start the Galen framework tests using Webdriver and everything is passed to default, desktop size (when the window is maximized). I ...
Michal's user avatar
  • 464

15 30 50 per page