blob: 809b7b779a4f7c683b4c2efbb99324fc7735a83a [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= Vídeo Usando TestNG no NetBeans IDE
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Vídeo Usando TestNG no NetBeans IDE - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Vídeo Usando TestNG no NetBeans IDE
|===
|Este screencast demonstra como criar e depurar uma classe de teste TestNG no NetBeans IDE. No screencast você cria um teste de TestNG simples e um provedor de dados na classe de teste para fornecer os parâmetros usados no teste. O screencast também demonstra o uso do comando Fazer Step Over da Expressão ao depurar a classe de teste.
Autor: Ken Ganfield
Hora: 5:20
link:http://bits.netbeans.org/media/testng-screencast.mp4[+Veja em tela cheia/Download+] (.mp4) (Ctrl-Clique para fazer o download, 31 MB)
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20Using%20TestNG%20in%20NetBeans%20IDE[+Enviar Feedback neste Tutorial+]
|===
== Links relacionados
* link:junit-intro.html[+Escrevendo Testes JUnit no NetBeans IDE+]
* link:debug-visual.html[+Usando o Depurador Visual+]
* Demonstração: link:debug-multithreaded-screencast.html[+Depurando uma Aplicação Multithread no NetBeans IDE+]
* Demonstração: link:debug-stepinto-screencast.html[+Ação Visual Step Into no Depurador do NetBeans+]
* Demonstração: link:debug-deadlock-screencast.html[+Detecção de Bloqueio usando o Depurador do NetBeans+]