This HTML5 document contains 161 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
n31http://ta.dbpedia.org/resource/
n33http://dbpedia.org/resource/Parasoft_C/
foafhttp://xmlns.com/foaf/0.1/
dbpedia-cahttp://ca.dbpedia.org/resource/
dbpedia-huhttp://hu.dbpedia.org/resource/
dbpedia-kohttp://ko.dbpedia.org/resource/
dbpedia-eshttp://es.dbpedia.org/resource/
n30https://global.dbpedia.org/id/
dbpedia-hehttp://he.dbpedia.org/resource/
dbthttp://dbpedia.org/resource/Template:
dbpedia-ruhttp://ru.dbpedia.org/resource/
dbpedia-ukhttp://uk.dbpedia.org/resource/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-pthttp://pt.dbpedia.org/resource/
dbpedia-plhttp://pl.dbpedia.org/resource/
dbpedia-fahttp://fa.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
dbpedia-arhttp://ar.dbpedia.org/resource/
owlhttp://www.w3.org/2002/07/owl#
dbpedia-vihttp://vi.dbpedia.org/resource/
dbpedia-mkhttp://mk.dbpedia.org/resource/
dbpedia-frhttp://fr.dbpedia.org/resource/
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbpedia-nlhttp://nl.dbpedia.org/resource/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Cantata++
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Mock_object
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Schema_migration
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Design_by_contract
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Debugging
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Design_predicates
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Dynamic_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Integration_testing
rdf:type
dbo:MilitaryConflict
rdfs:label
Testy integracyjne Інтеграційне тестування 統合テスト Integration testing Integrationstest Proves d'integració 集成测试 Integratietest Test d'intégration Prueba de integración Интеграционное тестирование 통합 시험 اختبار التكامل Teste de integração
rdfs:comment
整合测试又称组装测试,即对采用一次性或增值方式组装起来,对系统的接口进行正确性检验的测试工作。整合测试一般在单元测试之后、系统测试之前进行。实践表明,有时模块虽然可以单独工作,但是并不能保证组装起来也可以同时工作。 Testy integracyjne – jeden z etapów testowania oprogramowania, wykonywany w celu wykrycia defektów w interfejsach i interakcjach pomiędzy modułami lub systemami. Testy integracyjne są przeprowadzane w celu oceny zgodności systemu lub komponentu z określonymi wymaganiami funkcjonalnymi. Występują po testach jednostkowych, jednakże przed testami walidacyjnymi. Współczesne aplikacje składają się przeważnie z wielu współpracujących systemów, należy więc sprawdzić czy komunikacja pomiędzy nimi nie jest zakłócona. 통합 시험(Integration Test)은 단위 시험이 끝난 소프트웨어를 결합해 가며 시험 하는 방법이다. 단위 시험이 끝난 모듈들을 좀 더 큰 단위의 집합으로 통합 구성한 후, 통합 시험 계획에 따라서 테스트를 수행한다. 통합 시험을 통과한 모듈 집합은 시스템 검사 단계의 테스트 대상으로서 넘어가게 된다. Інтеграційне тестування (англ. integration testing) — це фаза тестування програмного забезпечення, під час якої окремі модулі програми комбінуються та тестуються разом, у взаємодії. Інтеграційне тестування виконується після модульного тестування та перед верифікацією та валідацією ПЗ. Якщо розглядати цей процес як систему, то на вхід їй подаються модулі, які вже пройшли модульне тестування; потім модулі групуються в більші частини, виконуються тести передбачені планом, а на виході системи — інтегрована система, що готова до системного тестування. Pruebas integrales o pruebas de integración son aquellas que se realizan en el ámbito del desarrollo de software una vez que se han aprobado las pruebas unitarias y lo que prueban es que todos los elementos unitarios que componen el software, funcionan juntos correctamente probándolos en grupo. Se centra principalmente en probar la comunicación entre los componentes y sus comunicaciones ya sea hardware o software. La prueba de subsistemas es un tipo de prueba de integración donde se prueba el contenido de un subsistema. De integratietest is een softwaretest waarbij individuele softwaremodules verbonden worden en als een geheel getest worden. Deze fase komt na de ontwikkeltest met de unittest en voor de systeemtest. Voor de integratietest worden modules gebruikt die door de unittest gekomen zijn. Deze goedgekeurde modules worden aan elkaar gekoppeld en hier worden tests op losgelaten die in het integratie-testplan zijn beschreven. Als op deze manier alle submodules in een geheel zijn getest kunnen ze vervolgens door naar de systeemtest, of de acceptatietest waar weer andere testvormen worden toegepast. Der Begriff Integrationstest bezeichnet in der Softwareentwicklung eine aufeinander abgestimmte Reihe von Einzeltests, die dazu dienen, verschiedene voneinander abhängige Komponenten eines komplexen Systems im Zusammenspiel miteinander zu testen. Die erstmals im gemeinsamen Kontext zu testenden Komponenten haben im Idealfall jeweilige Modultests erfolgreich bestanden und sind für sich isoliert fehlerfrei funktionsfähig. Teste de integração é a fase do teste de software em que módulos são combinados e testados em grupo. Ela sucede o teste de unidade, em que os módulos são testados individualmente, e antecede o teste de sistema, em que o sistema completo (integrado) é testado num ambiente que simula o ambiente de produção. O teste de integração é alimentado pelos módulos previamente testados individualmente pelo teste de unidade, agrupando-os assim em componentes, como estipulado no plano de teste, e resulta num sistema integrado e preparado para o teste de sistema. 統合テスト (英: integration testing)は、個々のソフトウェアモジュールを組み合わせて集合体としてテストするソフトウェアテストのフェーズである。統合試験とも呼ばれる。統合テストは、システムやコンポーネントの指定された機能要件への準拠を評価するために実施される。 単体テストの後、の前に行われる。統合テストは、単体テストされた入力モジュールを受け取り、それらをより大きな集合体にグループ化し、統合で定義されたテストをそれらの集合体に適用し、システムテストの準備ができた統合システムを出力として提供する。 Dans le monde du développement informatique, le test d'intégration est une phase de tests, précédée par les tests unitaires et généralement suivie par les tests de validation, vérifiant le bon fonctionnement d'une partie précise d'un logiciel ou d'une portion d'un programme (appelée « unité » ou « module ») ; dans le test d’intégration, chacun des modules indépendants du logiciel est assemblé et testé dans l’ensemble. Интеграцио́нное тести́рование (англ. Integration testing, иногда называется англ. Integration and Testing, аббревиатура англ. I&T) — одна из фаз тестирования программного обеспечения, при которой отдельные программные модули объединяются и тестируются в группе. Обычно интеграционное тестирование проводится после модульного тестирования и предшествует системному тестированию. Les proves d'integració (en anglès, Integration testing), anomenades també proves d'integració de components, són un tipus de proves de programari que tenen com a objectiu verificar el funcionament conjunt de les unitats provades individualment (classes, components, etc.). Es realitzen després de les proves unitàries i abans de les proves de sistema, i poden executar-se de forma incremental a mesura que es van finalitzant les diferents unitats. اختبار التكامل هو المرحلة في اختبار البرامج التي يتم فيها دمج الوحدات البرمجية واختبارها كوحدة واحدة متكاملة. يتم إجراء اختبار التكامل لتقييم مدى امتثال نظام أو مكون برمجي لمتطلبات وظيفية محددة، وغالبا ما تكون هذه المتطلبات مدونة في وثيقة الخصائص والمتطلبات. يُنفذ هذا الاختبار بعد تنفيذ اختبار الوحدات البرمجية وقبل تنفيذ اختبار النظام. يأخذ اختبار التكامل وحدات الإدخال الخاصة به التي تم اختبارها بالوحدة، ويجمعها في مجموعات أكبر، ويطبق الاختبارات المحددة في خطة اختبار التكامل على تلك المجاميع، ويقدم كمخرجاته النظام المتكامل جاهزًا لاختبار النظام. Integration testing (sometimes called integration and testing, abbreviated I&T) is the phase in software testing in which individual software modules are combined and tested as a group. Integration testing is conducted to evaluate the compliance of a system or component with specified functional requirements. It occurs after unit testing and before system testing. Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, applies tests defined in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing.
dcterms:subject
dbc:Software_testing dbc:Hardware_testing
dbo:wikiPageID
355711
dbo:wikiPageRevisionID
1049447295
dbo:wikiPageWikiLink
dbr:Continuous_integration dbr:Top-down_and_bottom-up_design dbr:Software_testing dbr:Module_(programming) dbr:Test_plan dbr:Unit_testing dbc:Software_testing dbr:Regulatory_compliance dbr:Functional_requirement dbr:System_testing dbr:Functional_testing dbc:Hardware_testing dbr:Design_predicates
owl:sameAs
wikidata:Q782466 dbpedia-de:Integrationstest dbpedia-uk:Інтеграційне_тестування dbpedia-he:בדיקות_אינטגרציה dbpedia-es:Prueba_de_integración dbpedia-vi:Kiểm_thử_tích_hợp dbpedia-nl:Integratietest dbpedia-ko:통합_시험 dbpedia-ru:Интеграционное_тестирование dbpedia-pl:Testy_integracyjne dbpedia-mk:Интеграциско_тестирање freebase:m.01zvht dbpedia-ca:Proves_d'integració dbpedia-fr:Test_d'intégration dbpedia-fa:تست_یکپارچه‌سازی dbpedia-ja:統合テスト dbpedia-ar:اختبار_التكامل n30:4wFJ7 n31:ஒருங்கிணைப்புச்_சோதனை dbpedia-hu:Integrációs_tesztelés dbpedia-zh:集成测试 dbpedia-pt:Teste_de_integração
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Software_testing dbt:Software_development_process dbt:Short_description dbt:More_citations_needed
dbo:abstract
Les proves d'integració (en anglès, Integration testing), anomenades també proves d'integració de components, són un tipus de proves de programari que tenen com a objectiu verificar el funcionament conjunt de les unitats provades individualment (classes, components, etc.). Es realitzen després de les proves unitàries i abans de les proves de sistema, i poden executar-se de forma incremental a mesura que es van finalitzant les diferents unitats. Principalment, en aquestes proves es detecten defectes a les interfícies i en la interacció entre els diferents components integrats. Per a crear-les s'usen tècniques tant de caixa blanca com de caixa negra. 整合测试又称组装测试,即对采用一次性或增值方式组装起来,对系统的接口进行正确性检验的测试工作。整合测试一般在单元测试之后、系统测试之前进行。实践表明,有时模块虽然可以单独工作,但是并不能保证组装起来也可以同时工作。 اختبار التكامل هو المرحلة في اختبار البرامج التي يتم فيها دمج الوحدات البرمجية واختبارها كوحدة واحدة متكاملة. يتم إجراء اختبار التكامل لتقييم مدى امتثال نظام أو مكون برمجي لمتطلبات وظيفية محددة، وغالبا ما تكون هذه المتطلبات مدونة في وثيقة الخصائص والمتطلبات. يُنفذ هذا الاختبار بعد تنفيذ اختبار الوحدات البرمجية وقبل تنفيذ اختبار النظام. يأخذ اختبار التكامل وحدات الإدخال الخاصة به التي تم اختبارها بالوحدة، ويجمعها في مجموعات أكبر، ويطبق الاختبارات المحددة في خطة اختبار التكامل على تلك المجاميع، ويقدم كمخرجاته النظام المتكامل جاهزًا لاختبار النظام. Dans le monde du développement informatique, le test d'intégration est une phase de tests, précédée par les tests unitaires et généralement suivie par les tests de validation, vérifiant le bon fonctionnement d'une partie précise d'un logiciel ou d'une portion d'un programme (appelée « unité » ou « module ») ; dans le test d’intégration, chacun des modules indépendants du logiciel est assemblé et testé dans l’ensemble. 統合テスト (英: integration testing)は、個々のソフトウェアモジュールを組み合わせて集合体としてテストするソフトウェアテストのフェーズである。統合試験とも呼ばれる。統合テストは、システムやコンポーネントの指定された機能要件への準拠を評価するために実施される。 単体テストの後、の前に行われる。統合テストは、単体テストされた入力モジュールを受け取り、それらをより大きな集合体にグループ化し、統合で定義されたテストをそれらの集合体に適用し、システムテストの準備ができた統合システムを出力として提供する。 Der Begriff Integrationstest bezeichnet in der Softwareentwicklung eine aufeinander abgestimmte Reihe von Einzeltests, die dazu dienen, verschiedene voneinander abhängige Komponenten eines komplexen Systems im Zusammenspiel miteinander zu testen. Die erstmals im gemeinsamen Kontext zu testenden Komponenten haben im Idealfall jeweilige Modultests erfolgreich bestanden und sind für sich isoliert fehlerfrei funktionsfähig. 통합 시험(Integration Test)은 단위 시험이 끝난 소프트웨어를 결합해 가며 시험 하는 방법이다. 단위 시험이 끝난 모듈들을 좀 더 큰 단위의 집합으로 통합 구성한 후, 통합 시험 계획에 따라서 테스트를 수행한다. 통합 시험을 통과한 모듈 집합은 시스템 검사 단계의 테스트 대상으로서 넘어가게 된다. Pruebas integrales o pruebas de integración son aquellas que se realizan en el ámbito del desarrollo de software una vez que se han aprobado las pruebas unitarias y lo que prueban es que todos los elementos unitarios que componen el software, funcionan juntos correctamente probándolos en grupo. Se centra principalmente en probar la comunicación entre los componentes y sus comunicaciones ya sea hardware o software. La prueba de subsistemas es un tipo de prueba de integración donde se prueba el contenido de un subsistema. Testy integracyjne – jeden z etapów testowania oprogramowania, wykonywany w celu wykrycia defektów w interfejsach i interakcjach pomiędzy modułami lub systemami. Testy integracyjne są przeprowadzane w celu oceny zgodności systemu lub komponentu z określonymi wymaganiami funkcjonalnymi. Występują po testach jednostkowych, jednakże przed testami walidacyjnymi. Współczesne aplikacje składają się przeważnie z wielu współpracujących systemów, należy więc sprawdzić czy komunikacja pomiędzy nimi nie jest zakłócona. Testy integracyjne wykorzystują moduły przetestowane jednostkowo, grupując je w większe agregaty. Kolejnym etapem jest zastosowanie testów zdefiniowanych dla tych agregatów w planie testów integracji. Efektem testów jest zintegrowany system gotowy na testy systemowe. De integratietest is een softwaretest waarbij individuele softwaremodules verbonden worden en als een geheel getest worden. Deze fase komt na de ontwikkeltest met de unittest en voor de systeemtest. Voor de integratietest worden modules gebruikt die door de unittest gekomen zijn. Deze goedgekeurde modules worden aan elkaar gekoppeld en hier worden tests op losgelaten die in het integratie-testplan zijn beschreven. Als op deze manier alle submodules in een geheel zijn getest kunnen ze vervolgens door naar de systeemtest, of de acceptatietest waar weer andere testvormen worden toegepast. Teste de integração é a fase do teste de software em que módulos são combinados e testados em grupo. Ela sucede o teste de unidade, em que os módulos são testados individualmente, e antecede o teste de sistema, em que o sistema completo (integrado) é testado num ambiente que simula o ambiente de produção. O teste de integração é alimentado pelos módulos previamente testados individualmente pelo teste de unidade, agrupando-os assim em componentes, como estipulado no plano de teste, e resulta num sistema integrado e preparado para o teste de sistema. O propósito do teste de integração é verificar os requisitos funcionais, de desempenho e de confiabilidade na modelagem do sistema. Com ele é possível descobrir erros de interface entre os componentes do sistema. Інтеграційне тестування (англ. integration testing) — це фаза тестування програмного забезпечення, під час якої окремі модулі програми комбінуються та тестуються разом, у взаємодії. Інтеграційне тестування виконується після модульного тестування та перед верифікацією та валідацією ПЗ. Якщо розглядати цей процес як систему, то на вхід їй подаються модулі, які вже пройшли модульне тестування; потім модулі групуються в більші частини, виконуються тести передбачені планом, а на виході системи — інтегрована система, що готова до системного тестування. Integration testing (sometimes called integration and testing, abbreviated I&T) is the phase in software testing in which individual software modules are combined and tested as a group. Integration testing is conducted to evaluate the compliance of a system or component with specified functional requirements. It occurs after unit testing and before system testing. Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, applies tests defined in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing. Интеграцио́нное тести́рование (англ. Integration testing, иногда называется англ. Integration and Testing, аббревиатура англ. I&T) — одна из фаз тестирования программного обеспечения, при которой отдельные программные модули объединяются и тестируются в группе. Обычно интеграционное тестирование проводится после модульного тестирования и предшествует системному тестированию. Интеграционное тестирование в качестве входных данных использует модули, над которыми было проведено модульное тестирование, группирует их в более крупные множества, выполняет тесты, определённые в плане тестирования для этих множеств, и представляет их в качестве выходных данных и входных для последующего системного тестирования. Целью интеграционного тестирования является проверка соответствия проектируемых единиц функциональным, приёмным и требованиям надежности. Тестирование этих проектируемых единиц — объединения, множества или группы модулей — выполняется через их интерфейс, с использованием тестирования «чёрного ящика».
gold:hypernym
dbr:Phase
prov:wasDerivedFrom
wikipedia-en:Integration_testing?oldid=1049447295&ns=0
dbo:wikiPageLength
3714
foaf:isPrimaryTopicOf
wikipedia-en:Integration_testing
Subject Item
dbr:It
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageDisambiguates
dbr:Integration_testing
Subject Item
dbr:SAP_implementation
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:SOAtest
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Chicken_(game)
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Glossary_of_computer_science
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Mobile_application_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Continuous_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Cross-platform_software
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Arcadia_(engineering)
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Computer_engineering_compendium
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Computer_virus
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Test_automation
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Test-driven_development
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Software_engineering
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Lean_software_development
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Acceptance_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:DO-178B
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Dynamic_program_analysis
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Breakout_box
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Parasoft
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
n33:C++test
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Karate_(software)
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Test_harness
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Reliability_engineering
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Bottom-up
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Runtime_error_detection
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Software_testing_tactics
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:API_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:LADEE
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Black-box_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:System_integration_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:System_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:TPT_(software)
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Code_Complete
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Wilma_(software)
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:MockServer
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Software_construction
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Software_project_management
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Software_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Shift-left_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Unit_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Extreme_programming
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Systems_development_life_cycle
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Software_quality_control
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:White-box_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Test_strategy
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:Nokia_DX_200
dbo:wikiPageWikiLink
dbr:Integration_testing
Subject Item
dbr:I&T
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
dbr:Integration_&_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
dbr:Integration_and_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
dbr:Integration_test
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
dbr:Integration_tests
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
dbr:Component_integration_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
dbr:Bottom-UP_testing
dbo:wikiPageWikiLink
dbr:Integration_testing
dbo:wikiPageRedirects
dbr:Integration_testing
Subject Item
wikipedia-en:Integration_testing
foaf:primaryTopic
dbr:Integration_testing