SoapUI Pro. Web Services Tester. With instructions in Russian

seeders: 6
leechers: 0
Added 16 years ago by echooff in Apps  > Other Applications

Download Fast Safe Anonymous
movies, software, shows...

Files

SoapUI Pro. Web Services Tester. With instructions in Russian (Size: 46.14 MB)
  crack
  Readme.txt 264 B
  license4j-1.3.jar 11.95 KB
  soapui-pro-2.5-installer
  soapUI-Pro-2.5-installer.exe 45.33 MB
  инструкция
  Симуляция web service-ов с помощью soapUI.files
  aggregator.css 755 B
  block-editing.css 456 B
  comment.css 143 B
  content-module.css 2.32 KB
  date.css 3.38 KB
  defaults.css 815 B
  fieldgroup.css 95 B
  filefield.css 1.49 KB
  html-elements.css 4.12 KB
  icons.css 2.4 KB
  ie.css 1.83 KB
  image001.jpg?042148 5.41 KB
  image002.jpg?042148 39.95 KB
  image003.jpg?042148 40.24 KB
  image004.jpg?042148 14.18 KB
  image005.jpg?042148 61.57 KB
  image006.jpg?042148 32.05 KB
  image007.jpg?042148 36.42 KB
  image008.jpg?042148 42.77 KB
  image009.jpg?042148 69.09 KB
  image010.jpg?042148 65.38 KB
  image011.jpg?042148 42.01 KB
  image012.jpg?042148 53.74 KB
  image013.jpg?042148 44.99 KB
  image014.jpg?042148 37.35 KB
  image015.jpg?042148 37.06 KB
  image016.jpg?042148 43.33 KB
  image017.jpg?042148 57.99 KB
  layout-garland.css 1.47 KB
  node.css 713 B
  print.css 2.36 KB
  system-menus.css 1.21 KB
  system.css 11.44 KB
  tabs.css 3.49 KB
  user.css 1.04 KB
  zen-classic.css 14.85 KB
  zen-fixed.css 45 B
  zen_classic_logo.png 9.79 KB
  Симуляция web service-ов с помощью soapUI.htm 22.1 KB

Description




Программы и Дизайн » Веб-разработка и Программирование » Разное (Веб-разработка и программирование)

SoapUI Pro. Web Services Tester. С инструкцией на русском

Год выпуска: 2008
Версия: 2.5 Pro
Разработчик: Eviware
Платформа: Windows
Совместимость с Vista: неизвестно
Системные требования: Должно работать везде
Язык интерфейса: только английский
Таблэтка: Присутствует
Описание: Один из самых лучших и известных инструментов для тестирования веб-сервисов. SoapUI - это инструмент, который позволяет тестировать web сервисы, вызывать методы на интерфейсах, анализировать ответы и создавать пакеты тестов наподобие xUnit. И что может оказаться чрезвычайно полезным - позволяет симулировать web сервисы.

Одна из основных проблем, которые возникают во время интеграции различных систем между собой это то, что на момент разработки эти сервисы либо не существуют, либо не всегда доступны (или доступны с большими проблемами). Такое может случиться, если, к примеру, компания разрабатывает приложение на базе SOA, и каждый из сервисов создается параллельно разными людьми. Ждать пока один человек закончит свой компонент, прежде чем приступать к своей разработке – не самый эффективный способ.

Симулятор всегда можно написать вручную, будь то обычный perl скрипт, который слушает на определенном порту и посылающий обратно данные или это java web service сервер, эмулирующий ту же задачу. К сожалению, все эти решения довольно ресурсоемкие. Другой подход – использование готовых инструментов, для создания довольно динамичных заглушек. Один из таких инструментов – soapUI.
[spoiler="Особенности Pro версии"]
WSDL Coverage
Analyze request/response messages to see how well a WSDL contract is being tested/mocked/used

WSDL Refactoring
Automatically update requests/response/assertions when the underlying WSDL

Composite Projects
Work together in a team on your Web Service testing projects

Requirements Management
Manage/Import/Export Project Requirements and link them to TestCases.

Form-based Request Editor
Dynamically creates a user-friendly input form for request messages
To greatly ease the editing and understanding of request messages for both technical and non-technical users. Open the Request Editor and select the Form tab on its left

Overview Message Viewer
A non-xml message viewer for inspecting messages with direct links to xml/outline editors. To get an overview of the corresponding response/mock-request/monitored message

Tree-based Request/Response Editor
Shows a tree-view of the underlying message
To ease the navigation and understanding of larger messages. Open any message editor and select the Outline tab on its left

Table Inspector
Dynamically creates a tabular view of message content
To quickly give an overview of tabular message content. Open any message editor and select the Table tab on its bottom

Schema Inspector
Shows schema definition for selected node
To ease inspection and debugging of message content. Open any message editor and select the XSD tab on its bottom

XML Inspector
Shows XML fragment selected node
To ease inspection and debugging of message content. Open any message editor and select the XML tab on its bottom

Doc Inspector
Shows schema documentation for selected nodes' type. To ease understanding of message content. Open any message editor and select the Doc tab on its bottom (if enabled)

DataSource TestStep
Reads and loops data from external data sources.
To greatly ease the creation of Data-Driven Tests. Select Insert TestStep from any of the TestCase pop up menus

DataSink TestStep
Writes Test Data to external storage (JDBC, Files, Excel, etc..)
Eases collection of data to be used in subsequent tests or for external reporting. Select Insert TestStep from any of the TestCase pop up menus

DataGen TestStep
Dynamically Generates Test Data for your Tests
To simplify comprehensive testing of complex interfaces. Select Insert TestStep from any of the TestCase popup menus

Property Transfer Wizards
Automatically creates Property Transfers for selected content
To greatly ease the creation of complex TestCases / Message Flows. Right click on any node in the Outline Editor for a request or response message in a TestRequest Step

XPath Assertion Wizards
Automatically creates XPath Assertions for selected content
To ease the creation of XPath Assertions for TestRequest and MockResponse Steps. Right click on any node in the Outline Editor for a response message in a TestRequest Step

Integrated Reporting
Generate reports for functional test from within the UI
To provide summaries of Functional Testing for tracking and governance. Available from within TestSuite and TestCase editors

Groovy Script Library
Central Repository of Global Scripts that can be accessed from any script in soapUI and used for creating extensions.
Greatly eases reuse and scripting of complex scenarios. Available from within any Groovy Script

XPath Wizards
Allows creation of XPath expressions by selecting the desired target node
Greatly eases creation of XPath expressions in many situations. Select "Tabbed" desktop in the Preferences/UI Settings tab

Tabbed Desktop
Alternative Desktop layout
[/spoiler]
[spoiler="Скриншоты"]




[/spoiler]
Пожалуйста, не забывайте говорить спасибо. "+"


не забывайте благодарить тех, кто трудится
над созданием торрентов. говорите спасибо

Related Torrents

torrent name size uploader age seed leech
2
0