- .Net K3PO Testing Framework
- NUnit Extension for K3PO Testing
- Visual Studio 2013. The community edition can be downloaded from here
- NUnit 3.0.1
- Open K3PO.sln in Visual Studio
- Build the solution.
- If the build failed because of missing
nunit.framework
, make sure Visual Studio is configured to Allow NuGet to download missing packages
- If the build failed because of missing
- The sample test is available in Sample\K3po.NUnit.Sample project
- You can use NUnit Test Adapter to run the NUnit test
- Before running the test, make sure that the K3PO server is launched.
- Download the latest K3PO launcher jar file from maven central
- Save the jar file in K3PO-Launcher directory
- Use the following command to launch K3PO from the Sample\K3PO-Launcher directory
- java -jar K3PO.jar --scriptpath ..\Scripts
- Download the latest K3PO launcher jar file from maven central