Running TCUnit Tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023
11:14 PM
06-07-2023
11:14 PM
Running TCUnit Tests
I have created a TCUnit Test using Visual studio 2017 and I hard cored the test values inside visual studio for testing. Can we give some user inputs for the test cases and pass the values to the function in Visual studio?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023
04:42 AM
08-11-2023
04:42 AM
The statement,
UnitTesting.TCUnitTest.Execute();
will only execute unit tests.
It's not possible to pass a variable from TestComplete to your application method.
