web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Running Test Cases

Hossein.K Profile Picture Hossein.K 6,648
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

Comments

*This post is locked for comments