How to do the integration test in Appveyor
We could do the unit test and acceptance test.
But had a hard time figuring out the integration test part.
How is that possible ? Is there a usecase or a sample for that ?
- Pyramid.gif 12.3 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by justin on 03 Apr, 2015 11:55 AM
What tool are you using for integration tests? Can you give an example of a test?
2 Posted by Rifat Erdem Sah... on 03 Apr, 2015 01:28 PM
We have written our own integration tests using NUnit.
3 Posted by justin on 03 Apr, 2015 03:34 PM
If it's just NUnit then I'm assuming it's the same as just running unit tests. You would just invoke nunit in the test section.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:55 AM.