blob: c3e8af13a939cd5589b9eeaf8c6fb6b47b45100f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Vídeo Usando TestNG no NetBeans IDE</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="Video of creating and debugging a TestNG test class in NetBeans IDE">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<!--
Copyright (c) 2009, 2010, 2011, 2012, Oracle and/or its affiliates. All rights reserved.
-->
<h1>Vídeo Usando TestNG no NetBeans IDE</h1>
<table>
<tr>
<td class="valign-top">
<p>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.
</p>
<p>Autor: Ken Ganfield<br>Hora: 5:20</p>
<p><a href="http://bits.netbeans.org/media/testng-screencast.mp4">Veja em tela cheia/Download</a> (.mp4) (Ctrl-Clique para fazer o download, 31 MB)</p>
<br style="clear:both;">
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Video%20of%20Using%20TestNG%20in%20NetBeans%20IDE">Enviar Feedback neste Tutorial</a>
</div>
<br style="clear:both;">
</td>
<td width="5">&nbsp; </td>
<td class="valign-top" width="486">
<script src="/images_www/js/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script>
<div id="player" >
<center>
<div id="flashContent"></div>
</center>
</div>
<script type="text/javascript">
$(function(){
var targetFile='http://bits.netbeans.org/media/testng-screencast.mp4';
jwplayer('flashContent').setup({
'id': 'flashContentId',
'width': '530',
'height': '340',
'autostart': 'true',
'file': targetFile,
'controlbar':{position:'bottom'},
'modes': [
{type: 'html5'},
{type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'},
{type: 'download'}
]
});
});
</script>
</td>
</tr>
</table>
<h2>Links relacionados</h2>
<ul>
<li><a href="junit-intro.html">Escrevendo Testes JUnit no NetBeans IDE</a></li>
<li><a href="debug-visual.html">Usando o Depurador Visual</a></li>
<li>Demonstração: <a href="debug-multithreaded-screencast.html">Depurando uma Aplicação Multithread no NetBeans IDE</a></li>
<li>Demonstração: <a href="debug-stepinto-screencast.html">Ação Visual Step Into no Depurador do NetBeans</a></li>
<li>Demonstração: <a href="debug-deadlock-screencast.html">Detecção de Bloqueio usando o Depurador do NetBeans</a></li>
</ul>
</body>
</html>