Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

VI Tester is a software test framework for LabVIEW by [JKI](http://jki.net) that allows software developers to test their LabVIEW code (VIs). Software testing is a critical component of agile development and test driven development processes and is also critical for validating software functionality. VI Tester is based on the industry standard [xUnit](http://en.wikipedia.org/wiki/XUnit) software test architecture that is used in many other programming languages. This architecture is very flexible and powerful, but also very easy for beginners to learn.

## Installation ##
You can download and install VI Tester with VI Package Manager.

**[Download VI Tester](https://vipm.jki.net/package/jki_labs_tool_vi_tester)**

## Usage ##

*Important: VI Tester is not a tool for testing hardware -- use [NI TestStand](http://www.ni.com/teststand/) for that.*
Expand All @@ -22,19 +17,14 @@ The VI Tester framework is composed of three parts:
### Graphical User Interface
![vi tester](https://cloud.githubusercontent.com/assets/381432/25556811/bc5c2ec2-2cb8-11e7-9c6d-c738208e3fc4.png)

## Getting Started ##

See the [VI Tester Getting Started Guide](https://github.com/JKISoftware/JKI-VI-Tester/wiki/VI-Tester-Getting-Started-Guide)

## Documentation ##

See the [VI Tester Wiki](https://github.com/JKISoftware/JKI-VI-Tester/wiki) for documentation.
See the [VI Tester Wiki](https://github.com/JKISoftware/JKI-VI-Tester/wiki) for documentation. The best place to start is with the [Getting Started Guide and Resources](https://github.com/JKISoftware/JKI-VI-Tester/wiki/Getting-Started-Guide-and-Resources) page.

## System Requirements ##
## Contributing ##
VI Tester requires the following software:

- LabVIEW 2011 or greater on any operating system
- [VI Package Manager](http://vipm.jki.net) for installation

VI Tester is an open source project maintained by [JKI](http://jki.net). To submit bugs, feature requests, or contributions, please [submit an issue](https://github.com/JKISoftware/JKI-VI-Tester/issues/new) to the project tracker.

Expand Down