Hi Deva,
| Please let us know is it possible to call functions in .cs files using test-complete. |
Assuming that the .cs file has been compiled into a .dll assembly, you can use TestComplete's
dotNET object for this purpose. Check out
Calling Functions From .NET Assemblies for details.
| Could you please tell us how to read string tables in dll files from test complete. |
This depends on how exactly the string table is implemented in the assembly — as a resource, Dictionary or something else. Could you please post your assembly here? This will help us answer you more specifically.