blob: 5a4352b14edbbc6859426adae8d9e06fc5e3be6b [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.
//
= Video of Using TestNG in NetBeans IDE
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Video of Using TestNG in NetBeans IDE - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Video of Using TestNG in NetBeans IDE
|===
|This screencast demonstrates how to create and debug a TestNG test class in NetBeans IDE. In the screencast you create a simple TestNG test and create a data provider in the test class to supply the parameters used in the test. The screencast also demonstrates using the Step Over Expression command when debugging the test class.
Author: Ken Ganfield
Time: 5:20
link:http://bits.netbeans.org/media/testng-screencast.mp4[+Watch full size/Download+] (.mp4) (Ctrl-Click to download, 31 MB)
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20Using%20TestNG%20in%20NetBeans%20IDE[+Send Feedback on This Tutorial+]
|===
== Related links
* link:junit-intro.html[+Writing JUnit Tests in NetBeans IDE+]
* link:debug-visual.html[+Using the Visual Debugger+]
* Demo: link:debug-multithreaded-screencast.html[+Debugging a Multithreaded Application in NetBeans IDE+]
* Demo: link:debug-stepinto-screencast.html[+Visual Step Into Action in NetBeans Debugger+]
* Demo: link:debug-deadlock-screencast.html[+Deadlock Detection Using the NetBeans Debugger+]