Skip to content

papousek/arquillian-graphene-performance

Repository files navigation

Graphene Performance Tests

Description

Performance tests for Graphene Webdriever

One Element Test

Test reapeatedly call element.getText().

  • static pure element: the element is found firstly and then the test is performed
  • dynamic pure element: the element is foud in earch iteration
  • injected css element: the element injected by Graphene (CSS locator) is used
  • injected jquery element: the element injected by Graphene (JQuery locator) is used

List of Elements Test

Test reapeatedly call for (Element element: elements) element.getText().

  • static pure elements: the list of elements is found firstly and then the test is performed
  • dynamic pure elements: the list of elements is foud in earch iteration
  • injected css elements: the list of elements injected by Graphene (CSS locator) is used
  • injected jquery elements: the list of elements injected by Graphene (JQuery locator) is used

Results (2013-04-26)

One Element Test

Firefox Google Chrome HtmlUnit PhantomJS

List of Elements Test

Firefox Google Chrome HtmlUnit PhantomJS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published