Презентация Automatic testing. Training онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему Automatic testing. Training абсолютно бесплатно. Урок-презентация на эту тему содержит всего 23 слайда. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.
Презентации » Технология » Automatic testing. Training



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    23 слайда
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    181.50 kB
  • Просмотров:
    66
  • Скачиваний:
    0
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
OKTET Labs Test Environment
Содержание слайда: OKTET Labs Test Environment HG Automatic Testing Training June 15, 2008 Konstantin Ushakov Konstantin.Ushakov@oktetlabs.ru

№2 слайд
Plan Development Goals
Содержание слайда: Plan Development Goals Architecture Structure Agents Engine Gateway testing

№3 слайд
Development Goals QA of
Содержание слайда: Development Goals QA of developed products Several pure-testing projects Socket API iSCSI Ethernet NIC firmware and drivers IPv6 ... Strong regression detection tool

№4 слайд
Key features Black and white
Содержание слайда: Key features Black and white box testing Distributed testing Automatic testing Test coverage estimation Regression tracking tools Cross-platform testing Networking protocols support Strong scenarios parametrization system

№5 слайд
Used in IPv IPv Socket API
Содержание слайда: Used in IPv4/IPv6 Socket API (more than 8000 tests); Ethernet switch testing; IEEE 802.2 (LLC), IEEE 802.1Q (VLAN); IEEE 802.1D (STP); ATM/AAL5 testing; Elements of 802.1X, WPA, WPA2, RADIUS client on Access Point; iSCSI testing; CLI testing; Testing SNMP MIBs; DHCP Client testing; CableHome1.0 some portal testing; Hyperlan2 MAC layer;

№6 слайд
Base components Test Engine
Содержание слайда: Base components Test Engine Run on Linux Build all components of TE Control of Test Agents Keep track of configuration changes Run tests Centralized log gathering

№7 слайд
Test Agent Target-specific
Содержание слайда: Test Agent Target-specific application Linux FreeBSD NetBSD Windows OpenSolaris Run on an auxiliary station or DUT Configuring station (interfaces,routes,etc.)‏

№8 слайд
Test Agent Generates Handles
Содержание слайда: Test Agent Generates/Handles network traffic: Packets representation in ASN.1 format Packet iteration, inter packet interval, number of packets Sophisticated incoming traffic matching Supported packet formats: IEEE-802.3, IEEE-802.1D, IEEE-802.1Q, IEEE-802.2 ATM, AAL5 ARP, IPv4, IPv6, PPP, ICMPv4, UDP, TCP, DHCP, SNMP ...

№9 слайд
Test Agent Sun RPC
Содержание слайда: Test Agent Sun RPC functionality socket API remote command line Curl File operations ... Daemons configuration: DHCP, DNS, FTP, TFTP, SNTP, LDAP, Radius, VTUN, 802.1X supplicant

№10 слайд
Auxiliary Agent Black Box
Содержание слайда: Auxiliary Agent Black Box testing: Network protocols Interoperability External Interfaces (SNMP, CLI)‏ Access to external equipment: Sophisticated traffic generators Media-specific condition emulators

№11 слайд
Embedded Agent White Box
Содержание слайда: Embedded Agent White Box testing: Module testing API testing DUT-specific management

№12 слайд
Proxy Agent Configure DUT
Содержание слайда: Proxy Agent Configure DUT Access to external equipment

№13 слайд
Test Engine Components
Содержание слайда: Test Engine Components Dispatcher Runs/terminates all modules Handles user interrupt events Builder Based on autoconf/automake/m4 Cross compilation of Test Agents Logger RCF (Remote Control Facility)‏ Configurator Tester

№14 слайд
Logger Provide unified
Содержание слайда: Logger Provide unified logging interface for all TE components: Test Engine and Test Agents Time synchronization between Agents and Engine Sort out logs by timestamps Define a number of log levels Gather log dumps from Test Agents Extended format qualifiers (to log files, memory dumps, packets)‏ Save log messages into a binary file

№15 слайд
Remote Control Facility
Содержание слайда: Remote Control Facility Starts Test Agents according to configuration file or on-fly requests Provides access to services exported by Test Agents Controls concurrent access to Test Agents

№16 слайд
Configurator Loads start-up
Содержание слайда: Configurator Loads start-up configuration of Agents Keeps track of configuration changes Rolls back configuration to a specified point Restores configuration after Test Agent crash Save configurations in XML format

№17 слайд
Configuration Tree agent Agt
Содержание слайда: Configuration Tree /agent:Agt_A/interface:eth0 = /agent:Agt_A/interface:eth0/index: = 2 /agent:Agt_A/interface:eth0/link_addr: = 00:16:d3:26:98:91 /agent:Agt_A/interface:eth0/mtu: = 1500 /agent:Agt_A/interface:eth0/net_addr:192.168.56.1 = 24 /agent:Agt_A/interface:eth0/net_addr:192.168.56.1/broadcast: = 192.168.56.255 /agent:Agt_A/interface:eth0/net_addr:fe80::216:d3ff:fe26:9891 = 64 /agent:Agt_A/interface:eth0/net_addr:fec0::1 = 48 /agent:Agt_A/interface:eth0/status: = 1 … /agent:Agt_A/route:192.168.56.0|24 = 0.0.0.0 /agent:Agt_A/route:192.168.56.0|24/dev: = eth0 /agent:Agt_A/route:192.168.56.0|24/irtt: = 0 /agent:Agt_A/route:192.168.56.0|24/mtu: = 0 /agent:Agt_A/route:192.168.56.0|24/win: = 0 …

№18 слайд
Tester Structured test suite
Содержание слайда: Tester Structured test suite organization Test iteration by parameters Test Agents can be automatically preconfigured before test run Requirement validation

№19 слайд
TE auxiliary tools Test
Содержание слайда: TE auxiliary tools Test Coverage Estimation Report Generator Test Result Comparator

№20 слайд
HG Testing Proxy agents
Содержание слайда: HG Testing Proxy agents Parametrization Networking capabilities Serial console logging Management interfaces VCM WebUI cutils

№21 слайд
Configuration
Содержание слайда: Configuration 1

№22 слайд
Configuration
Содержание слайда: Configuration 2

№23 слайд
Questions?
Содержание слайда: Questions?

Скачать все slide презентации Automatic testing. Training одним архивом: