0% found this document useful (0 votes)
52 views5 pages

Universidad Politécnica de Aguascalientes Ingeniería en Sistemas Estratégicos de Información

Universidad Politécnica de Aguascalientes offers a degree in Information Systems Strategic Systems Engineering. The document discusses several tools for testing web services and applications including SoapUI, JMeter, Selenium, JBehave and Concordion. It provides brief overviews of the capabilities and uses of each tool.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views5 pages

Universidad Politécnica de Aguascalientes Ingeniería en Sistemas Estratégicos de Información

Universidad Politécnica de Aguascalientes offers a degree in Information Systems Strategic Systems Engineering. The document discusses several tools for testing web services and applications including SoapUI, JMeter, Selenium, JBehave and Concordion. It provides brief overviews of the capabilities and uses of each tool.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Universidad Politécnica de Aguascalientes

Ingeniería en sistemas estratégicos de información

Christian Michele Díaz Vázquez


ISEI08A
UP170089

Aguascalientes, Aguascalientes
SOAPUI Jmeter Selenium JBehave Concordion

oapUI is a tool Apache JMeter Selenium is an JBehave is a By


for testing Web may be used to umbrella framework for collaboratively
Services; these test project for a Behaviour-Driv exploring
can be the performance range of tools en requirements
SOAP Web both on static and libraries Development with realistic
Services as and dynamic that enable (BDD). examples,
well RESTful resources, and support teams build a
Web Services Web dynamic the automation Features of shared
or HTTP based applications. of web JBehave understanding
services. It can be used browsers. include: and detect
SoapUI is an to simulate a issues and
Open Source heavy load on It provides Pure Java misunderstandi
and completely a server, group extensions to implementation ngs prior to
free tool with a of servers, emulate user , which plays developing a
commercial network or interaction with well with new feature.
companion object to test browsers, a Java-based
-SoapUI Pro- its strength or distribution enterprises or For this
that has extra to analyze when tutorial, we are
server for
functionality for overall interfacing to working on a
companies performance scaling any system for
with mission under different browser environment creating
critical Web load types. allocation, and that exposes a marketing
Services. Apache JMeter the Java API. mailshots. We
features infrastructure Users can want to have
SoapUI has include: for specify and run the first name
been implementation text-based and last name
downloaded Ability to load s of the ​W3C user stories, of the
more than 3 and WebDriver which allows customer.
million times performance "out-in" Unfortunately
specification
and is seen as test many development. the customer
the de facto different that lets you User stories data that we
standard for applications/se write can be written are supplied
API Service rver/protocol interchangeabl in JBehave only contains
Testing. This types: e code for all syntax or full names, so
means there is Web - HTTP, major web Gherkin we will need to
a lot of HTTPS (Java, browsers. syntax. split them.
knowledge NodeJS, PHP, User stories
about the tool ASP.NET, …) This project is can be
out there, read SOAP / REST made possible specified as
the blogs on Webservices by volunteer classpath
the net for FTP contributors resources or
more info Database via external
who have put
about using JDBC in thousands of URL-based
SoapUI in real LDAP hours of their resources.
life. We Message-orien own time, and User stories
appreciate ted middleware made the can be
every (MOM) via source code executed
download and JMS concurrently,
freely available
work really Mail - specifying the
hard to create SMTP(S), for anyone to number of
a super POP3(S) and use, enjoy, and concurrent
product for IMAP(S) improve. threads.
you. If you Native User stories
have any ideas commands or Selenium can be
or thought, shell scripts brings together documented
please let us TCP browser via generic
know! Java Objects vendors, user-defined
Full featured engineers, and meta
Test IDE that enthusiasts to information
allows fast further an open that allows
Test Plan easy story
discussion
recording (from filtering and
Browsers or around organisation
native automation of into story
applications), the web maps.
building and platform. The
debugging. project
CLI mode organises ​an
(Command-line annual
mode conference​ to
(previously
teach and
called Non
GUI) / nurture the
headless community.
mode) to load
test from any
Java
compatible OS
(Linux,
Windows, Mac
OSX, …)
A complete
and ready to
present
dynamic HTML
report
Easy
correlation
through ability
to extract data
from most
popular
response
formats,
HTML, JSON ,
XML or any
textual format
Complete
portability and
100% Java
purity.
Full
multi-threading
framework
allows
concurrent
sampling by
many threads
and
simultaneous
sampling of
different
functions by
separate
thread groups.
Caching and
offline
analysis/replayi
ng of test
results.
Highly
Extensible
core:
Pluggable
Samplers allow
unlimited
testing
capabilities.
Scriptable
Samplers
(JSR223-comp
atible
languages like
Groovy and
BeanShell)
Several load
statistics may
be chosen with
pluggable
timers.
Data analysis
and
visualization
plugins allow
great
extensibility as
well as
personalization
.
Functions can
be used to
provide
dynamic input
to a test or
provide data
manipulation.
Easy
Continuous
Integration
through 3rd
party Open
Source
libraries for
Maven, Gradle
and Jenkins.

You might also like