As per Common Test User’s Guide, Black-box testing of target systems of any type can be performed through standard O&M interfaces such as SNMP, HTTP, CORBA, and Telnet. I understand that “various ct_ modules such as ct_netconfc, ct_snmp, ct_ftp, etc are implemented to provide the OAM interface”.
Can an application be developed directly based on ct_ modules similar to the applications developed using Erlang libraries stdlib, kernel, etc.?
Unlike stdlib and kernel, Common test modules are named with the prefix “ct_”. Hence, I have this query.