A library for implementing the Command Pattern, providing of a set of base classes and an invoker class. Useful for abstracting data access and API calls as either queries (for read operations) or commands (for write operations).
Easy read and write in your DB
Simple to use: only 2 lines of code to read and write in SqlServer table!
DataManager DM = new DataManager("dbname", "catalog", "username", "password");
DataTable res = DM.getAllRecords("table to read");
Thats all!
More here...
More information
SSAK - Selenium Specflow Automation Kit Provides Code Wrappers To Ease The Automation QA Process. SSAK Aims To Bridge The Gap between Test Engineers And Code Experts With Underlying Implementation. Professor MMS Mission Is To "Provide A Pragmatic Effective Approach To Automation Development By...
More information