Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Automation Test framework organization

I do not think you are asking on a correct forum.
bsabbath

Automation Test framework organization

Hi, I am working on Automation of some SFTP tasks with C#.
Do you know a proper way to organize classes as Test Cases, and then calling them from the Main method? to create a sort of Test Plan.
Because I see all examples for different operations are run from the Main method. That way I should create a different VS project for each Test Case.

Thanks!