Page 1 of 1

FileZilla server test case

Posted: 2016-03-05 04:05
by Samer
Dear All
can you please help , I am searching inside the source code of the filezilla server to find if there are test cases that can be used to test the filezilla server , can anyone help me in that , if there is not test cases , can anyone tell how to create test cases for it ? because I plan to create test cases by using VS2015 and then test the filezilla server . while I follow the steps to add test cases to existing c++ project but I did not seccuss please can anyone help ;

the step I follow according to microsoft website:
https://msdn.microsoft.com/en-us/librar ... ameProject

thanks a lot

Re: FileZilla server test case

Posted: 2016-03-05 11:24
by botg
I'm not familiar with the test framework of Visual Studio.

Perhaps you could start by actually listing the errors you are getting?

Re: FileZilla server test case

Posted: 2016-03-05 17:20
by Samer
thanks a lot for your reply , can you please tell how you test filezilla server , what is the approach , tool ? if there are test cases can I get that . ?
thanks a lot

Re: FileZilla server test case

Posted: 2016-03-05 18:45
by botg
Testing is done by using the software.

Re: FileZilla server test case

Posted: 2016-03-05 19:35
by Samer
I am sorry , but you mean black box testing , you just the test functionality without needing to write test cases by using the software itself or other software ? if there is other software can you tell me what is that ?

thanks a lot

Re: FileZilla server test case

Posted: 2016-03-06 08:30
by botg
It's not blackbox testing, it's whitebox testing as I have the source code and know precisely what to do in order to execute the code I want to test.

Re: FileZilla server test case

Posted: 2016-03-06 18:42
by Samer
thanks a lot for your reply, but actually my question was not clear enough , for example in the filezilla client there is test package that contain test cases that can be executed to test the filezilla client, my question is, is there something similar for filezilla server , I am looking to write test cases and then execute these test cases aginst the filezilla server to test the functionalities? where when I tried to do that in VS2015 I have a lot of compilation errors in filezilla server source code? can you please tell how you test it ?, and do you have test cases written in C++ or other language like filezilla client ?
please if you have any simple tip please tell me .
thanks a lot

Re: FileZilla server test case

Posted: 2016-03-06 20:48
by botg
There are no automated testcases and thus no testing framework for FileZilla Server, all testing is done manually.