Wednesday, July 4, 2018

Running Test Cases

When the test class has methods added to it, and appropriate setUp andtearDown methods, it can be run.
To run the test case, right click the
SysDictTableTest class, click Add-Ins and
then
Run tests. The Unit Test toolbar will appear, and the test case will be added
to the list of tests. The test will automatically be run, and the results displayed in
the toolbar, and in the infolog (if it failed).

 


The SysDictTableTest test should pass on the first run. Try changing the
expected values in the
test* methods, or the table id used in the setUp method, to
emulate a test that fails, then run the test again. To run the test again, click the
Run button on the Unit Test toolbar.
If the test fails, click the
Details button to see more details of the results

Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...