Questions tagged [thucydides]

Thucydides is a library designed to make writing web-based acceptance tests based on WebDriver easier, and more fun

Thucydides is a tool that lets you use WebDriver-based unit or BDD tests to write more flexible and more reusable WebDriver-based tests, and also to generate documentation about your acceptance tests, including a narrative description of test, along with the corresponding screen shots, and also high-level summaries and aggregations of the test results

99 questions
0
votes
1 answer

Ho to obtain random parameters for jbehave steps right from another steps

I'm newbie to jbehave, and I plan to use it with thucydides+selenium. Among the tests I'd like to design, there is a step, that will have no input parameter, but will return some value, to be used in further parameterized steps. However, i don't see…
Eljah
  • 4,188
  • 4
  • 41
  • 85
0
votes
2 answers

Selenium 2.0 + Thucydides + Excel

I want to prepare the test where selenium has to read the data (username and password) from excel file and feed them in to login fields. I'm using thucydides framework with selenium 2.0. How can I do it? Thank you.
Peter
  • 1
  • 1
0
votes
2 answers

run specific feature only, start some tests the first of all

I have some questions: I have some features in my tests, and some classes like NavigationTest, AuthorizationTest and etc. In my requirment class i have following: @Feature public class Navigation{} @Feature public class Authorization{} I want to…
nzaroma
  • 100
  • 8
0
votes
3 answers

Is it a way to get the test method name within TestNG listeners on Configuration phase?

I have a TestNG listener that implements IInvokedMethodListener. On @BeforeMethod I need to setup some test context, here is the example: public class ThucydidesInvokedMethodListener implements IInvokedMethodListener2 { public void…
user2075162
  • 1
  • 1
  • 1
0
votes
1 answer

Thucydides with Android

I'm interested if someone already tried to use thucydides for acceptance tests for android application. It looks like we could replace WebDriver with Robotium for example. Let me know if question is too generic.
Eugen Martynov
  • 19,888
  • 10
  • 61
  • 114
-1
votes
1 answer

How can I avoid conflicts running Selenium tests in parallel, when they must exercise an underlying REST API?

I have a web application which needs to be tested in multiple browsers in multiple environments (i.e. Chrome, Firefox, and Internet Explorer in both Windows and Linux* (*with the obvious exception of Internet Explorer)). Tests have been written in…
Eilidh
  • 1,270
  • 1
  • 13
  • 33
-2
votes
1 answer

Gradle loaded Serenity libs to project libraries but can't see them further

I have this build.gradle file apply plugin: 'java' apply plugin: 'idea' apply plugin: 'net.serenity-bdd.aggregator' sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories { mavenCentral() jcenter() } buildscript { …
Toni Hale
  • 21
  • 3
-2
votes
1 answer

Jbehave thucydides.. BDD for Java.. examples?

Does anyone know of any good examples of using JBheave and thucydides, to write Acceptance tests for java classes. I have found some tutorials for testing web pages, but i want to know how to write tests for java classes. Using JUNIT. Anyone?
user1555190
  • 2,803
  • 8
  • 47
  • 80
-6
votes
2 answers

superclass has no null constructors but no arguments were given without spring integration

java.lang.IllegalArgumentException: Superclass has no null constructors but no arguments were given at net.sf.cglib.proxy.Enhancer.emitConstructors(Enhancer.java:721) at net.sf.cglib.proxy.Enhancer.generateClass(Enhancer.java:499) at…
1 2 3 4 5 6
7